diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-01 12:30:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-01 12:30:11 +0000 |
commit | bb9c5d325763796cf69549100e7e1adfc2d651d3 (patch) | |
tree | fd6d5735e03c04835743306ab82316c011f833cc /misc | |
parent | 32d07357a8625874e9486c85a5b2879414ff44d1 (diff) | |
download | pkgsrc-bb9c5d325763796cf69549100e7e1adfc2d651d3.tar.gz |
Update to 0.3.3:
New sabredav/owncloud support, thanks Davide Gerhard.
Fixes a bug where properties with no type parameters were not printed.
This release also fixes a small database bug.
The config file has a new entry (davserver) which you can set to either davical or sabredav (depending on your CardDAV server).
Future: The source code has been cleaned up quite a bit (nearly every line of code has been touched) and some features have been added. Write support is nearly finished in the backend (but will probably not be included in the next release yet), but the frontend is still really buggy and a pain to use. If you want to have a look, check the repository out at github and check the branch write_support (but it might me broken).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-carddav/Makefile | 4 | ||||
-rw-r--r-- | misc/py-carddav/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 8319741b2bd..db739d843f4 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/01/12 18:27:30 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/03/01 12:30:11 wiz Exp $ # -DISTNAME= pycarddav0.3.2 +DISTNAME= pycarddav0.3.3 PKGNAME= ${DISTNAME:S/pycarddav/${PYPKGPREFIX}-carddav-/} CATEGORIES= misc MASTER_SITES= http://pycarddav.lostpackets.de/download/ diff --git a/misc/py-carddav/distinfo b/misc/py-carddav/distinfo index bdb8dc05d08..4793cc56fed 100644 --- a/misc/py-carddav/distinfo +++ b/misc/py-carddav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/01/10 23:30:09 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/03/01 12:30:11 wiz Exp $ -SHA1 (pycarddav0.3.2.tgz) = c1ec3ae5542058a70ac9afc55d726c3385325a26 -RMD160 (pycarddav0.3.2.tgz) = a5f864bcbbe42e2f99e521976612cd8162de508e -Size (pycarddav0.3.2.tgz) = 8585 bytes +SHA1 (pycarddav0.3.3.tgz) = 41f18dd0e54070b6d2143274b3872d4443f0ac5d +RMD160 (pycarddav0.3.3.tgz) = 5c6c7c208582119adb61e9e7e2a3fe771bd5c733 +Size (pycarddav0.3.3.tgz) = 9855 bytes |