Import py34-vdirsyncer-0.2.3 as time/py-vdirsyncer.

vdirsyncer synchronizes your calendars and addressbooks between
two storages.  The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
This commit is contained in:
wiz 2014-08-18 09:48:44 +00:00
parent 996a55296f
commit 98c7083f04
4 changed files with 79 additions and 0 deletions

5
time/py-vdirsyncer/DESCR Normal file
View file

@ -0,0 +1,5 @@
vdirsyncer synchronizes your calendars and addressbooks between
two storages. The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.
It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2014/08/18 09:48:44 wiz Exp $
DISTNAME= vdirsyncer-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time
MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/
COMMENT= Synchronization tool for vdir
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

53
time/py-vdirsyncer/PLIST Normal file
View file

@ -0,0 +1,53 @@
@comment $NetBSD: PLIST,v 1.1 2014/08/18 09:48:44 wiz Exp $
bin/vdirsyncer
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/vdirsyncer/__init__.py
${PYSITELIB}/vdirsyncer/__init__.pyc
${PYSITELIB}/vdirsyncer/__init__.pyo
${PYSITELIB}/vdirsyncer/cli.py
${PYSITELIB}/vdirsyncer/cli.pyc
${PYSITELIB}/vdirsyncer/cli.pyo
${PYSITELIB}/vdirsyncer/exceptions.py
${PYSITELIB}/vdirsyncer/exceptions.pyc
${PYSITELIB}/vdirsyncer/exceptions.pyo
${PYSITELIB}/vdirsyncer/log.py
${PYSITELIB}/vdirsyncer/log.pyc
${PYSITELIB}/vdirsyncer/log.pyo
${PYSITELIB}/vdirsyncer/storage/__init__.py
${PYSITELIB}/vdirsyncer/storage/__init__.pyc
${PYSITELIB}/vdirsyncer/storage/__init__.pyo
${PYSITELIB}/vdirsyncer/storage/base.py
${PYSITELIB}/vdirsyncer/storage/base.pyc
${PYSITELIB}/vdirsyncer/storage/base.pyo
${PYSITELIB}/vdirsyncer/storage/dav.py
${PYSITELIB}/vdirsyncer/storage/dav.pyc
${PYSITELIB}/vdirsyncer/storage/dav.pyo
${PYSITELIB}/vdirsyncer/storage/filesystem.py
${PYSITELIB}/vdirsyncer/storage/filesystem.pyc
${PYSITELIB}/vdirsyncer/storage/filesystem.pyo
${PYSITELIB}/vdirsyncer/storage/http.py
${PYSITELIB}/vdirsyncer/storage/http.pyc
${PYSITELIB}/vdirsyncer/storage/http.pyo
${PYSITELIB}/vdirsyncer/storage/memory.py
${PYSITELIB}/vdirsyncer/storage/memory.pyc
${PYSITELIB}/vdirsyncer/storage/memory.pyo
${PYSITELIB}/vdirsyncer/storage/singlefile.py
${PYSITELIB}/vdirsyncer/storage/singlefile.pyc
${PYSITELIB}/vdirsyncer/storage/singlefile.pyo
${PYSITELIB}/vdirsyncer/sync.py
${PYSITELIB}/vdirsyncer/sync.pyc
${PYSITELIB}/vdirsyncer/sync.pyo
${PYSITELIB}/vdirsyncer/utils/__init__.py
${PYSITELIB}/vdirsyncer/utils/__init__.pyc
${PYSITELIB}/vdirsyncer/utils/__init__.pyo
${PYSITELIB}/vdirsyncer/utils/compat.py
${PYSITELIB}/vdirsyncer/utils/compat.pyc
${PYSITELIB}/vdirsyncer/utils/compat.pyo
${PYSITELIB}/vdirsyncer/utils/vobject.py
${PYSITELIB}/vdirsyncer/utils/vobject.pyc
${PYSITELIB}/vdirsyncer/utils/vobject.pyo

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/08/18 09:48:44 wiz Exp $
SHA1 (vdirsyncer-0.2.3.tar.gz) = 5b383386612f4f749a57de8102c772b4e08afd56
RMD160 (vdirsyncer-0.2.3.tar.gz) = 1c41955d2b222684594587cca5a28b53d7e7e23c
Size (vdirsyncer-0.2.3.tar.gz) = 24408 bytes