Date: Sun, 8 Aug 2010 16:13:47 +0800 (CST) From: Joe Horn <joehorn@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149414: [NEW PORT] databases/pecl-Mongo: MongoDB database driver Message-ID: <20100808081347.A4C544DFC29@Leo.mi.chu.edu.tw> Resent-Message-ID: <201008080820.o788K7gv021213@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149414 >Category: ports >Synopsis: [NEW PORT] databases/pecl-Mongo: MongoDB database driver >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: Sun Aug 08 08:20:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.1-RELEASE amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #2: Tue Jul 20 22:36:33 CST 2010 >Description: This PECL package provides an interface for communicating with the MongoDB database in PHP. WWW: http://pecl.php.net/package/mongo Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pecl-Mongo-1.0.9.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: # # pecl-Mongo # pecl-Mongo/files # pecl-Mongo/files/pkg-message.in # pecl-Mongo/Makefile # pecl-Mongo/distinfo # pecl-Mongo/pkg-descr # echo c - pecl-Mongo mkdir -p pecl-Mongo > /dev/null 2>&1 echo c - pecl-Mongo/files mkdir -p pecl-Mongo/files > /dev/null 2>&1 echo x - pecl-Mongo/files/pkg-message.in sed 's/^X//' >pecl-Mongo/files/pkg-message.in << '68fb87d90a0dccfbc63f9fe1a95d7d83' X************************************************************************** XYou may edit %%LOCALBASE%%/etc/php.ini to change these default variables: X Xmongo.default_host="localhost" Xmongo.default_port=27017 Xmongo.auto_reconnect=1 Xmongo.allow_persistent=1 Xmongo.chunk_size=262144 Xmongo.cmd="$" Xmongo.utf8=1 X XThen restart your web server and consult the output of phpinfo(). XIf there is an informational section for mongo, the installation was Xsuccessful. X************************************************************************** 68fb87d90a0dccfbc63f9fe1a95d7d83 echo x - pecl-Mongo/Makefile sed 's/^X//' >pecl-Mongo/Makefile << 'f4c7398f7ad3bf98e6d19a318e4354a2' X# Ports collection makefile for: pecl-Mongo X# Date created: 8 August 2010 X# Whom: Joe Horn <joehorn@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Mongo XDISTVERSION= 1.0.9 XCATEGORIES= databases XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= joehorn@gmail.com XCOMMENT= MongoDB database driver X XLICENSE= ASL X XWRKSRC= ${WRKDIR}/mongo-${DISTVERSION} X XUSE_PHP= yes XIGNORE_WITH_PHP=4 XUSE_PHPEXT= yes XPHP_MODNAME= mongo X XSUB_FILES= pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X X.include <bsd.port.pre.mk> X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.post.mk> f4c7398f7ad3bf98e6d19a318e4354a2 echo x - pecl-Mongo/distinfo sed 's/^X//' >pecl-Mongo/distinfo << '516caf79685a09b0839d513caa313714' XMD5 (PECL/Mongo-1.0.9.tgz) = 99646026a03e61d5e33fbe1ee87e7f9b XSHA256 (PECL/Mongo-1.0.9.tgz) = 01924762dd2e4c98870ca0c4d69cbc5450beacdcab7fb911da792c9c47a04744 XSIZE (PECL/Mongo-1.0.9.tgz) = 58944 516caf79685a09b0839d513caa313714 echo x - pecl-Mongo/pkg-descr sed 's/^X//' >pecl-Mongo/pkg-descr << 'ba8d7d9839dbc1bec96336c98c0cdd51' XThis PECL package provides an interface for communicating with Xthe MongoDB database in PHP. X XWWW: http://pecl.php.net/package/mongo ba8d7d9839dbc1bec96336c98c0cdd51 exit --- pecl-Mongo-1.0.9.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?20100808081347.A4C544DFC29>