cvs commit: ports/devel Makefile ports/devel/py-ordereddict Makefile distinfo pkg-descr

TAKATSU Tomonari tota at FreeBSD.org
Wed Nov 23 04:32:53 UTC 2011


tota        2011-11-23 04:32:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-ordereddict Makefile distinfo pkg-descr 
  Log:
  - Add a new port: devel/py-ordereddict
  
    Drop-in substitute for Py2.7's new collections.OrderedDict. The
    recipe has big-oh performance that matches regular dictionaries
    (amortized O(1) insertion/deletion/lookup and O(n)
    iteration/repr/copy/equality_testing).
  
    WWW:  http://pypi.python.org/pypi/ordereddict
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4720    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/py-ordereddict/Makefile (new)
  1.1       +2 -0      ports/devel/py-ordereddict/distinfo (new)
  1.1       +6 -0      ports/devel/py-ordereddict/pkg-descr (new)


More information about the cvs-all mailing list