aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ip-tun/Makefile17
-rw-r--r--net/ip-tun/distinfo1
-rw-r--r--net/ip-tun/pkg-comment1
-rw-r--r--net/ip-tun/pkg-descr8
-rw-r--r--net/ip-tun/pkg-plist1
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