Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2011 07:53:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-tempstorage Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201111120753.pAC7rcFs018403@repoman.freebsd.org>

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



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