aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-khal
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-03-12 08:30:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-03-12 08:30:12 +0000
commit92c2f2bd6d83e5fcc3f795fe35bfaa7e9f5075b6 (patch)
tree3ca7bfbbcc61d87883643e937f3ae02326bbb6de /deskutils/py-khal
parent103d703c0f1061adae1e469280dbfc0f52d9e6fc (diff)
downloadports-92c2f2bd6d83e5fcc3f795fe35bfaa7e9f5075b6.tar.gz
ports-92c2f2bd6d83e5fcc3f795fe35bfaa7e9f5075b6.zip
Add py-khal 0.4.0, calDAV-based calendar.
PR: 198514 Submitted by: che@bein.link
Notes
Notes: svn path=/head/; revision=381062
Diffstat (limited to 'deskutils/py-khal')
-rw-r--r--deskutils/py-khal/Makefile29
-rw-r--r--deskutils/py-khal/distinfo2
-rw-r--r--deskutils/py-khal/pkg-descr5
3 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile
new file mode 100644
index 000000000000..dd5575db32d0
--- /dev/null
+++ b/deskutils/py-khal/Makefile
@@ -0,0 +1,29 @@
+# Created by: che@bein.link
+# $FreeBSD$
+
+PORTNAME= khal
+PORTVERSION= 0.4.0
+CATEGORIES= deskutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= che@bein.link
+COMMENT= CalDAV-based calendar
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \
+ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.8.2:${PORTSDIR}/devel/py-icalendar \
+ ${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:${PORTSDIR}/devel/py-urwid \
+ ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg \
+ ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:${PORTSDIR}/devel/py-pytz \
+ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:${PORTSDIR}/devel/py-dateutil \
+ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \
+ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:${PORTSDIR}/devel/py-tzlocal \
+ ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:${PORTSDIR}/deskutils/py-vdirsyncer
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo
new file mode 100644
index 000000000000..b0ea90031fdf
--- /dev/null
+++ b/deskutils/py-khal/distinfo
@@ -0,0 +1,2 @@
+SHA256 (khal-0.4.0.tar.gz) = 9762783cfe1343772da7fd5e287ecfbd825f25e29482b3d32834b41837111e84
+SIZE (khal-0.4.0.tar.gz) = 43665
diff --git a/deskutils/py-khal/pkg-descr b/deskutils/py-khal/pkg-descr
new file mode 100644
index 000000000000..4262f2521b49
--- /dev/null
+++ b/deskutils/py-khal/pkg-descr
@@ -0,0 +1,5 @@
+Khal is a calendar program for the terminal for viewing, adding and editing
+events and calendars. Khal is build on the iCalendar and vdir (allowing the
+use of vdirsyncer for CalDAV compatibility) standards.
+
+WWW: http://lostpackets.de/khal/