mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
30
devel/py-icalendar/Makefile
Normal file
30
devel/py-icalendar/Makefile
Normal 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>
|
2
devel/py-icalendar/distinfo
Normal file
2
devel/py-icalendar/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (iCalendar.0.9.3.tar.gz) = 1213b5ea1ffceaf29d1599abf4d0292a
|
||||||
|
SIZE (iCalendar.0.9.3.tar.gz) = 24491
|
4
devel/py-icalendar/pkg-descr
Normal file
4
devel/py-icalendar/pkg-descr
Normal 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/
|
14
devel/py-icalendar/pkg-plist
Normal file
14
devel/py-icalendar/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue