py-simplecouchdb is a simple librairy to allow your python applicationto use CouchDB. With simplecouchdb, you can manage documents like you do directly with CouchDB, schema-free. So document instance (see :ref:schema-ref) are completly dynamic, you could add/delete properties in your documents, retrieve them without any schema, etc. WWW: http://code.google.com/p/py-simplecouchdb/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Ask for maintainer fix.
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!
miwi 2009-02-09 16:54:34 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-simplecouchdb Makefile distinfo pkg-descr pkg-plist Log: py-simplecouchdb is a simple librairy to allow your python applicationto use CouchDB. With simplecouchdb, you can manage documents like you do directly with CouchDB, schema-free. So document instance (see :ref:schema-ref) are completly dynamic, you could add/delete properties in your documents, retrieve them without any schema, etc. WWW: http://code.google.com/p/py-simplecouchdb/ PR: ports/131296 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.735 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/py-simplecouchdb/Makefile (new) 1.1 +3 -0 ports/databases/py-simplecouchdb/distinfo (new) 1.1 +10 -0 ports/databases/py-simplecouchdb/pkg-descr (new) 1.1 +47 -0 ports/databases/py-simplecouchdb/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"