View | Details | Raw Unified | Return to bug 198526 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/py-khal/Makefile (+28 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	khal
4
PORTVERSION=	0.4.0
5
CATEGORIES=	deskutils python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	che@bein.link
10
COMMENT=	CalDAV-based calendar
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \
16
	${PYTHON_PKGNAMEPREFIX}icalendar>=3.8.2:${PORTSDIR}/devel/py-icalendar \
17
	${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:${PORTSDIR}/devel/py-urwid \
18
	${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg \
19
	${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:${PORTSDIR}/devel/py-pytz \
20
	${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:${PORTSDIR}/devel/py-dateutil \
21
	${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \
22
	${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:${PORTSDIR}/devel/py-tzlocal \
23
	${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:${PORTSDIR}/deskutils/py-vdirsyncer
24
25
USES=		python
26
USE_PYTHON=	autoplist distutils
27
28
.include <bsd.port.mk>
(-)deskutils/py-khal/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (khal-0.4.0.tar.gz) = 9762783cfe1343772da7fd5e287ecfbd825f25e29482b3d32834b41837111e84
2
SIZE (khal-0.4.0.tar.gz) = 43665
(-)deskutils/py-khal/pkg-descr (+5 lines)
Line 0 Link Here
1
Khal is a calendar program for the terminal for viewing, adding and editing 
2
events and calendars. Khal is build on the iCalendar and vdir (allowing the 
3
use of vdirsyncer for CalDAV compatibility) standards.
4
5
WWW: http://lostpackets.de/khal/

Return to bug 198526