diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:17:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:17:23 +0000 |
commit | ad12aab6e9f911153a0f864bd244bbb2e15366e4 (patch) | |
tree | 66d2f301f9e81be60dbaf862c9169ab893bdb39a /net/ip-tun | |
parent | 65fd636e83cb5dfce7b4f6b8849eee455784fbe9 (diff) | |
download | ports-ad12aab6e9f911153a0f864bd244bbb2e15366e4.tar.gz ports-ad12aab6e9f911153a0f864bd244bbb2e15366e4.zip |
Notes
Diffstat (limited to 'net/ip-tun')
-rw-r--r-- | net/ip-tun/Makefile | 17 | ||||
-rw-r--r-- | net/ip-tun/distinfo | 1 | ||||
-rw-r--r-- | net/ip-tun/pkg-comment | 1 | ||||
-rw-r--r-- | net/ip-tun/pkg-descr | 8 | ||||
-rw-r--r-- | net/ip-tun/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/net/ip-tun/Makefile b/net/ip-tun/Makefile new file mode 100644 index 000000000000..82143b8063c6 --- /dev/null +++ b/net/ip-tun/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ip-tun +# Date created: Feb 22 2000 +# Whom: Yu-Shun Wang <yushunwa@isi.edu> +# +# $FreeBSD$ +# + +PORTNAME= ip-tun +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://www.isi.edu/xbone/software/ip-tun/ + +MAINTAINER= yushunwa@isi.edu + +MAN8= ip-tun.8 + +.include <bsd.port.mk> diff --git a/net/ip-tun/distinfo b/net/ip-tun/distinfo new file mode 100644 index 000000000000..9273932f04a9 --- /dev/null +++ b/net/ip-tun/distinfo @@ -0,0 +1 @@ +MD5 (ip-tun-1.0.tar.gz) = 9183f1f2f12d7c08f71214ccff7a9069 diff --git a/net/ip-tun/pkg-comment b/net/ip-tun/pkg-comment new file mode 100644 index 000000000000..5ecfbb258e2d --- /dev/null +++ b/net/ip-tun/pkg-comment @@ -0,0 +1 @@ +Userspace daemon providing an RFC-2003 IP-in-IP tunnel diff --git a/net/ip-tun/pkg-descr b/net/ip-tun/pkg-descr new file mode 100644 index 000000000000..5525c007f5bc --- /dev/null +++ b/net/ip-tun/pkg-descr @@ -0,0 +1,8 @@ +Establishes an RFC-2003 style IP encapsulation tunnel using a tun(4) +kernel interface combined with divert sockets and IP firewall rules, +implemented in a user-space daemon. No kernel mods are required, +except enabling divert sockets, IPfirewalls, and a number of tun +interfaces. + +- Joe Touch, Project Leader, X-Bone Group, USC/ISI + touch@isi.edu diff --git a/net/ip-tun/pkg-plist b/net/ip-tun/pkg-plist new file mode 100644 index 000000000000..9102882a979c --- /dev/null +++ b/net/ip-tun/pkg-plist @@ -0,0 +1 @@ +bin/ip-tun |