[35740] trunk/dports/python/py-icalendar/Portfile
deric at macports.org
deric at macports.org
Fri Apr 4 10:36:51 PDT 2008
Revision: 35740
http://trac.macosforge.org/projects/macports/changeset/35740
Author: deric at macports.org
Date: 2008-04-04 10:36:50 -0700 (Fri, 04 Apr 2008)
Log Message:
-----------
Fix new maintainer address and lint warnings in preparation for copy to py25.
Modified Paths:
--------------
trunk/dports/python/py-icalendar/Portfile
Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile 2008-04-04 17:25:15 UTC (rev 35739)
+++ trunk/dports/python/py-icalendar/Portfile 2008-04-04 17:36:50 UTC (rev 35740)
@@ -1,11 +1,12 @@
-# $Id$
+# $Id:$
PortSystem 1.0
PortGroup python24 1.0
+
name py-icalendar
version 1.2
categories python
-maintainers deric at caveo.se
+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. \
@@ -17,12 +18,12 @@
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080404/220fa2cb/attachment.html
More information about the macports-changes
mailing list