[35743] trunk/dports/python

deric at macports.org deric at macports.org
Fri Apr 4 11:11:36 PDT 2008


Revision: 35743
          http://trac.macosforge.org/projects/macports/changeset/35743
Author:   deric at macports.org
Date:     2008-04-04 11:11:35 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Adding Python 2.5 port of py-icalendar.

Added Paths:
-----------
    trunk/dports/python/py25-icalendar/
    trunk/dports/python/py25-icalendar/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-icalendar/Portfile

Copied: trunk/dports/python/py25-icalendar (from rev 35740, trunk/dports/python/py-icalendar)

Deleted: trunk/dports/python/py25-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2008-04-04 17:36:50 UTC (rev 35740)
+++ trunk/dports/python/py25-icalendar/Portfile	2008-04-04 18:11:35 UTC (rev 35743)
@@ -1,29 +0,0 @@
-# $Id:$
-
-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
-
-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}
-
-    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}
-}
\ No newline at end of file

Copied: trunk/dports/python/py25-icalendar/Portfile (from rev 35741, trunk/dports/python/py-icalendar/Portfile)
===================================================================
--- trunk/dports/python/py25-icalendar/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-icalendar/Portfile	2008-04-04 18:11:35 UTC (rev 35743)
@@ -0,0 +1,29 @@
+# $Id$
+
+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
+
+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}
+
+    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}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080404/6c4c5168/attachment.html


More information about the macports-changes mailing list