Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2009 19:29:51 +0100 (CET)
From:      Mirko Zinn <mail@derzinn.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140489: [NEW PORT] databases/mongodb-devel: High-performance, non-SQL and document-oriented database (Development version)
Message-ID:  <20091111182951.C9ADF666D40@derzinn.de>
Resent-Message-ID: <200911111840.nABIe0F8029860@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <mail@derzinn.de>
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 <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091111182951.C9ADF666D40>