mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: devel/py-calendar
calendar is a python library for parsing and generating iCalendar data. See RFC 5545 and 6350. http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk WWW: http://trac.calendarserver.org/wiki/twext PR: 210262 Submitted by: Axel Rau <Axel.Rau@Chaos1.DE>
This commit is contained in:
parent
a57832890b
commit
5429aeec17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417524
4 changed files with 47 additions and 0 deletions
|
@ -4001,6 +4001,7 @@
|
|||
SUBDIR += py-bluelet
|
||||
SUBDIR += py-boto
|
||||
SUBDIR += py-botocore
|
||||
SUBDIR += py-calendar
|
||||
SUBDIR += py-canonicaljson
|
||||
SUBDIR += py-capstone
|
||||
SUBDIR += py-cclib
|
||||
|
|
38
devel/py-calendar/Makefile
Normal file
38
devel/py-calendar/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calendar
|
||||
PORTVERSION= 0.15423
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.lechner-rau.de/downloads/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pycalendar-${PORTVERSION}
|
||||
|
||||
MAINTAINER= axel.rau@chaos1.de
|
||||
COMMENT= Library for iCalendar/vCard data
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
FETCH_DEPENDS= svn:devel/subversion
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH=yes
|
||||
|
||||
SVN_REPOSITORY_URL= http://svn.calendarserver.org/repository/calendarserver
|
||||
SVN_TAG2= PyCalendar/trunk
|
||||
SVN_CMD2= svn export -r15423
|
||||
|
||||
maint-gen-distfile:
|
||||
@if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \
|
||||
${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \
|
||||
${ECHO_MSG} "=> Checking out PyCalendar from svn.calendarserver.org/..."; \
|
||||
${SVN_CMD2} ${SVN_REPOSITORY_URL}/${SVN_TAG2} > /dev/null ; \
|
||||
${MV} trunk ${DISTNAME} ; \
|
||||
${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \
|
||||
cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \
|
||||
${RM} -Rf ${WRKDIR}/${DISTNAME} ; \
|
||||
else \
|
||||
${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-calendar/distinfo
Normal file
3
devel/py-calendar/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1464107977
|
||||
SHA256 (pycalendar-0.15423.tar.gz) = 1002682bc4d617c063b596103d8918068bc3eb3a1ac47b5d8f59bb881c61bd6f
|
||||
SIZE (pycalendar-0.15423.tar.gz) = 128963
|
5
devel/py-calendar/pkg-descr
Normal file
5
devel/py-calendar/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
calendar is a python library for parsing and generating iCalendar data.
|
||||
See RFC 5545 and 6350.
|
||||
http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk
|
||||
|
||||
WWW: http://trac.calendarserver.org/wiki/twext
|
Loading…
Add table
Reference in a new issue