Mongo is a high-performance, open source, schema-free, document-oriented database. A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality). WWW: http://www.mongodb.org/ Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2009-11-19 06:53:27 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/mongodb Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist databases/mongodb/files mongod.in Log: Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: http://www.mongodb.org/ PR: ports/140144 [1] ports/140257 [2] ports/140489 [1] Submitted by: Mirko Zinn <mail@derzinn.de> [1] Ivan Voras <ivoras@FreeBSD.org> [2] Revision Changes Path 1.811 +1 -0 ports/databases/Makefile 1.1 +56 -0 ports/databases/mongodb/Makefile (new) 1.1 +3 -0 ports/databases/mongodb/distinfo (new) 1.1 +39 -0 ports/databases/mongodb/files/mongod.in (new) 1.1 +15 -0 ports/databases/mongodb/pkg-deinstall (new) 1.1 +5 -0 ports/databases/mongodb/pkg-descr (new) 1.1 +43 -0 ports/databases/mongodb/pkg-install (new) 1.1 +12 -0 ports/databases/mongodb/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, with minor changes. Thanks!