Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 17:42:16 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-celementtree Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200601141742.k0EHgGxH093693@repoman.freebsd.org>

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



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