[79324] trunk/dports/python/py26-PyRSS2Gen/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 09:53:57 PDT 2011


Revision: 79324
          http://trac.macports.org/changeset/79324
Author:   ryandesign at macports.org
Date:     2011-06-09 09:53:56 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py26-PyRSS2Gen: whitespace changes and add modeline

Modified Paths:
--------------
    trunk/dports/python/py26-PyRSS2Gen/Portfile

Modified: trunk/dports/python/py26-PyRSS2Gen/Portfile
===================================================================
--- trunk/dports/python/py26-PyRSS2Gen/Portfile	2011-06-09 16:52:40 UTC (rev 79323)
+++ trunk/dports/python/py26-PyRSS2Gen/Portfile	2011-06-09 16:53:56 UTC (rev 79324)
@@ -1,38 +1,36 @@
+# -*- 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       python26 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
 
-name            py26-PyRSS2Gen
-version         1.0.0
-revision        1
-license         BSD
-maintainers     nomaintainer
-platforms       darwin
-supported_archs noarch
+name                py26-PyRSS2Gen
+version             1.0.0
+revision            1
+platforms           darwin
+categories-append   devel
+maintainers         nomaintainer
+license             BSD
+supported_archs     noarch
 
-description     pygooglechart is a complete Python wrapper for the Google Chart API
+description         pygooglechart is a complete Python wrapper for the Google Chart API
 
-long_description \
-    ${description}
+long_description    ${description}
 
-categories-append \
-    devel
+homepage            http://www.dalkescientific.com/Python/PyRSS2Gen.html
+master_sites        http://www.dalkescientific.com/Python/
+distname            PyRSS2Gen-${version}
 
-homepage        http://www.dalkescientific.com/Python/PyRSS2Gen.html
-master_sites    http://www.dalkescientific.com/Python/
-distname        PyRSS2Gen-${version}
+checksums           md5     b37ed0c9cfa4438a73dbbb0207f3aff6 \
+                    sha1    fcea9beb59ca022ed89b254b2362ae5af386f01a \
+                    rmd160  8fe60587c15760dc229c0acc765626a0e1c412d7
 
-checksums       md5     b37ed0c9cfa4438a73dbbb0207f3aff6 \
-                sha1    fcea9beb59ca022ed89b254b2362ae5af386f01a \
-                rmd160  8fe60587c15760dc229c0acc765626a0e1c412d7
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir}
 }
 
-livecheck.type    regex
-livecheck.url     ${homepage}
-livecheck.regex   {PyRSS2Gen-(\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {PyRSS2Gen-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/6d46f9f7/attachment.html>


More information about the macports-changes mailing list