diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:23:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:23:07 +0800 |
commit | 5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2 (patch) | |
tree | 2c2f5e12a5d917b4db779bd8d11ce2e193adb8de /net | |
parent | e3b5e3636ee2d93d7c869613c294f3c9d2c242ac (diff) | |
download | freebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.tar.gz freebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.tar.zst freebsd-ports-gnome-5cf549dd6fc9e4293745270a1c8b3ef142dd4fc2.zip |
add nylon
A Unix SOCKS 4 and 5 proxy server
PR: 28036
Submitted by: William Ward <William.Ward@ericsson.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nylon/Makefile | 18 | ||||
-rw-r--r-- | net/nylon/distinfo | 1 | ||||
-rw-r--r-- | net/nylon/pkg-comment | 1 | ||||
-rw-r--r-- | net/nylon/pkg-descr | 4 | ||||
-rw-r--r-- | net/nylon/pkg-plist | 1 |
6 files changed, 26 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 13ae402756c6..e6d635606a43 100644 --- a/net/Makefile +++ b/net/Makefile @@ -223,6 +223,7 @@ SUBDIR += ntop SUBDIR += ntp SUBDIR += nttcp + SUBDIR += nylon SUBDIR += obnc SUBDIR += ohphone SUBDIR += openam diff --git a/net/nylon/Makefile b/net/nylon/Makefile new file mode 100644 index 000000000000..d4af1f3fa4d1 --- /dev/null +++ b/net/nylon/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: nylon +# Date created: Jun 11, 2001 +# Whom: William Ward <William.Ward@ericsson.com> +# +# $FreeBSD$ +# + +PORTNAME= nylon +PORTVERSION= 0.2 +CATEGORIES= net +MASTER_SITES= http://mesh.eecs.umich.edu/projects/nylon/ + +MAINTAINER= William.Ward@ericsson.com + +USE_AUTOCONF= yes + +.include <bsd.port.mk> diff --git a/net/nylon/distinfo b/net/nylon/distinfo new file mode 100644 index 000000000000..1a6d76ad1c78 --- /dev/null +++ b/net/nylon/distinfo @@ -0,0 +1 @@ +MD5 (nylon-0.2.tar.gz) = e960e639ef13b1b1a6c642e8a254d4af diff --git a/net/nylon/pkg-comment b/net/nylon/pkg-comment new file mode 100644 index 000000000000..eaf4ec103bee --- /dev/null +++ b/net/nylon/pkg-comment @@ -0,0 +1 @@ +A Unix SOCKS 4 and 5 proxy server diff --git a/net/nylon/pkg-descr b/net/nylon/pkg-descr new file mode 100644 index 000000000000..a31118ff0d82 --- /dev/null +++ b/net/nylon/pkg-descr @@ -0,0 +1,4 @@ +nylon is a Unix SOCKS 4 and 5 proxy server. It is compatible with BSD, +Solaris, HP-UX and Linux 2.2 & 2.4. + +WWW: http://mesh.eecs.umich.edu/projects/nylon/ diff --git a/net/nylon/pkg-plist b/net/nylon/pkg-plist new file mode 100644 index 000000000000..cdb4bcf56f41 --- /dev/null +++ b/net/nylon/pkg-plist @@ -0,0 +1 @@ +bin/nylon |