[47038] trunk/dports/python

deric at macports.org deric at macports.org
Fri Feb 20 07:51:53 PST 2009


Revision: 47038
          http://trac.macports.org/changeset/47038
Author:   deric at macports.org
Date:     2009-02-20 07:51:51 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
Remove superflous slash. Make all py-icalendar ports consistenly formatted.

Modified Paths:
--------------
    trunk/dports/python/py-icalendar/Portfile
    trunk/dports/python/py25-icalendar/Portfile
    trunk/dports/python/py26-icalendar/Portfile

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2009-02-20 15:29:57 UTC (rev 47037)
+++ trunk/dports/python/py-icalendar/Portfile	2009-02-20 15:51:51 UTC (rev 47038)
@@ -1,29 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name             py-icalendar
-version          1.2
-categories       python
-maintainers      deric at macports.org
-description      The iCalendar package is a parser/generator of RFC 2445 iCalendar files.
-long_description The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and \
-                 powerful. The package can both generate and parse iCalendar files, and can easily be used as is. \
-                 The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.
-homepage         http://codespeak.net/icalendar/
-master_sites     ${homepage}
-distname         iCalendar-${version}
-extract.suffix   .tgz
-checksums        md5 810cb3707605b75e51163e6eb1c1410a \
-                 sha1 76caea7deb43cd299fb20bc940f305d43747fde9 \
-                 rmd160 6809c1c2bc4688032c0145919e4ed569b0de6a04
+name                py-icalendar
+version             1.2
+categories          python
+maintainers         deric
+platforms           darwin
+description         The iCalendar package is a parser/generator of RFC 2445 \
+                    iCalendar files.
+long_description    The inspiration has come from the email package in the \
+                    standard lib, which I think is pretty simple, yet \
+                    efficient and powerful. The package can both generate \
+                    and parse iCalendar files, and can easily be used as is. \
+                    The aim is to make a package that is fully compliant to \
+                    RFC 2445, well designed, simple to use and well documented.
+                    
+homepage            http://codespeak.net/icalendar/
+master_sites        ${homepage}
+distname            iCalendar-${version}
+extract.suffix      .tgz
+checksums           md5 810cb3707605b75e51163e6eb1c1410a \
+                    sha1 76caea7deb43cd299fb20bc940f305d43747fde9 \
+                    rmd160 6809c1c2bc4688032c0145919e4ed569b0de6a04
 
 post-destroot {
     # install docs
     xinstall -m 644 -W ${worksrcpath}/ CHANGES.txt CREDITS.txt HISTORY.txt INSTALL.txt LICENSE.txt README.txt TODO.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 
     xinstall -m 644 -W ${worksrcpath}/doc example.txt groupscheduled.ics groupscheduled.txt multiple.ics multiple.txt small.ics small.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py25-icalendar/Portfile
===================================================================
--- trunk/dports/python/py25-icalendar/Portfile	2009-02-20 15:29:57 UTC (rev 47037)
+++ trunk/dports/python/py25-icalendar/Portfile	2009-02-20 15:51:51 UTC (rev 47038)
@@ -1,29 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name             py25-icalendar
-version          1.2
-categories       python
-maintainers      deric at macports.org
-description      The iCalendar package is a parser/generator of RFC 2445 iCalendar files.
-long_description The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and \
-                 powerful. The package can both generate and parse iCalendar files, and can easily be used as is. \
-                 The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.
-homepage         http://codespeak.net/icalendar/
-master_sites     ${homepage}
-distname         iCalendar-${version}
-extract.suffix   .tgz
-checksums        md5 810cb3707605b75e51163e6eb1c1410a \
-                 sha1 76caea7deb43cd299fb20bc940f305d43747fde9 \
-                 rmd160 6809c1c2bc4688032c0145919e4ed569b0de6a04
+name                py25-icalendar
+version             1.2
+categories          python
+maintainers         deric
+platforms           darwin
+description         The iCalendar package is a parser/generator of RFC 2445 \
+                    iCalendar files.
+long_description    The inspiration has come from the email package in the \
+                    standard lib, which I think is pretty simple, yet \
+                    efficient and powerful. The package can both generate \
+                    and parse iCalendar files, and can easily be used as is. \
+                    The aim is to make a package that is fully compliant to \
+                    RFC 2445, well designed, simple to use and well documented.
+                    
+homepage            http://codespeak.net/icalendar/
+master_sites        ${homepage}
+distname            iCalendar-${version}
+extract.suffix      .tgz
+checksums           md5 810cb3707605b75e51163e6eb1c1410a \
+                    sha1 76caea7deb43cd299fb20bc940f305d43747fde9 \
+                    rmd160 6809c1c2bc4688032c0145919e4ed569b0de6a04
 
 post-destroot {
     # install docs
     xinstall -m 644 -W ${worksrcpath}/ CHANGES.txt CREDITS.txt HISTORY.txt INSTALL.txt LICENSE.txt README.txt TODO.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 
     xinstall -m 644 -W ${worksrcpath}/doc example.txt groupscheduled.ics groupscheduled.txt multiple.ics multiple.txt small.ics small.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py26-icalendar/Portfile
===================================================================
--- trunk/dports/python/py26-icalendar/Portfile	2009-02-20 15:29:57 UTC (rev 47037)
+++ trunk/dports/python/py26-icalendar/Portfile	2009-02-20 15:51:51 UTC (rev 47038)
@@ -1,7 +1,7 @@
 # $Id$
 
-PortSystem  1.0
-PortGroup   python26 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
 
 name                py26-icalendar
 version             1.2
@@ -28,8 +28,8 @@
 post-destroot {
     # install docs
     xinstall -m 644 -W ${worksrcpath}/ CHANGES.txt CREDITS.txt HISTORY.txt INSTALL.txt LICENSE.txt README.txt TODO.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 
     xinstall -m 644 -W ${worksrcpath}/doc example.txt groupscheduled.ics groupscheduled.txt multiple.ics multiple.txt small.ics small.txt \
-    ${destroot}/${prefix}/share/doc/${name}
+    ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090220/5b07dd27/attachment.html>


More information about the macports-changes mailing list