[126885] trunk/dports/www/webcleaner/Portfile

larryv at macports.org larryv at macports.org
Thu Oct 16 13:53:39 PDT 2014


Revision: 126885
          https://trac.macports.org/changeset/126885
Author:   larryv at macports.org
Date:     2014-10-16 13:53:39 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
webcleaner: Add modeline, rearrange, and reformat

Modified Paths:
--------------
    trunk/dports/www/webcleaner/Portfile

Modified: trunk/dports/www/webcleaner/Portfile
===================================================================
--- trunk/dports/www/webcleaner/Portfile	2014-10-16 20:53:37 UTC (rev 126884)
+++ trunk/dports/www/webcleaner/Portfile	2014-10-16 20:53:39 UTC (rev 126885)
@@ -1,31 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name			webcleaner
-version			2.31
-categories		www python
-platforms		darwin
-maintainers		nomaintainer
-description		webcleaner is a powerful filtering http proxy
-long_description	${description}
+name                webcleaner
+version             2.31
+categories          www python
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://webcleaner.sourceforge.net/
-master_sites	sourceforge
-checksums		md5 c7980d19a3f0087b4f04708c244f2a97
+description         webcleaner is a powerful filtering http proxy
+long_description    ${description}
+homepage            http://webcleaner.sourceforge.net/
 
-python.default_version	24
-python.move_binaries	no
+depends_build       port:spidermonkey
 
-depends_build	port:spidermonkey
+master_sites        sourceforge
+checksums           md5 c7980d19a3f0087b4f04708c244f2a97
 
+python.default_version  24
+python.move_binaries    no
+
 post-extract {
-	file mkdir ${worksrcpath}/libjs/.libs/
-	system "cd ${worksrcpath}/libjs/.libs && ln -s ${prefix}/lib/libjs.a"
+    file mkdir ${worksrcpath}/libjs/.libs/
+    system "cd ${worksrcpath}/libjs/.libs && ln -s ${prefix}/lib/libjs.a"
 }
 
-use_configure	yes
-configure.cflags-append	"-I${prefix}/include/spidermonkey"
+use_configure           yes
+configure.cflags-append "-I${prefix}/include/spidermonkey"
 
-build.env		${configure.env}
+build.env           ${configure.env}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/896f36d5/attachment.html>


More information about the macports-changes mailing list