Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. WWW: http://opendocumentfellowship.com/development/projects/odfpy Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added, with minor changes. Thanks!
miwi 2008-06-28 14:56:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-odfpy Makefile distinfo pkg-descr pkg-plist Log: Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. WWW: http://opendocumentfellowship.com/development/projects/odfpy PR: ports/125038 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.3117 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/py-odfpy/Makefile (new) 1.1 +3 -0 ports/devel/py-odfpy/distinfo (new) 1.1 +8 -0 ports/devel/py-odfpy/pkg-descr (new) 1.1 +104 -0 ports/devel/py-odfpy/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"