svn commit: r381062 - in head/deskutils: . py-khal

Vanilla I. Shu vanilla at FreeBSD.org
Thu Mar 12 08:30:14 UTC 2015


Author: vanilla
Date: Thu Mar 12 08:30:12 2015
New Revision: 381062
URL: https://svnweb.freebsd.org/changeset/ports/381062
QAT: https://qat.redports.org/buildarchive/r381062/

Log:
  Add py-khal 0.4.0, calDAV-based calendar.
  
  PR:		198514
  Submitted by:	che at bein.link

Added:
  head/deskutils/py-khal/
  head/deskutils/py-khal/Makefile   (contents, props changed)
  head/deskutils/py-khal/distinfo   (contents, props changed)
  head/deskutils/py-khal/pkg-descr   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Thu Mar 12 06:52:25 2015	(r381061)
+++ head/deskutils/Makefile	Thu Mar 12 08:30:12 2015	(r381062)
@@ -200,6 +200,7 @@
     SUBDIR += plopfolio
     SUBDIR += preferencepanes
     SUBDIR += preferences
+    SUBDIR += py-khal
     SUBDIR += py-pystash
     SUBDIR += py-send2trash
     SUBDIR += py-spice-gtk

Added: head/deskutils/py-khal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/py-khal/Makefile	Thu Mar 12 08:30:12 2015	(r381062)
@@ -0,0 +1,29 @@
+# Created by: che at bein.link
+# $FreeBSD$
+
+PORTNAME=	khal
+PORTVERSION=	0.4.0
+CATEGORIES=	deskutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	che at 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>

Added: head/deskutils/py-khal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/py-khal/distinfo	Thu Mar 12 08:30:12 2015	(r381062)
@@ -0,0 +1,2 @@
+SHA256 (khal-0.4.0.tar.gz) = 9762783cfe1343772da7fd5e287ecfbd825f25e29482b3d32834b41837111e84
+SIZE (khal-0.4.0.tar.gz) = 43665

Added: head/deskutils/py-khal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/py-khal/pkg-descr	Thu Mar 12 08:30:12 2015	(r381062)
@@ -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/


More information about the svn-ports-head mailing list