From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 27 06:00: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 BC1037F0 for ; Tue, 27 Aug 2013 06:00: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 9D21B2D0E for ; Tue, 27 Aug 2013 06:00: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 r7R600HI098456 for ; Tue, 27 Aug 2013 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7R600Xk098455; Tue, 27 Aug 2013 06:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 27 Aug 2013 06:00:00 GMT Resent-Message-Id: <201308270600.r7R600Xk098455@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, John Chen 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 699CA779 for ; Tue, 27 Aug 2013 05:53:39 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 31EA52CE1 for ; Tue, 27 Aug 2013 05:53:38 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 8783E536003 for ; Tue, 27 Aug 2013 13:53:29 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id r7R5rTci019785; Tue, 27 Aug 2013 13:53:29 +0800 (CST) (envelope-from johnpupu) Message-Id: <201308270553.r7R5rTci019785@www.johnpupu.tw> Date: Tue, 27 Aug 2013 13:53:29 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181577: [NEW PORT] devel/pecl-msgpack: This provide API for communicating with MessagePack serialization X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 06:00:00 -0000 >Number: 181577 >Category: ports >Synopsis: [NEW PORT] devel/pecl-msgpack: This provide API for communicating with MessagePack serialization >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: Tue Aug 27 06:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: This extension provide API for communicating with MessagePack serialization. WWW: http://pecl.php.net/package/msgpack redport.org: http://redports.org/buildarchive/20130827053501-52913/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .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-msgpack # pecl-msgpack/pkg-descr # pecl-msgpack/Makefile # pecl-msgpack/distinfo # echo c - pecl-msgpack mkdir -p pecl-msgpack > /dev/null 2>&1 echo x - pecl-msgpack/pkg-descr sed 's/^X//' >pecl-msgpack/pkg-descr << '14093cb4327d86c376435b52690459ea' XThis extension provide API for communicating with MessagePack serialization. X XWWW: http://pecl.php.net/package/msgpack 14093cb4327d86c376435b52690459ea echo x - pecl-msgpack/Makefile sed 's/^X//' >pecl-msgpack/Makefile << '4a4b8a95da3616fb3851387e8a5ba022' X# Created by: John Chen X# $FreeBSD$ X XPORTNAME= msgpack XPORTVERSION= 0.5.5 XCATEGORIES= devel XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= johnpupu@gmail.com XCOMMENT= This provide API for communicating with MessagePack serialization X XLICENSE= PHP301 X XCFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config X XUSE_PHP= session XUSE_PHPEXT= yes XUSE_PHPIZE= yes XUSE_PHP_BUILD= yes X X.include 4a4b8a95da3616fb3851387e8a5ba022 echo x - pecl-msgpack/distinfo sed 's/^X//' >pecl-msgpack/distinfo << 'd24ddcf47c0ca3672b7ad32cab403bbb' XSHA256 (PECL/msgpack-0.5.5.tgz) = c369348a3ab36dd98fb21ab117c8019d8a54f7f1070d299c45e84d7e15d55bd2 XSIZE (PECL/msgpack-0.5.5.tgz) = 55999 d24ddcf47c0ca3672b7ad32cab403bbb exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: