From 8a326e6627f71df04767302c6df7b6044575d18c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 6 Jul 2001 17:23:07 +0000 Subject: add nylon A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward --- net/Makefile | 1 + net/nylon/Makefile | 18 ++++++++++++++++++ net/nylon/distinfo | 1 + net/nylon/pkg-comment | 1 + net/nylon/pkg-descr | 4 ++++ net/nylon/pkg-plist | 1 + 6 files changed, 26 insertions(+) create mode 100644 net/nylon/Makefile create mode 100644 net/nylon/distinfo create mode 100644 net/nylon/pkg-comment create mode 100644 net/nylon/pkg-descr create mode 100644 net/nylon/pkg-plist (limited to 'net') 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 +# +# $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 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 -- cgit v1.2.3