diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-10 19:07:43 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-10 19:07:43 +0000 |
commit | 3f4ff400bb35bf66ced1954b59dd44d5f1a5480e (patch) | |
tree | 9a1128cb72521ccc957c315abe881de4523cb8a2 /deskutils/Makefile | |
parent | b46dfa470f7a59787ca3f32057f2c00f76ac65cf (diff) | |
download | ports-3f4ff400bb35bf66ced1954b59dd44d5f1a5480e.tar.gz ports-3f4ff400bb35bf66ced1954b59dd44d5f1a5480e.zip |
Add port deskutils/py-vobject:
Vobject parses iCalendar and vCard files into Python data structures,
decoding the relevant encodings. Also serializes vobject data structures
to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
WWW: http://vobject.skyhouseconsulting.com/
Author: Jeffrey Harris <jeffrey@osafoundation.org>
Notes
Notes:
svn path=/head/; revision=193184
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 3e1de2f96b06..b3081852865e 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -166,6 +166,7 @@ SUBDIR += preferences.app SUBDIR += py-dosage SUBDIR += py-tagfu + SUBDIR += py-vobject SUBDIR += pybookreader SUBDIR += pypanel SUBDIR += qrfcview |