cvs commit: ports/devel Makefile ports/devel/py-odfpy Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sat Jun 28 14:56:36 UTC 2008


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)


More information about the cvs-ports mailing list