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

[ Available lists | Index of cvs-all | Month of Nov 2006 | Week of 15 Nov 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Martin Wilke <miwi@FreeBSD.org>
Date
15 Nov 2006 14:30:54
Subject
cvs commit: ports/devel Makefile ports/devel/py-durus Makefile distinfo pkg-descr pkg-plist ports/devel/py-durus/files patch-setup.py
Message-ID
200611151418.kAFEICr7071675@repoman.freebsd.org


[ Hide this part ]
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)


Elapsed time: 0.069 seconds