aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-10 11:48:38 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-10 11:48:38 +0000
commit18843fbbceb359e20cdebf16a891fb3b12ec5d80 (patch)
treeaf1057903b4a45597361e8df0dfe055a4e5ba0ae /deskutils
parentbb3296d6275f56d3c6fa93ba4a9487987313b2e0 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/py-vdirsyncer/Makefile25
-rw-r--r--deskutils/py-vdirsyncer/distinfo2
-rw-r--r--deskutils/py-vdirsyncer/pkg-descr6
4 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index f379674d3fcd..fef00945d233 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -203,6 +203,7 @@
SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-spice-gtk
+ SUBDIR += py-vdirsyncer
SUBDIR += py-vobject
SUBDIR += pybookreader
SUBDIR += pypanel
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile
new file mode 100644
index 000000000000..b522090cb10b
--- /dev/null
+++ b/deskutils/py-vdirsyncer/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= vdirsyncer
+PORTVERSION= 0.4.3
+CATEGORIES= deskutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= che@bein.link
+COMMENT= Synchronize calendars and contacts
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:${PORTSDIR}/devel/py-atomicwrites \
+ ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \
+ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:${PORTSDIR}/devel/py-icalendar \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=3.0:${PORTSDIR}/devel/py-lxml \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.1.3:${PORTSDIR}/www/py-requests-toolbelt
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/deskutils/py-vdirsyncer/distinfo b/deskutils/py-vdirsyncer/distinfo
new file mode 100644
index 000000000000..dee8280373dd
--- /dev/null
+++ b/deskutils/py-vdirsyncer/distinfo
@@ -0,0 +1,2 @@
+SHA256 (vdirsyncer-0.4.3.tar.gz) = 1684c82fc6f2fa2d4bc88a6bd8294357f36c83e5c36de70354a2c27f9dea1b40
+SIZE (vdirsyncer-0.4.3.tar.gz) = 158711
diff --git a/deskutils/py-vdirsyncer/pkg-descr b/deskutils/py-vdirsyncer/pkg-descr
new file mode 100644
index 000000000000..743d2337bcd6
--- /dev/null
+++ b/deskutils/py-vdirsyncer/pkg-descr
@@ -0,0 +1,6 @@
+Vdirsyncer synchronizes your calendars and addressbooks between two storages.
+The most popular purpose is to synchronize CalDAV and CardDAV with a local
+folder or file. The local data can then be accessed via a variety of programs,
+none of which have to know or worry about syncing to a server.
+
+WWW: https://vdirsyncer.readthedocs.org/