CVS log for ports/devel/py-celementtree/Makefile
Up to [FreeBSD] / ports / devel / py-celementtree
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 9 17:05:44 2008 UTC (4 years, 1 month ago) by nivit
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
- Fix download site and add a secondary one
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 30 09:41:11 2007 UTC (4 years, 6 months ago) by alexbl
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
- Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 10 01:21:43 2006 UTC (5 years, 2 months ago) by nivit
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Updated email address in my ports Approved by: alexbl (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 20 02:08:42 2006 UTC (5 years, 11 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
- Add needed dependencie - Bump PORTREVISION PR: 93401 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 14 17:42:16 2006 UTC (6 years ago) by pav
Branches: MAIN
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@email.it>
