summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2003-02-16 17:21:57 +0000
committergrant <grant>2003-02-16 17:21:57 +0000
commitea4791cab181741a622fb7c116fb3088d93b361a (patch)
tree6e465da2b5aab2db15dc38ba1ec3b8e57aa05433 /net
parent5fb0eb5acb2d4e2d514d7e8f6be14077f63cd8d1 (diff)
downloadpkgsrc-ea4791cab181741a622fb7c116fb3088d93b361a.tar.gz
Initial import of udptunnel-1.1 into The NetBSD packages collection.
UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections.
Diffstat (limited to 'net')
-rw-r--r--net/udptunnel/DESCR4
-rw-r--r--net/udptunnel/Makefile14
-rw-r--r--net/udptunnel/PLIST2
-rw-r--r--net/udptunnel/distinfo4
4 files changed, 24 insertions, 0 deletions
diff --git a/net/udptunnel/DESCR b/net/udptunnel/DESCR
new file mode 100644
index 00000000000..3623f47e266
--- /dev/null
+++ b/net/udptunnel/DESCR
@@ -0,0 +1,4 @@
+UDPTunnel is a small program which can tunnel UDP packets bi-directionally
+over a TCP connection. Its primary purpose (and original motivation) is to
+allow multi-media conferences to traverse a firewall which allows only
+outgoing TCP connections.
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile
new file mode 100644
index 00000000000..2cc3147b81e
--- /dev/null
+++ b/net/udptunnel/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 17:21:57 grant Exp $
+#
+
+DISTNAME= udptunnel-1.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/
+COMMENT= Tunnel UDP packets over a TCP connection
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/udptunnel/PLIST b/net/udptunnel/PLIST
new file mode 100644
index 00000000000..8a5804d1621
--- /dev/null
+++ b/net/udptunnel/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 17:21:57 grant Exp $
+bin/udptunnel
diff --git a/net/udptunnel/distinfo b/net/udptunnel/distinfo
new file mode 100644
index 00000000000..784189560dd
--- /dev/null
+++ b/net/udptunnel/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/02/16 17:21:57 grant Exp $
+
+SHA1 (udptunnel-1.1.tar.gz) = c768097d9bca23d6be35931b010b75a451f34eb8
+Size (udptunnel-1.1.tar.gz) = 30910 bytes