diff options
-rw-r--r-- | net/tund/Makefile | 18 | ||||
-rw-r--r-- | net/tund/distinfo | 1 | ||||
-rw-r--r-- | net/tund/pkg-comment | 1 | ||||
-rw-r--r-- | net/tund/pkg-descr | 8 | ||||
-rw-r--r-- | net/tund/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile new file mode 100644 index 000000000000..b6d0c9b892a9 --- /dev/null +++ b/net/tund/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: tund +# Version required: 0.11 +# Date created: 20 July 1999 +# Whom: Sergey Kosyakov <ks@itp.ac.ru> +# +# $Id$ +# + +DISTNAME= tund-0.11 +CATEGORIES= net +MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/ + +MAINTAINER= ks@itp.ac.ru + +MAN8= tund.8 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/net/tund/distinfo b/net/tund/distinfo new file mode 100644 index 000000000000..4d8106150265 --- /dev/null +++ b/net/tund/distinfo @@ -0,0 +1 @@ +MD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d diff --git a/net/tund/pkg-comment b/net/tund/pkg-comment new file mode 100644 index 000000000000..be15ff3691b6 --- /dev/null +++ b/net/tund/pkg-comment @@ -0,0 +1 @@ +IP over UDP tunnel assistant diff --git a/net/tund/pkg-descr b/net/tund/pkg-descr new file mode 100644 index 000000000000..694a4c50786f --- /dev/null +++ b/net/tund/pkg-descr @@ -0,0 +1,8 @@ +TUND allows to organize IP over IP tunnel (IP packets are incapsulated +into UDP one). It works together with FreeBSD ipfw(8). Can be used +for tunneling private networks behind NATD. + +WWW: http://www.chg.ru/~ks/tund + +Sergey Kosyakov +ks@itp.ac.ru diff --git a/net/tund/pkg-plist b/net/tund/pkg-plist new file mode 100644 index 000000000000..05ad07a924aa --- /dev/null +++ b/net/tund/pkg-plist @@ -0,0 +1 @@ +sbin/tund |