ports/140144: [NEW PORT] databases/mongodb: High-performance, non-SQL and document-oriented database
| From: | Mirko Zinn <mail@derzinn.de> |
| Date: | Sat, 31 Oct 2009 16:35:41 +0100 (CET) |
| Subject: | [NEW PORT] databases/mongodb: High-performance, non-SQL and document-oriented database |
| Send-pr version: | 3.113 |
| Number: | 140144 |
| Category: | ports |
| Synopsis: | [NEW PORT] databases/mongodb: High-performance, non-SQL and document-oriented database |
| Severity: | non-critical |
| Priority: | low |
| Responsible: | wen@FreeBSD.org |
| State: | closed |
| Class: | change-request |
| Arrival-Date: | Sat Oct 31 16:00:10 UTC 2009 |
| Closed-Date: | Thu Nov 19 08:34:35 UTC 2009 |
| Last-Modified: | Thu Nov 19 08:34:35 UTC 2009 |
| Originator: | Mirko Zinn |
| Release: | FreeBSD 7.2-RELEASE-p4 amd64 |
| Organization: |
| Environment: |
System: FreeBSD test 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 08:22:32 UTC
| Description: |
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
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
| How-To-Repeat: |
| Fix: |
| Download mongodb-1.0.1.shar |
# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mongodb # mongodb/pkg-descr # mongodb/Makefile # mongodb/pkg-plist # mongodb/distinfo # echo c - mongodb mkdir -p mongodb > /dev/null 2>&1 echo x - mongodb/pkg-descr sed 's/^X//' >mongodb/pkg-descr << 'fb5d34b6aebfe547c6f52d50781a849f' XMongo is a high-performance, open source, schema-free, document-oriented Xdatabase. A key goal of MongoDB is to bridge the gap between key/value stores X(which are fast and highly scalable) and traditional RDBMS systems (which are Xdeep in functionality). X XWWW: http://www.mongodb.org/ fb5d34b6aebfe547c6f52d50781a849f echo x - mongodb/Makefile sed 's/^X//' >mongodb/Makefile << 'dd2c11c48ebdc2482dee8e08c2321c72' X# New ports collection makefile for: test X# Date created: 2009-10-28 X# Whom: Mirko Zinn <mail@derzinn.de> X# X# $FreeBSD$ X# X XPORTNAME= mongodb XPORTVERSION= 1.0.1 XCATEGORIES= databases XMASTER_SITES= http://download.github.com/ \ X http://derzinn.de/files/ XDISTNAME= mongodb-mongo-e316c78 X XMAINTAINER= mail@derzinn.de XCOMMENT= High-performance, non-SQL and document-oriented database X XLIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ X js.1:${PORTSDIR}/lang/spidermonkey \ X execinfo:${PORTSDIR}/devel/libexecinfo XBUILD_DEPENDS= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs X XUSE_SCONS= yes X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> dd2c11c48ebdc2482dee8e08c2321c72 echo x - mongodb/pkg-plist sed 's/^X//' >mongodb/pkg-plist << '4e314bf7fb611888dde532eff1e47f7a' Xbin/mongo Xbin/mongod Xbin/mongodump Xbin/mongoexport Xbin/mongofiles Xbin/mongoimportjson Xbin/mongorestore Xbin/mongos Xbin/mongosniff Xlib/libmongoclient.a Xinclude/mongo/stdafx.h Xinclude/mongo/targetver.h Xinclude/mongo/client/connpool.h Xinclude/mongo/client/dbclient.h Xinclude/mongo/client/gridfs.h Xinclude/mongo/client/model.h Xinclude/mongo/db/btree.h Xinclude/mongo/db/clientcursor.h Xinclude/mongo/db/commands.h Xinclude/mongo/db/concurrency.h Xinclude/mongo/db/curop.h Xinclude/mongo/db/cursor.h Xinclude/mongo/db/database.h Xinclude/mongo/db/db.h Xinclude/mongo/db/dbhelpers.h Xinclude/mongo/db/dbinfo.h Xinclude/mongo/db/dbmessage.h Xinclude/mongo/db/instance.h Xinclude/mongo/db/introspect.h Xinclude/mongo/db/jsobj.h Xinclude/mongo/db/jsobjmanipulator.h Xinclude/mongo/db/json.h Xinclude/mongo/db/lasterror.h Xinclude/mongo/db/matcher.h Xinclude/mongo/db/minilex.h Xinclude/mongo/db/mms.h Xinclude/mongo/db/namespace.h Xinclude/mongo/db/nonce.h Xinclude/mongo/db/pdfile.h Xinclude/mongo/db/query.h Xinclude/mongo/db/queryoptimizer.h Xinclude/mongo/db/queryutil.h Xinclude/mongo/db/rec.h Xinclude/mongo/db/reccache.h Xinclude/mongo/db/reci.h Xinclude/mongo/db/recstore.h Xinclude/mongo/db/repl.h Xinclude/mongo/db/replset.h Xinclude/mongo/db/resource.h Xinclude/mongo/db/scanandorder.h Xinclude/mongo/db/security.h Xinclude/mongo/db/storage.h Xinclude/mongo/util/allocator.h Xinclude/mongo/util/assert_util.h Xinclude/mongo/util/background.h Xinclude/mongo/util/builder.h Xinclude/mongo/util/debug_util.h Xinclude/mongo/util/file.h Xinclude/mongo/util/file_allocator.h Xinclude/mongo/util/goodies.h Xinclude/mongo/util/hashtab.h Xinclude/mongo/util/httpclient.h Xinclude/mongo/util/log.h Xinclude/mongo/util/lruishmap.h Xinclude/mongo/util/md5.h Xinclude/mongo/util/message.h Xinclude/mongo/util/message_server.h Xinclude/mongo/util/miniwebserver.h Xinclude/mongo/util/mmap.h Xinclude/mongo/util/ntservice.h Xinclude/mongo/util/optime.h Xinclude/mongo/util/processinfo.h Xinclude/mongo/util/queue.h Xinclude/mongo/util/sock.h Xinclude/mongo/util/top.h Xinclude/mongo/util/unittest.h X@dirrm include/mongo/client X@dirrm include/mongo/db X@dirrm include/mongo/util X@dirrm include/mongo 4e314bf7fb611888dde532eff1e47f7a echo x - mongodb/distinfo sed 's/^X//' >mongodb/distinfo << '355bdc19f6866e27d873baf33e60d3d2' XMD5 (mongodb-mongo-e316c78.tar.gz) = 93cf5cf75ee020c31e1b3a8627f80d83 XSHA256 (mongodb-mongo-e316c78.tar.gz) = 509f34c847e6d63f898e0337717fa78f2389e82ed6a6bb5f47df70bd2cfb1af2 XSIZE (mongodb-mongo-e316c78.tar.gz) = 3922059 355bdc19f6866e27d873baf33e60d3d2 exit |
| Release-Note: |
| Audit-Trail: |
| Responsible Changed | |
| From-To: | freebsd-ports-bugs->wen |
| By: | wen |
| When: | Sat Oct 31 16:08:29 UTC 2009 |
| Why: | I'll take it. |
| Reply via E-mail | |
| From: | dfilter@FreeBSD.ORG (dfilter service) |
| Date: | Thu, 19 Nov 2009 06:53:41 +0000 (UTC) |
|
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 |
| By: | wen |
| When: | Thu Nov 19 08:34:33 UTC 2009 |
| Why: | Committed, with minor changes. Thanks! |
| Unformatted: |
