pkgsrc-wip/py-icalendar/PLIST
Michael-John Turner aae618e4aa Initial import:
The iCalendar package is a parser/generator of iCalendar files for use with
Python. It follows the RFC 2445 (iCalendar) specification

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.
2007-08-11 14:20:09 +00:00

34 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/11 14:20:09 mj_turner Exp $
${PYSITELIB}/icalendar/__init__.py
${PYSITELIB}/icalendar/__init__.pyc
${PYSITELIB}/icalendar/__init__.pyo
${PYSITELIB}/icalendar/cal.py
${PYSITELIB}/icalendar/cal.pyc
${PYSITELIB}/icalendar/cal.pyo
${PYSITELIB}/icalendar/caselessdict.py
${PYSITELIB}/icalendar/caselessdict.pyc
${PYSITELIB}/icalendar/caselessdict.pyo
${PYSITELIB}/icalendar/interfaces.py
${PYSITELIB}/icalendar/interfaces.pyc
${PYSITELIB}/icalendar/interfaces.pyo
${PYSITELIB}/icalendar/parser.py
${PYSITELIB}/icalendar/parser.pyc
${PYSITELIB}/icalendar/parser.pyo
${PYSITELIB}/icalendar/prop.py
${PYSITELIB}/icalendar/prop.pyc
${PYSITELIB}/icalendar/prop.pyo
${PYSITELIB}/icalendar/tools.py
${PYSITELIB}/icalendar/tools.pyc
${PYSITELIB}/icalendar/tools.pyo
${PYSITELIB}/icalendar/util.py
${PYSITELIB}/icalendar/util.pyc
${PYSITELIB}/icalendar/util.pyo
share/doc/${PKGBASE}/example.txt
share/doc/${PKGBASE}/groupscheduled.ics
share/doc/${PKGBASE}/groupscheduled.txt
share/doc/${PKGBASE}/multiple.ics
share/doc/${PKGBASE}/multiple.txt
share/doc/${PKGBASE}/small.ics
share/doc/${PKGBASE}/small.txt
@dirrm ${PYSITELIB}/icalendar
@dirrm share/doc/${PKGBASE}