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

Wen Heping wen at FreeBSD.org
Sat Nov 12 07:53:38 UTC 2011


wen         2011-11-12 07:53:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-tempstorage Makefile distinfo pkg-descr pkg-plist 
  Log:
  tempstorage is a storage implementation which uses RAM to persist
  objects, much like MappingStorage. Unlike MappingStorage, it needs
  not be packed to get rid of non-cyclic garbage and it does
  rudimentary conflict resolution. This is a ripoff of Jim's Packless
  bsddb3 storage.
  
  WWW: http://pypi.python.org/pypi/tempstorage
  
  Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru> (via github)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4683    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-tempstorage/Makefile (new)
  1.1       +2 -0      ports/devel/py-tempstorage/distinfo (new)
  1.1       +7 -0      ports/devel/py-tempstorage/pkg-descr (new)
  1.1       +26 -0     ports/devel/py-tempstorage/pkg-plist (new)


More information about the cvs-ports mailing list