Bug 125038 - [NEW PORT]devel/py-odfpy:Python API and Tools to Manipulate OpenDocument Files
Summary: [NEW PORT]devel/py-odfpy:Python API and Tools to Manipulate OpenDocument Files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 06:10 UTC by wenheping
Modified: 2008-06-28 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (5.83 KB, text/plain)
2008-06-27 06:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-06-27 06:10:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-27 06:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-06-28 15:56:16 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-28 15:56:40 UTC
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"