Date: Wed, 15 Nov 2006 14:40:10 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-python@FreeBSD.org Subject: Re: ports/105470: commit references a PR Message-ID: <200611151440.kAFEeAXg005103@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR ports/105470; it has been noted by GNATS.
From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/105470: commit references a PR
Date: Wed, 15 Nov 2006 14:31:11 +0000 (UTC)
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611151440.kAFEeAXg005103>
