diff options
author | hrs <hrs@FreeBSD.org> | 2017-01-03 05:00:18 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2017-01-03 05:00:18 +0800 |
commit | e918a084f18d083610c24d5c44d3c020c1682bde (patch) | |
tree | 89dbce56f9d0d121520366fa73d993e0649614b4 | |
parent | 29e630708be74f1848c4334a6fc83d2d8967011c (diff) | |
download | freebsd-ports-gnome-e918a084f18d083610c24d5c44d3c020c1682bde.tar.gz freebsd-ports-gnome-e918a084f18d083610c24d5c44d3c020c1682bde.tar.zst freebsd-ports-gnome-e918a084f18d083610c24d5c44d3c020c1682bde.zip |
- Add LICENSE.
- Updatex MASTER_SITES.
- Trim pkg-descr.
-rw-r--r-- | net/udptunnel/Makefile | 8 | ||||
-rw-r--r-- | net/udptunnel/pkg-descr | 11 |
2 files changed, 6 insertions, 13 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index e7b18c83a3db..b8d43d4c2501 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -3,12 +3,16 @@ PORTNAME= udptunnel PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ +MASTER_SITES= http://www.cs.columbia.edu/~lennox/udptunnel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Tunnel UDP packets over a TCP connection +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + GNU_CONFIGURE= yes PLIST_FILES= bin/udptunnel diff --git a/net/udptunnel/pkg-descr b/net/udptunnel/pkg-descr index 131388d19524..ef6445efc010 100644 --- a/net/udptunnel/pkg-descr +++ b/net/udptunnel/pkg-descr @@ -1,17 +1,6 @@ -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 |