From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 27 09:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD6172A5 for ; Sat, 27 Jul 2013 09:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0E492D90 for ; Sat, 27 Jul 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6R9U0Et001964 for ; Sat, 27 Jul 2013 09:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6R9U0WH001961; Sat, 27 Jul 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 27 Jul 2013 09:30:00 GMT Resent-Message-Id: <201307270930.r6R9U0WH001961@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, Waitman Gobble Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AC4B291 for ; Sat, 27 Jul 2013 09:26:14 +0000 (UTC) (envelope-from root@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 84F1E2D86 for ; Sat, 27 Jul 2013 09:26:13 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 0) id A7A7636F4EF9; Sat, 27 Jul 2013 02:26:07 -0700 (PDT) Message-Id: <20130727092607.A7A7636F4EF9@dx.burplex.com> Date: Sat, 27 Jul 2013 02:26:07 -0700 (PDT) From: Waitman Gobble To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/180887: New Port: databases/php5-mongodb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Waitman Gobble List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 09:30:00 -0000 >Number: 180887 >Category: ports >Synopsis: New Port: databases/php5-mongodb >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: Sat Jul 27 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Waitman Gobble >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Waitman Gobble >Environment: System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252355: Fri Jun 28 16:39:19 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64 >Description: This is the port of the MongoDB driver for PHP. The original sources were not modified, however the autotools build was ripped out and replaced with a BSD Makefile. This may be particularly useful to 10.0-CURRENT users, since the autotools build incorrectly identifies the system as FreeBSD 1.0, in which case will not build shared libraries. The BSD Makefile build is not only much faster, as it is preconfigured for FreeBSD systems, it also enables the user to choose to build with clang or gcc. >How-To-Repeat: >Fix: --- php5-mongodb.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: # # php5-mongodb # php5-mongodb/pkg-descr # php5-mongodb/Makefile # php5-mongodb/distinfo # echo c - php5-mongodb mkdir -p php5-mongodb > /dev/null 2>&1 echo x - php5-mongodb/pkg-descr sed 's/^X//' >php5-mongodb/pkg-descr << 'a4d9d7a30bdf87fed81d45bfe6e3778b' XThis is the port of the PHP MongoDB driver. X XMongo (from "humongous") is a high-performance, open source, Xschema-free, document-oriented database. A common name in the X"NOSQL" community. X XWWW: http://php.net/mongo XWWW: http://docs.mongodb.org/ecosystem/drivers/php/ a4d9d7a30bdf87fed81d45bfe6e3778b echo x - php5-mongodb/Makefile sed 's/^X//' >php5-mongodb/Makefile << '70406f662c737aa9dbd5a744e8cab2c1' X# Created by: "Waitman Gobble" X# $FreeBSD$ X# New ports collection makefile for: php5-mongodb X# Date created: 27 July 2013 X XPORTNAME= php5-mongodb XPORTVERSION= 1.5 XCATEGORIES= databases XMASTER_SITES= GH X XMAINTAINER= waitman@waitman.net XCOMMENT= Officially supported PHP driver for MongoDB X XLICENSE= AL2 XLICENSE_FILE= ${WRKSRC}/COPYING X XUSE_GITHUB= yes XGH_ACCOUNT= waitman XGH_TAGNAME= ${GH_COMMIT} XGH_COMMIT= fd84bad XGH_PROJECT= mongo-php-driver X XPLIST_FILES= ${PREFIX}/lib/php/extensions/no-debug-non-zts-20100525/mongo.so X Xpost-install: X @${ECHO_MSG} "" X @${ECHO_MSG} "#####################################################" X @${ECHO_MSG} "NOTE:" X @${ECHO_MSG} "mongo.so installed to ${PREFIX}/lib/php/extensions/no-debug-non-zts-20100525" X @${ECHO_MSG} "" X @${ECHO_MSG} "please edit ${PREFIX}/lib/php.ini and add" X @${ECHO_MSG} "extension=mongo.so" X @${ECHO_MSG} "" X @${ECHO_MSG} "In the 'Dynamic Extensions' section" X @${ECHO_MSG} "" X @${ECHO_MSG} "(also check that extension_dir is set)" X @${ECHO_MSG} "#####################################################" X @${ECHO_MSG} "" X X.include 70406f662c737aa9dbd5a744e8cab2c1 echo x - php5-mongodb/distinfo sed 's/^X//' >php5-mongodb/distinfo << '876034ab9338099f524876ff4add3796' XSHA256 (php5-mongodb-1.5.tar.gz) = a9bc18b6ec177afc4ae79ff5cea175457ae6976194dff6384570179a346c755d XSIZE (php5-mongodb-1.5.tar.gz) = 149767 876034ab9338099f524876ff4add3796 exit --- php5-mongodb.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: