diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 17:23:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 17:23:07 +0000 |
commit | 8a326e6627f71df04767302c6df7b6044575d18c (patch) | |
tree | 429b90e7a40de7eb22613d00330bc07c52b336af /net/nylon | |
parent | c27f7afd9668d66156eebdf82d066c257f170b32 (diff) | |
download | ports-8a326e6627f71df04767302c6df7b6044575d18c.tar.gz ports-8a326e6627f71df04767302c6df7b6044575d18c.zip |
Notes
Diffstat (limited to 'net/nylon')
-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 |
5 files changed, 25 insertions, 0 deletions
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 |