add nylon
A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward <William.Ward@ericsson.com>
This commit is contained in:
parent
c27f7afd96
commit
8a326e6627
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44837
6 changed files with 26 additions and 0 deletions
|
@ -223,6 +223,7 @@
|
|||
SUBDIR += ntop
|
||||
SUBDIR += ntp
|
||||
SUBDIR += nttcp
|
||||
SUBDIR += nylon
|
||||
SUBDIR += obnc
|
||||
SUBDIR += ohphone
|
||||
SUBDIR += openam
|
||||
|
|
18
net/nylon/Makefile
Normal file
18
net/nylon/Makefile
Normal file
|
@ -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>
|
1
net/nylon/distinfo
Normal file
1
net/nylon/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nylon-0.2.tar.gz) = e960e639ef13b1b1a6c642e8a254d4af
|
1
net/nylon/pkg-comment
Normal file
1
net/nylon/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Unix SOCKS 4 and 5 proxy server
|
4
net/nylon/pkg-descr
Normal file
4
net/nylon/pkg-descr
Normal file
|
@ -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/
|
1
net/nylon/pkg-plist
Normal file
1
net/nylon/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/nylon
|
Loading…
Reference in a new issue