[22164] trunk/dports/net/nylon

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 08:31:50 PST 2007


Revision: 22164
          http://trac.macosforge.org/projects/macports/changeset/22164
Author:   pipping at macports.org
Date:     2007-02-20 08:31:49 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
 * apply patch sent in by new maintainer (boeyms at fastmail.fm)

Modified Paths:
--------------
    trunk/dports/net/nylon/Portfile

Added Paths:
-----------
    trunk/dports/net/nylon/files/
    trunk/dports/net/nylon/files/example-nylon.conf

Modified: trunk/dports/net/nylon/Portfile
===================================================================
--- trunk/dports/net/nylon/Portfile	2007-02-20 16:24:50 UTC (rev 22163)
+++ trunk/dports/net/nylon/Portfile	2007-02-20 16:31:49 UTC (rev 22164)
@@ -1,17 +1,22 @@
 # $Id$
 
 PortSystem 1.0
-name		nylon
-version		1.2
-revision	0
-categories	net security
-maintainers	nomaintainer at macports.org
-description	A Unix SOCKS 4 and 5 proxy server
-long_description	\
-	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.
-homepage	http://monkey.org/~marius/nylon/
-platforms	darwin
-master_sites	http://monkey.org/~marius/nylon/
-checksums	md5 ba95338fa19e7bc87689be1ac4a3581a
-depends_lib	lib:libevent:libevent
+name			nylon
+version			1.21
+revision		0
+categories		net security
+maintainers		boeyms at fastmail.fm openmaintainer at macports.org
+description		A Unix SOCKS 4, 4a and 5 proxy server
+long_description	nylon is a proxy server which currently supports \
+			SOCKS version 4, 4a and 5, as well as a mirror mode \
+			which allows nylon to mirror services.
+homepage		http://monkey.org/~marius/nylon/
+platforms		darwin
+master_sites		http://monkey.org/~marius/nylon/
+checksums		md5 d5de81422b8797afa328f72c694b65bb
+depends_lib		lib:libevent:libevent
+configure.args		--mandir=${prefix}/share/man
+post-destroot {
+	xinstall -m 644 ${filespath}/example-nylon.conf \
+		${destroot}${prefix}/etc/example-nylon.conf
+}

Added: trunk/dports/net/nylon/files/example-nylon.conf
===================================================================
--- trunk/dports/net/nylon/files/example-nylon.conf	                        (rev 0)
+++ trunk/dports/net/nylon/files/example-nylon.conf	2007-02-20 16:31:49 UTC (rev 22164)
@@ -0,0 +1,38 @@
+# The remainder of this file was created by the author of nylon, Marius Aamodt
+# Eriksen <marius at monkey.org>, and is as it was when downloaded from
+# http://monkey.org/~marius/tmp/nylon.conf
+
+# general settings 
+[General]
+
+# number of simultaneous connections allowed
+No-Simultaneous-Conn=10
+
+# log connections and other information to syslog? 1: on, 0: off
+Log=1
+
+# be verbose on the console? 1: on, 0: off
+Verbose=0
+
+# store pid file
+#PIDfile=/tmp/nylon.pid
+
+# server settings
+[Server]
+
+# interface to listen to connections
+#Binding-Interface=fxp1
+
+# interface to bind outgoing connections to
+#Connecting-Interface=fxp0
+
+# listening port to bind to
+Port=1080
+
+# allowed is processed first, then deny
+
+# allowable connect ips/ranges
+#Allow-IP=141.0.0.0/8 127.0.0.1 10.0.0.0/24
+Allow-IP=127.0.0.1/32
+# denied connect ips/ranges
+#Deny-IP=10.0.0.0/24

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070220/1e22b6e2/attachment.html


More information about the macports-changes mailing list