cvs commit: ports/devel Makefile ports/devel/py-durus Makefile distinfo pkg-descr pkg-plist ports/devel/py-durus/files patch-setup.py

Martin Wilke miwi at FreeBSD.org
Wed Nov 15 14:30:55 UTC 2006


miwi        2006-11-15 14:18:12 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-durus       Makefile distinfo pkg-descr pkg-plist 
    devel/py-durus/files patch-setup.py 
  Log:
  Durus is a persistent object system for applications written in
  the Python programming language.
  
  Durus offers an easy way to use and maintain a consistent collection
  of object instances used by one or more processes. Access and change
  of a persistent instances is managed through a cached Connection
  instance which includes commit() and abort() methods so that changes
  are transactional. Durus is best suited to collections of less than a
  million instances with relatively stable state.
  
  WWW:      http://www.mems-exchange.org/software/durus/
  
  PR:             ports/105470
  Submitted by:   Dryice Liu <dryice at dryice.name>
  
  Revision  Changes    Path
  1.2513    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/py-durus/Makefile (new)
  1.1       +3 -0      ports/devel/py-durus/distinfo (new)
  1.1       +19 -0     ports/devel/py-durus/files/patch-setup.py (new)
  1.1       +11 -0     ports/devel/py-durus/pkg-descr (new)
  1.1       +71 -0     ports/devel/py-durus/pkg-plist (new)


More information about the cvs-ports mailing list