summaryrefslogtreecommitdiff
path: root/net/vtun/pkg
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-02-07 01:37:34 +0000
committerhubertf <hubertf@pkgsrc.org>2000-02-07 01:37:34 +0000
commitae3a5bd30ea51f0ce728254978167d268693630e (patch)
treed72c61e5a22de762413cbd310a217ca6bd768fe3 /net/vtun/pkg
parent58b6a11bc866e19ebef322a0a91d2ad6e50120bd (diff)
downloadpkgsrc-ae3a5bd30ea51f0ce728254978167d268693630e.tar.gz
Import vtun-2.0:
VTun provides the method for creating Virtual Tunnels over TCP/IP networks and allows to shape, compress, encrypt traffic in that tunnels. Supported type of tunnels are: PPP, IP, Ethernet and most of other serial protocols and programs. VTun is easily and highly configurable, it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts.
Diffstat (limited to 'net/vtun/pkg')
-rw-r--r--net/vtun/pkg/COMMENT1
-rw-r--r--net/vtun/pkg/DESCR10
-rw-r--r--net/vtun/pkg/PLIST6
3 files changed, 17 insertions, 0 deletions
diff --git a/net/vtun/pkg/COMMENT b/net/vtun/pkg/COMMENT
new file mode 100644
index 00000000000..6a2733ee8c2
--- /dev/null
+++ b/net/vtun/pkg/COMMENT
@@ -0,0 +1 @@
+Virtual Tunnels over TCP/IP networks with traffic shaping, etc.
diff --git a/net/vtun/pkg/DESCR b/net/vtun/pkg/DESCR
new file mode 100644
index 00000000000..1f58fa351b1
--- /dev/null
+++ b/net/vtun/pkg/DESCR
@@ -0,0 +1,10 @@
+VTun provides the method for creating Virtual Tunnels over TCP/IP
+networks and allows to shape, compress, encrypt traffic in that
+tunnels.
+
+Supported type of tunnels are: PPP, IP, Ethernet and most of other
+serial protocols and programs. VTun is easily and highly configurable,
+it can be used for various network task like VPN, Mobile IP, Shaped
+Internet access, IP address saving, etc. It is completely user
+space implementation and does not require modification to any kernel
+parts.
diff --git a/net/vtun/pkg/PLIST b/net/vtun/pkg/PLIST
new file mode 100644
index 00000000000..75798fca353
--- /dev/null
+++ b/net/vtun/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/07 01:37:34 hubertf Exp $
+sbin/vtund
+etc/vtund.conf.example
+@exec if [ ! -f ${PREFIX}/etc/vtund.conf ]; then echo "Installing example /vtund.conf in ${PREFIX}/etc ..." ; /usr/bin/install -c -o root -g wheel -m 0600 %D/etc/vtund.conf.example ${PREFIX}/etc/vtund.conf ; fi
+man/man8/vtund.8
+man/man8/vtun.8