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.
This commit is contained in:
grant 2003-02-16 17:21:57 +00:00
parent 4bfa147286
commit a8f1bba36a
4 changed files with 24 additions and 0 deletions

4
net/udptunnel/DESCR Normal file
View file

@ -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.

14
net/udptunnel/Makefile Normal file
View file

@ -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"

2
net/udptunnel/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 17:21:57 grant Exp $
bin/udptunnel

4
net/udptunnel/distinfo Normal file
View file

@ -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