diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
commit | bf00e497c78442f366db7030abef9ae4e0d7f957 (patch) | |
tree | 8a296de08af8cdc4a4d48bbea32807cb77ecfd07 /net/udptunnel | |
parent | 6f5933f80ea0cc58e866ec9d0a57433ef3c639cc (diff) | |
download | ports-bf00e497c78442f366db7030abef9ae4e0d7f957.tar.gz ports-bf00e497c78442f366db7030abef9ae4e0d7f957.zip |
New port: UDPTunnel
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.
PR: ports/32820
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Notes
Notes:
svn path=/head/; revision=51512
Diffstat (limited to 'net/udptunnel')
-rw-r--r-- | net/udptunnel/Makefile | 17 | ||||
-rw-r--r-- | net/udptunnel/distinfo | 1 | ||||
-rw-r--r-- | net/udptunnel/pkg-comment | 1 | ||||
-rw-r--r-- | net/udptunnel/pkg-descr | 17 | ||||
-rw-r--r-- | net/udptunnel/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile new file mode 100644 index 000000000000..003d9444e759 --- /dev/null +++ b/net/udptunnel/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: udptunnel +# Date created: 14 December 2001 +# Whom: Yen-Ming Lee <leeym@leeym.com> +# +# $FreeBSD$ +# + +PORTNAME= udptunnel +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ + +MAINTAINER= leeym@leeym.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/udptunnel/distinfo b/net/udptunnel/distinfo new file mode 100644 index 000000000000..ce91532eb0bd --- /dev/null +++ b/net/udptunnel/distinfo @@ -0,0 +1 @@ +MD5 (udptunnel-1.1.tar.gz) = 1e64753a502f2c12386fa0b7baaf50ba diff --git a/net/udptunnel/pkg-comment b/net/udptunnel/pkg-comment new file mode 100644 index 000000000000..bdaf272618f4 --- /dev/null +++ b/net/udptunnel/pkg-comment @@ -0,0 +1 @@ +Tunnel UDP packets over a TCP connection diff --git a/net/udptunnel/pkg-descr b/net/udptunnel/pkg-descr new file mode 100644 index 000000000000..131388d19524 --- /dev/null +++ b/net/udptunnel/pkg-descr @@ -0,0 +1,17 @@ +UDPTunnel by Jonathan Lennox; copyright 1999,2001 by Columbia University. + +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. + +Source code for Unix is available from +WWW: ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ + +See udptunnel.html for installation and usage instructions. See COPYRIGHT +for conditions and terms of redistribution. A current version of +udptunnel.html is located at +WWW: http://www.cs.columbia.edu/~lennox/udptunnel/ + +Jonathan Lennox +September 6, 2001 diff --git a/net/udptunnel/pkg-plist b/net/udptunnel/pkg-plist new file mode 100644 index 000000000000..7125a0b755a1 --- /dev/null +++ b/net/udptunnel/pkg-plist @@ -0,0 +1 @@ +bin/udptunnel |