Initial import of icalendar 0.9.3.

The iCalender package is a parser/generator of iCalender files for
use with Python
This commit is contained in:
Kevin Lo 2005-05-17 03:09:29 +00:00
parent aa327195fb
commit c5652e1971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135429
5 changed files with 51 additions and 0 deletions

View file

@ -1292,6 +1292,7 @@
SUBDIR += py-gamin SUBDIR += py-gamin
SUBDIR += py-getargs SUBDIR += py-getargs
SUBDIR += py-grouch SUBDIR += py-grouch
SUBDIR += py-icalendar
SUBDIR += py-istring SUBDIR += py-istring
SUBDIR += py-kjbuckets SUBDIR += py-kjbuckets
SUBDIR += py-kqueue SUBDIR += py-kqueue

View file

@ -0,0 +1,30 @@
# Ports collection makefile for: py-icalendar
# Date created: May 17, 2005
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= icalendar
PORTVERSION= 0.9.3
CATEGORIES= devel python
MASTER_SITES= http://www.mxm.dk/products/public/ical/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= iCalendar.${PORTVERSION}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Parser and generator of iCalender files for Python
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/iCalendar
do-install:
${MKDIR} ${PYTHON_SITELIBDIR}/iCalendar
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}/iCalendar/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (iCalendar.0.9.3.tar.gz) = 1213b5ea1ffceaf29d1599abf4d0292a
SIZE (iCalendar.0.9.3.tar.gz) = 24491

View file

@ -0,0 +1,4 @@
The iCalender package is a parser/generator of iCalender files for use
with Python. It follows the RFC 2445 spec.
WWW: http://www.mxm.dk/products/public/ical/

View file

@ -0,0 +1,14 @@
%%PORTDOCS%%share/doc/icalendar/example.ics
%%PORTDOCS%%share/doc/icalendar/example.py
%%PORTDOCS%%share/doc/icalendar/groupscheduled.ics
%%PORTDOCS%%share/doc/icalendar/groupscheduled.py
%%PORTDOCS%%share/doc/icalendar/test.ics
%%PORTDOCS%%share/doc/icalendar/test.py
%%PYTHON_SITELIBDIR%%/iCalendar/CaselessDict.py
%%PYTHON_SITELIBDIR%%/iCalendar/ContentlinesParser.py
%%PYTHON_SITELIBDIR%%/iCalendar/PropertyValues.py
%%PYTHON_SITELIBDIR%%/iCalendar/__init__.py
%%PYTHON_SITELIBDIR%%/iCalendar/iCalendar.py
%%PYTHON_SITELIBDIR%%/iCalendar/tools.py
@dirrm %%PYTHON_SITELIBDIR%%/iCalendar
%%PORTDOCS%%@dirrm share/doc/icalendar