[65406] trunk/dports/net/dante/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Mar 25 17:59:04 PDT 2010
Revision: 65406
http://trac.macports.org/changeset/65406
Author: ryandesign at macports.org
Date: 2010-03-25 17:59:04 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
dante: whitespace changes only
Modified Paths:
--------------
trunk/dports/net/dante/Portfile
Modified: trunk/dports/net/dante/Portfile
===================================================================
--- trunk/dports/net/dante/Portfile 2010-03-26 00:56:00 UTC (rev 65405)
+++ trunk/dports/net/dante/Portfile 2010-03-26 00:59:04 UTC (rev 65406)
@@ -1,41 +1,44 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name dante
-version 1.1.19
-categories net
-platforms darwin
-maintainers nomaintainer
-description A circuit-level firewall/proxy
-long_description \
- Dante is a circuit-level firewall/proxy (socks implemented) that can be \
- used to provide convenient and secure network connectivity to a wide range \
- of hosts while requiring only the server Dante runs on to have external \
- network connectivity. \
- Once installed, Dante can in most cases be made transparent to the clients \
- while offering detailed access control and logging facilities to the \
- server administrator.
+name dante
+version 1.1.19
+categories net
+platforms darwin
+maintainers nomaintainer
-homepage http://www.inet.no/dante/
-master_sites ftp://ftp.inet.no/pub/socks/ freebsd
-checksums sha1 e366a60a880ceff6205f7cd87249c7322b844d3c
+description A circuit-level firewall/proxy
-configure.args --mandir=${prefix}/share/man \
- --with-socks-conf=${prefix}/etc/dante/socks.conf \
- --with-sockd-conf=${prefix}/etc/dante/sockd.conf \
- --with-pidfile=${prefix}/var/run/dante/dante.pid
+long_description Dante is a circuit-level firewall/proxy (socks \
+ implemented) that can be used to provide convenient \
+ and secure network connectivity to a wide range of \
+ hosts while requiring only the server Dante runs on \
+ to have external network connectivity. Once installed, \
+ Dante can in most cases be made transparent to the \
+ clients while offering detailed access control and \
+ logging facilities to the server administrator.
+homepage http://www.inet.no/dante/
+master_sites ftp://ftp.inet.no/pub/socks/ freebsd
+
+checksums sha1 e366a60a880ceff6205f7cd87249c7322b844d3c
+
+configure.args --mandir=${prefix}/share/man \
+ --with-socks-conf=${prefix}/etc/dante/socks.conf \
+ --with-sockd-conf=${prefix}/etc/dante/sockd.conf \
+ --with-pidfile=${prefix}/var/run/dante/dante.pid
+
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/etc/dante/ \
- ${destroot}${prefix}/var/run/dante/
- system "touch ${destroot}${prefix}/var/run/dante/dante.pid"
- xinstall -m 644 ${worksrcpath}/example/socks.conf \
- ${destroot}${prefix}/etc/dante/socks.conf.sample
- xinstall -m 644 ${worksrcpath}/example/sockd.conf \
- ${destroot}${prefix}/etc/dante/sockd.conf.sample
+ xinstall -m 755 -d ${destroot}${prefix}/etc/dante/ \
+ ${destroot}${prefix}/var/run/dante/
+ system "touch ${destroot}${prefix}/var/run/dante/dante.pid"
+ xinstall -m 644 ${worksrcpath}/example/socks.conf \
+ ${destroot}${prefix}/etc/dante/socks.conf.sample
+ xinstall -m 644 ${worksrcpath}/example/sockd.conf \
+ ${destroot}${prefix}/etc/dante/sockd.conf.sample
}
-livecheck.type regex
-livecheck.url [lindex ${master_sites} 0]
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/a2e42d26/attachment.html>
More information about the macports-changes
mailing list