cvs commit: ports/devel Makefile ports/devel/py-celementtree
Makefile distinfo pkg-descr pkg-plist
Pav Lucistnik
pav at FreeBSD.org
Sat Jan 14 09:42:17 PST 2006
pav 2006-01-14 17:42:16 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-celementtree Makefile distinfo pkg-descr pkg-plist
Log:
The cElementTree module is a C implementation of the ElementTree API.
On typical documents, it's 15-20 times faster than the Python version
of ElementTree, and uses 2-5 times less memory. On modern hardware,
that means that documents in the 50-100 megabyte range can be manipulated
in memory, and that documents in the 0-1 megabyte range load in zero
time (0.0 seconds). This allows you to drastically simplify many kinds
of XML applications.
PR: ports/91687
Submitted by: Nicola Vitale <nivit at email.it>
Revision Changes Path
1.2098 +1 -0 ports/devel/Makefile
1.1 +29 -0 ports/devel/py-celementtree/Makefile (new)
1.1 +3 -0 ports/devel/py-celementtree/distinfo (new)
1.1 +10 -0 ports/devel/py-celementtree/pkg-descr (new)
1.1 +5 -0 ports/devel/py-celementtree/pkg-plist (new)
More information about the cvs-all
mailing list