[70702] trunk/dports/net/tsocks/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 17 15:18:23 PDT 2010


Revision: 70702
          http://trac.macports.org/changeset/70702
Author:   ryandesign at macports.org
Date:     2010-08-17 15:18:23 -0700 (Tue, 17 Aug 2010)
Log Message:
-----------
tsocks: whitespace / formatting changes only

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

Modified: trunk/dports/net/tsocks/Portfile
===================================================================
--- trunk/dports/net/tsocks/Portfile	2010-08-17 22:12:30 UTC (rev 70701)
+++ trunk/dports/net/tsocks/Portfile	2010-08-17 22:18:23 UTC (rev 70702)
@@ -1,54 +1,59 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name             tsocks
-version          1.8.4
-revision         1
-categories       net
-maintainers      nomaintainer
-description      Transparent SOCKS proxying library
-long_description \
-	tsocks allows non SOCKS aware applications (e.g \
-	telnet, ssh, ftp etc) to use SOCKS without any \
-	modification. It does this by intercepting the \
-	calls that applications make to establish \
-	network connections and negotating them through \
-	a SOCKS server as necessary.
-homepage         http://giig.ugr.es/~rgarcia/tsocks/
-master_sites     ${homepage}
-use_bzip2        yes
-platforms        darwin
-checksums        md5 dccf57d632136b62dbe7ec7970b6c3e3
-use_autoconf     yes
-patchfiles       patch-configure.in \
-		 patch-Makefile.in \
-		 patch-tsocks.in \
-		 patch-tsocks.c \
-		 patch-tsocks.h \
-		 patch-dead_pool.c
+name                    tsocks
+version                 1.8.4
+revision                1
+categories              net
+platforms               darwin
+maintainers             nomaintainer
 
-configure.args   --with-conf=${prefix}/etc/tsocks.conf \
-		 --libdir=${prefix}/lib \
-		 --mandir=${prefix}/share/man
+description             Transparent SOCKS proxying library
 
+long_description        tsocks allows non SOCKS aware applications (e.g \
+                        telnet, ssh, ftp etc) to use SOCKS without any \
+                        modification. It does this by intercepting the \
+                        calls that applications make to establish \
+                        network connections and negotating them through \
+                        a SOCKS server as necessary.
+
+homepage                http://giig.ugr.es/~rgarcia/tsocks/
+master_sites            ${homepage}
+use_bzip2               yes
+
+checksums               md5     dccf57d632136b62dbe7ec7970b6c3e3
+
+patchfiles              patch-Makefile.in \
+                        patch-configure.in \
+                        patch-dead_pool.c \
+                        patch-tsocks.c \
+                        patch-tsocks.h \
+                        patch-tsocks.in
+
 post-extract {
-	reinplace "s|/etc/tsocks.conf|${prefix}/etc/tsocks.conf|g" \
-                ${worksrcpath}/tsocks.8
+    reinplace "s|/etc/tsocks.conf|${prefix}/etc/tsocks.conf|g" \
+        ${worksrcpath}/tsocks.8
 }
 
-post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/etc
-	xinstall -m 644 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
+use_autoconf            yes
 
-	xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
-	eval xinstall -m 644 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
+configure.args          --with-conf=${prefix}/etc/tsocks.conf \
+                        --libdir=${prefix}/lib \
+                        --mandir=${prefix}/share/man
 
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/tsocks
-	foreach doc { COPYING ChangeLog FAQ INSTALL TODO } {
-		xinstall -m 644 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/tsocks/${doc}
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/etc
+    xinstall -m 644 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
+    
+    xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
+    eval xinstall -m 644 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
+    
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/tsocks
+    foreach doc { COPYING ChangeLog FAQ INSTALL TODO } {
+        xinstall -m 644 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/tsocks/${doc}
+    }
 }
-}
 
 notes "
 The tsocks.conf.sample file is in ${prefix}/etc.\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100817/d21dff50/attachment.html>


More information about the macports-changes mailing list