Index: deskutils/Makefile =================================================================== --- deskutils/Makefile (revision 380767) +++ deskutils/Makefile (working copy) @@ -203,6 +203,7 @@ SUBDIR += py-pystash SUBDIR += py-send2trash SUBDIR += py-spice-gtk + SUBDIR += py-vdirsyncer SUBDIR += py-vobject SUBDIR += pybookreader SUBDIR += pypanel Index: deskutils/py-vdirsyncer/Makefile =================================================================== --- deskutils/py-vdirsyncer/Makefile (revision 0) +++ deskutils/py-vdirsyncer/Makefile (working copy) @@ -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:${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:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt:${PORTSDIR}/www/py-requests-toolbelt + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: deskutils/py-vdirsyncer/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/py-vdirsyncer/distinfo =================================================================== --- deskutils/py-vdirsyncer/distinfo (revision 0) +++ deskutils/py-vdirsyncer/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (vdirsyncer-0.4.3.tar.gz) = 1684c82fc6f2fa2d4bc88a6bd8294357f36c83e5c36de70354a2c27f9dea1b40 +SIZE (vdirsyncer-0.4.3.tar.gz) = 158711 Property changes on: deskutils/py-vdirsyncer/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/py-vdirsyncer/pkg-descr =================================================================== --- deskutils/py-vdirsyncer/pkg-descr (revision 0) +++ deskutils/py-vdirsyncer/pkg-descr (working copy) @@ -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/ Property changes on: deskutils/py-vdirsyncer/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property