Date: Tue, 10 Mar 2015 11:48:38 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380909 - in head/deskutils: . py-vdirsyncer Message-ID: <201503101148.t2ABmc58073122@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Tue Mar 10 11:48:38 2015 New Revision: 380909 URL: https://svnweb.freebsd.org/changeset/ports/380909 QAT: https://qat.redports.org/buildarchive/r380909/ Log: deskutils/py-vdirsyncer: NEW PORT - Synchronize calendars and contacts 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/ PR: 198316 Submitted by: Maxim Filimonov <che@bein.link> Added: head/deskutils/py-vdirsyncer/ head/deskutils/py-vdirsyncer/Makefile (contents, props changed) head/deskutils/py-vdirsyncer/distinfo (contents, props changed) head/deskutils/py-vdirsyncer/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Mar 10 11:39:17 2015 (r380908) +++ head/deskutils/Makefile Tue Mar 10 11:48:38 2015 (r380909) @@ -203,6 +203,7 @@ SUBDIR += py-pystash SUBDIR += py-send2trash SUBDIR += py-spice-gtk + SUBDIR += py-vdirsyncer SUBDIR += py-vobject SUBDIR += pybookreader SUBDIR += pypanel Added: head/deskutils/py-vdirsyncer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-vdirsyncer/Makefile Tue Mar 10 11:48:38 2015 (r380909) @@ -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> Added: head/deskutils/py-vdirsyncer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-vdirsyncer/distinfo Tue Mar 10 11:48:38 2015 (r380909) @@ -0,0 +1,2 @@ +SHA256 (vdirsyncer-0.4.3.tar.gz) = 1684c82fc6f2fa2d4bc88a6bd8294357f36c83e5c36de70354a2c27f9dea1b40 +SIZE (vdirsyncer-0.4.3.tar.gz) = 158711 Added: head/deskutils/py-vdirsyncer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-vdirsyncer/pkg-descr Tue Mar 10 11:48:38 2015 (r380909) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101148.t2ABmc58073122>