Date: Wed, 15 Nov 2006 14:18:12 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611151418.kAFEICr7071675>