Initial import of nylon 1.2

nylon is a proxy server which currently supports SOCKS version 4 and 5 as 
well as a mirror mode which allows nylon to mirror services.

WWW: http://monkey.org/~marius/nylon/

from Marius Eriksen <marius@monkey.org>
This commit is contained in:
sturm 2003-06-14 21:07:10 +00:00
parent ef2bc9d63e
commit e34e06b092
4 changed files with 31 additions and 0 deletions

21
net/nylon/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/14 21:07:10 sturm Exp $
COMMENT= "lightweight SOCKS 4 and SOCKS 5 proxy"
DISTNAME= nylon-1.2
CATEGORIES= net
HOMEPAGE= http://monkey.org/~marius/nylon/
MAINTAINER= Marius Eriksen <marius@monkey.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>

3
net/nylon/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (nylon-1.2.tar.gz) = ba95338fa19e7bc87689be1ac4a3581a
RMD160 (nylon-1.2.tar.gz) = 03682409abefa31340a44d9bfe3e87a1a8152fd1
SHA1 (nylon-1.2.tar.gz) = 64b242d0159c5e1774393257db054d0821cfd3b3

4
net/nylon/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
nylon is a proxy server which currently supports SOCKS version 4 and 5 as
well as a mirror mode which allows nylon to mirror services.
WWW: ${HOMEPAGE}

3
net/nylon/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/14 21:07:10 sturm Exp $
bin/nylon
man/man1/nylon.1