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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to