diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 11:14:57 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 11:14:57 +0800 |
commit | 2a5860de93322aa2b9226b360ef8f3fc79dc22c3 (patch) | |
tree | 394bbaa7fb59a242a92082983f0451d4774c71d1 /net/tund | |
parent | 0cbcae9508d6c1a1a6a9ec43a49a92899da04bbe (diff) | |
download | freebsd-ports-graphics-2a5860de93322aa2b9226b360ef8f3fc79dc22c3.tar.gz freebsd-ports-graphics-2a5860de93322aa2b9226b360ef8f3fc79dc22c3.tar.zst freebsd-ports-graphics-2a5860de93322aa2b9226b360ef8f3fc79dc22c3.zip |
Import of tund.
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.
PR: 12718
Submitted by: Sergey Kosyakov <ks@itp.ac.ru>
Diffstat (limited to 'net/tund')
-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 00000000000..b6d0c9b892a --- /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 00000000000..4d810615026 --- /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 00000000000..be15ff3691b --- /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 00000000000..694a4c50786 --- /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 00000000000..05ad07a924a --- /dev/null +++ b/net/tund/pkg-plist @@ -0,0 +1 @@ +sbin/tund |