diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 16:45:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 16:45:19 +0000 |
commit | 46c48ab102f47ca5b1e69d01cce8c91e459e0664 (patch) | |
tree | 37742a2394e469c8d41f1328a32df046603d4b8d /security/tinc | |
parent | c43f196739ebb98add65cfc34d14cb623bdc4a98 (diff) |
add tinc 1.0p7
A Virtual Private Network (VPN) daemon
Notes
Notes:
svn path=/head/; revision=62818
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 30 | ||||
-rw-r--r-- | security/tinc/distinfo | 1 | ||||
-rw-r--r-- | security/tinc/pkg-comment | 1 | ||||
-rw-r--r-- | security/tinc/pkg-descr | 18 | ||||
-rw-r--r-- | security/tinc/pkg-plist | 7 |
5 files changed, 57 insertions, 0 deletions
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 |