diff options
author | grant <grant@pkgsrc.org> | 2003-02-16 17:21:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-16 17:21:57 +0000 |
commit | a8f1bba36a5c76bc4f1c22b35c344c936c9bd7fb (patch) | |
tree | 6e465da2b5aab2db15dc38ba1ec3b8e57aa05433 /net | |
parent | 4bfa147286e5009dfa6ee05195a6073087e4cfe3 (diff) | |
download | pkgsrc-a8f1bba36a5c76bc4f1c22b35c344c936c9bd7fb.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/DESCR | 4 | ||||
-rw-r--r-- | net/udptunnel/Makefile | 14 | ||||
-rw-r--r-- | net/udptunnel/PLIST | 2 | ||||
-rw-r--r-- | net/udptunnel/distinfo | 4 |
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 |