Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language. Fix: shar file, as attached. Patch attached with submission follows: How-To-Repeat: Not applicable.
Responsible Changed From-To: freebsd-ports-bugs->lippe I'll take it.
Hi Submitter, Since KSE support was removed in FreeBSD, all ports threaded doesn't build on < 7 versions. One of your dependencies is broken. I'll wait an better solution to committ your port. Thanks for your submission to the FreeBSD Project! :) -- lippe@FreeBSD.org Felippe de Meirelles Motta
lippe 2008-06-23 21:44:15 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/couchdb Makefile distinfo pkg-descr pkg-plist Log: Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language. WWW: http://couchdb.org/ PR: ports/118103 Submitted by: Ditesh Shashikant Gathani <ditesh@gathani.org> Approved by: gabor (mentor, implicit) Revision Changes Path 1.691 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/couchdb/Makefile (new) 1.1 +3 -0 ports/databases/couchdb/distinfo (new) 1.1 +7 -0 ports/databases/couchdb/pkg-descr (new) 1.1 +172 -0 ports/databases/couchdb/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"
State Changed From-To: open->closed Committed. Thanks!