Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2008 14:56:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-odfpy Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200806281456.m5SEuZIY056268@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806281456.m5SEuZIY056268>