[19576] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 16 10:58:05 PDT 2006


Revision: 19576
Author:   markd at macports.org
Date:     2006-09-16 10:57:52 -0700 (Sat, 16 Sep 2006)

Log Message:
-----------
Closes 10660.  New port.

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

Added: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	                        (rev 0)
+++ trunk/dports/python/py-icalendar/Portfile	2006-09-16 17:57:52 UTC (rev 19576)
@@ -0,0 +1,29 @@
+# $Id: $
+
+PortSystem 1.0
+PortGroup python24 1.0
+name             py-icalendar
+version          0.11
+categories       python
+maintainers      deric at caveo.se
+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
+worksrcdir       iCalendar
+checksums        md5 5d8668b5754082b2d2c7e5901013bfba \
+                 sha1 3aabac08dcefd18dd8a1460ad11a0ca108d81fcb \
+                 rmd160 f31713d5b41874c93a1389aadc0a1a60ef07e6ca
+                 
+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

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


More information about the macports-changes mailing list