diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-12 00:45:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-12 00:45:19 +0800 |
commit | ff1dde13895cf95fbc15b3e765d4e9966839a49c (patch) | |
tree | 99b5ff8b92177a21bd32283a353cdead8ba6cf42 | |
parent | f3706cbc7e76608728a5b9d6b8faee254e8da395 (diff) | |
download | freebsd-ports-gnome-ff1dde13895cf95fbc15b3e765d4e9966839a49c.tar.gz freebsd-ports-gnome-ff1dde13895cf95fbc15b3e765d4e9966839a49c.tar.zst freebsd-ports-gnome-ff1dde13895cf95fbc15b3e765d4e9966839a49c.zip |
add tinc 1.0p7
A Virtual Private Network (VPN) daemon
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
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 |