diff options
author | koobs <koobs@FreeBSD.org> | 2015-01-18 16:35:11 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-01-18 16:35:11 +0800 |
commit | bee42576db38e14e67ca827dc2c7afe473a99445 (patch) | |
tree | 3965d20a11cfd9339937d2ea2f8da45d381eaf7e /www/Makefile | |
parent | ee1a81091ebc96a5d11f41bb030452f920b23506 (diff) | |
download | freebsd-ports-gnome-bee42576db38e14e67ca827dc2c7afe473a99445.tar.gz freebsd-ports-gnome-bee42576db38e14e67ca827dc2c7afe473a99445.tar.zst freebsd-ports-gnome-bee42576db38e14e67ca827dc2c7afe473a99445.zip |
[NEW] www/pycarddav: Simple to use CardDAV CLI client
pyCardDAV is a simple to use CardDAV CLI client. It has built in support for
mutt's query_command but also works very well solo (and with other MUAs).
pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV
resource into a local database and of pc_query, a program for querying the
local database.
Features:
* Tested against davical, owncloud and sabredav
* Import the sender's address directly from mutt
* Add email addresses directly from mutt
* Backup and import to and from .vcf files
WWW: http://lostpackets.de/pycarddav
PR: 189098 (with changes)
Submitted by: Samir Noir <samir noir im>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5c8edb673e4a..d7ba20708667 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1717,6 +1717,7 @@ SUBDIR += py-wsgidav SUBDIR += py-zope.app.wsgi SUBDIR += pyblosxom + SUBDIR += pycarddav SUBDIR += pydio SUBDIR += pyjamas SUBDIR += pylot |