summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-11 16:45:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-11 16:45:19 +0000
commit46c48ab102f47ca5b1e69d01cce8c91e459e0664 (patch)
tree37742a2394e469c8d41f1328a32df046603d4b8d /security
parentEnsure that HAVE_GNOME is always defined, to make detection of optional (diff)
add tinc 1.0p7
A Virtual Private Network (VPN) daemon
Notes
Notes: svn path=/head/; revision=62818
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/tinc/Makefile30
-rw-r--r--security/tinc/distinfo1
-rw-r--r--security/tinc/pkg-comment1
-rw-r--r--security/tinc/pkg-descr18
-rw-r--r--security/tinc/pkg-plist7
6 files changed, 58 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index f6b10a6f7165..cfc3f51d43b4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -264,6 +264,7 @@
SUBDIR += swatch
SUBDIR += tcp_wrapper
SUBDIR += tea-total
+ SUBDIR += tinc
SUBDIR += trinokiller
SUBDIR += tripwire
SUBDIR += tripwire12
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
new file mode 100644
index 000000000000..0915c285f6a9
--- /dev/null
+++ b/security/tinc/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# Ports collection makefile for: tinc
+# Date created: Jul 11, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= tinc
+PORTVERSION= 1.0p7
+CATEGORIES= security
+MASTER_SITES= http://tinc.nl.linux.org/packages/ \
+ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
+ http://the.wiretapped.net/security/network-security/tinc/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
+ intl:${PORTSDIR}/devel/gettext
+
+USE_OPENSSL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN5= tinc.conf.5
+MAN8= tincd.8
+
+.include <bsd.port.mk>
diff --git a/security/tinc/distinfo b/security/tinc/distinfo
new file mode 100644
index 000000000000..963572209aa8
--- /dev/null
+++ b/security/tinc/distinfo
@@ -0,0 +1 @@
+MD5 (tinc-1.0pre7.tar.gz) = 06f57d893bd7c549d7796dfecb1fce18
diff --git a/security/tinc/pkg-comment b/security/tinc/pkg-comment
new file mode 100644
index 000000000000..f5d4019380ca
--- /dev/null
+++ b/security/tinc/pkg-comment
@@ -0,0 +1 @@
+A Virtual Private Network (VPN) daemon
diff --git a/security/tinc/pkg-descr b/security/tinc/pkg-descr
new file mode 100644
index 000000000000..f6528e56c0a5
--- /dev/null
+++ b/security/tinc/pkg-descr
@@ -0,0 +1,18 @@
+tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
+encryption to create a secure private network between hosts on the Internet.
+
+Because the tunnel appears to the IP level network code as a normal network
+device, there is no need to adapt any existing software. This tunnelling
+allows VPN sites to share information with each other over the Internet
+without exposing any information to others.
+
+A single tinc daemon can accept more than one connection at a time, thus
+making it possible to create larger virtual networks, because some
+limitations are circumvented.
+
+Instead of most other VPN implementations, tinc encapsulates each network
+packet in its own UDP packet, instead of encapsulating all into one TCP or
+even PPP over TCP stream. This results in lower latencies, less overhead,
+and in general better responsiveness and throughput.
+
+WWW: http://tinc.nl.linux.org/
diff --git a/security/tinc/pkg-plist b/security/tinc/pkg-plist
new file mode 100644
index 000000000000..4c3b14c2eece
--- /dev/null
+++ b/security/tinc/pkg-plist
@@ -0,0 +1,7 @@
+sbin/tincd
+@unexec install-info --delete %D/info/tinc.info %D/info/dir
+info/tinc.info
+info/tinc.info-1
+info/tinc.info-2
+@exec install-info %D/info/tinc.info %D/info/dir
+share/locale/nl/LC_MESSAGES/tinc.mo