ports/105470: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Nov 15 14:40:15 UTC 2006
The following reply was made to PR ports/105470; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the freebsd-python
mailing list