From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 11 18:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8521065695 for ; Wed, 11 Nov 2009 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8AE8FC22 for ; Wed, 11 Nov 2009 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nABIe0MX029861 for ; Wed, 11 Nov 2009 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nABIe0F8029860; Wed, 11 Nov 2009 18:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Nov 2009 18:40:00 GMT Resent-Message-Id: <200911111840.nABIe0F8029860@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mirko Zinn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7B0106568B for ; Wed, 11 Nov 2009 18:30:14 +0000 (UTC) (envelope-from zinn@derzinn.de) Received: from oops.0xC0DE.de (oops.0xC0DE.de [78.46.70.3]) by mx1.freebsd.org (Postfix) with ESMTP id B40078FC16 for ; Wed, 11 Nov 2009 18:30:13 +0000 (UTC) Received: from localhost (localhost.0xC0DE.de [127.0.0.1]) by oops.0xC0DE.de (Postfix) with ESMTP id E6F483980F0 for ; Wed, 11 Nov 2009 19:30:01 +0100 (CET) Received: from oops.0xC0DE.de ([127.0.0.1]) by localhost (oops.0xC0DE.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HkBMzULBpTlp for ; Wed, 11 Nov 2009 19:29:56 +0100 (CET) Received: from derzinn.de (i59F5BF25.versanet.de [89.245.191.37]) (Authenticated sender: info@derzinn.de) by oops.0xC0DE.de (Postfix) with ESMTPA id 09FC93980EE for ; Wed, 11 Nov 2009 19:29:56 +0100 (CET) Received: by derzinn.de (Postfix, from userid 1001) id C9ADF666D40; Wed, 11 Nov 2009 19:29:51 +0100 (CET) Message-Id: <20091111182951.C9ADF666D40@derzinn.de> Date: Wed, 11 Nov 2009 19:29:51 +0100 (CET) From: Mirko Zinn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140489: [NEW PORT] databases/mongodb-devel: High-performance, non-SQL and document-oriented database (Development version) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 18:40:01 -0000 >Number: 140489 >Category: ports >Synopsis: [NEW PORT] databases/mongodb-devel: High-performance, non-SQL and document-oriented database (Development version) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 11 18:40:00 UTC 2009 >Closed-Date: >Last-Modified: >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 >How-To-Repeat: >Fix: --- mongodb-devel-1.1.3.shar begins here --- # 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-devel # mongodb-devel/Makefile # mongodb-devel/distinfo # mongodb-devel/pkg-descr # mongodb-devel/pkg-plist # echo c - mongodb-devel mkdir -p mongodb-devel > /dev/null 2>&1 echo x - mongodb-devel/Makefile sed 's/^X//' >mongodb-devel/Makefile << 'ae3262adcf2509de990f7dfc99c7ed8d' X# New ports collection makefile for: test X# Date created: 2009-10-28 X# Whom: Mirko Zinn X# X# $FreeBSD$ X# X XPORTNAME= mongodb-devel XPORTVERSION= 1.1.3 XCATEGORIES= databases XMASTER_SITES= http://download.github.com/ \ X http://derzinn.de/files/ XDISTNAME= mongodb-mongo-aa8b12e X XMAINTAINER= mail@derzinn.de XCOMMENT= High-performance, non-SQL and document-oriented database (Development version) 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 X.include ae3262adcf2509de990f7dfc99c7ed8d echo x - mongodb-devel/distinfo sed 's/^X//' >mongodb-devel/distinfo << '9850dafb9d6796cc8e5f2d353eb583cb' XMD5 (mongodb-mongo-aa8b12e.tar.gz) = 51d6df82e219bdf89e3c05056366078d XSHA256 (mongodb-mongo-aa8b12e.tar.gz) = 30a03520a0509ec2c84220fe50e9aca6c2e3b557353253a1bc9e4a700a5ee00f XSIZE (mongodb-mongo-aa8b12e.tar.gz) = 3852411 9850dafb9d6796cc8e5f2d353eb583cb echo x - mongodb-devel/pkg-descr sed 's/^X//' >mongodb-devel/pkg-descr << '4f11776cb2a76d62dd970f7522a340b4' 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/ 4f11776cb2a76d62dd970f7522a340b4 echo x - mongodb-devel/pkg-plist sed 's/^X//' >mongodb-devel/pkg-plist << 'f998e00d032fd400cf63e654fbbdde02' Xbin/mongosniff Xbin/mongos Xbin/mongo Xbin/mongorestore Xbin/mongodump Xbin/mongoexport Xbin/mongod Xbin/mongofiles 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/client/parallel.h Xinclude/mongo/db/btree.h Xinclude/mongo/db/client.h Xinclude/mongo/db/clientcursor.h Xinclude/mongo/db/cmdline.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/extsort.h Xinclude/mongo/db/filever.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/snmp.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/base64.h Xinclude/mongo/util/builder.h Xinclude/mongo/util/debug_util.h Xinclude/mongo/util/embedded_builder.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 Xlib/libmongoclient.a X@dirrm include/mongo/client X@dirrm include/mongo/db X@dirrm include/mongo/util X@dirrm include/mongo f998e00d032fd400cf63e654fbbdde02 exit --- mongodb-devel-1.1.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: