aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-15 14:18:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-15 14:18:12 +0000
commitb037a62f9adfce595987059ebdfeeaa801c7cab7 (patch)
tree20253bb54df4bdf0fb49e22d089cd16669fd4661 /devel/Makefile
parentd69eda8038b696ad260f86cd428b33c0e1712fbb (diff)
downloadports-b037a62f9adfce595987059ebdfeeaa801c7cab7.tar.gz
ports-b037a62f9adfce595987059ebdfeeaa801c7cab7.zip
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>
Notes
Notes: svn path=/head/; revision=177318
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c5ac1f5a5665..42c4a73455db 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1686,6 +1686,7 @@
SUBDIR += py-dateutil
SUBDIR += py-dbus
SUBDIR += py-dialog
+ SUBDIR += py-durus
SUBDIR += py-elementtree
SUBDIR += py-epsilon
SUBDIR += py-fam