1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add LICENSE.

- Updatex MASTER_SITES.
- Trim pkg-descr.
This commit is contained in:
Hiroki Sato 2017-01-02 21:00:18 +00:00
parent d6009d76a8
commit 4652b1b6d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430409
2 changed files with 6 additions and 13 deletions

View File

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

View File

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