# $Id$ PortSystem 1.0 PortGroup python24 1.0 name py-icalendar version 0.11 categories python maintainers deric@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} }