From ea4791cab181741a622fb7c116fb3088d93b361a Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 16 Feb 2003 17:21:57 +0000 Subject: 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. --- net/udptunnel/DESCR | 4 ++++ net/udptunnel/Makefile | 14 ++++++++++++++ net/udptunnel/PLIST | 2 ++ net/udptunnel/distinfo | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 net/udptunnel/DESCR create mode 100644 net/udptunnel/Makefile create mode 100644 net/udptunnel/PLIST create mode 100644 net/udptunnel/distinfo (limited to 'net') 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 -- cgit v1.2.3