From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 15 10:40: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 ESMTPS id AECABC5D for ; Fri, 15 Nov 2013 10:40:00 +0000 (UTC) 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 92CC22F88 for ; Fri, 15 Nov 2013 10:40: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 rAFAe0hA025987 for ; Fri, 15 Nov 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAFAe0mW025986; Fri, 15 Nov 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Nov 2013 10:40:00 GMT Resent-Message-Id: <201311151040.rAFAe0mW025986@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 ESMTPS id 8EA047EE for ; Fri, 15 Nov 2013 10:31:14 +0000 (UTC) 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 596BB2F15 for ; Fri, 15 Nov 2013 10:31:13 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 74487536003 for ; Fri, 15 Nov 2013 18:23:12 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id rAFANAxW029585; Fri, 15 Nov 2013 18:23:10 +0800 (CST) (envelope-from johnpupu) Message-Id: <201311151023.rAFANAxW029585@www.johnpupu.tw> Date: Fri, 15 Nov 2013 18:23:10 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183991: [NEW PORT] www/pecl-yar: Yar(Yet another RPC framework) is a light, concurrent RPC framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 10:40:00 -0000 >Number: 183991 >Category: ports >Synopsis: [NEW PORT] www/pecl-yar: Yar(Yet another RPC framework) is a light, concurrent RPC framework >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: Fri Nov 15 10:40: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: Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack) WWW: http://pecl.php.net/package/yar 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-yar # pecl-yar/Makefile # pecl-yar/distinfo # pecl-yar/pkg-descr # echo c - pecl-yar mkdir -p pecl-yar > /dev/null 2>&1 echo x - pecl-yar/Makefile sed 's/^X//' >pecl-yar/Makefile << '8914ca65b5cff818b4df3b56aa68a5c0' X# Created by: John Chen X# $FreeBSD$ X XPORTNAME= yar XPORTVERSION= 1.2.0 XCATEGORIES= www XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= johnpupu@gmail.com XCOMMENT= Yar(Yet another RPC framework) is a light, concurrent RPC framework X XLICENSE= PHP301 X XPHP_MODNAME= yar XUSE_PHP= json curl XUSE_PHPEXT= yes XUSE_PHPIZE= yes XUSE_PHP_BUILD= yes XIGNORE_WITH_PHP=4 X XCFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config X XOPTIONS_DEFINE= MSGPACK XMSGPACK_DESC= Enable MSGPACK module X X.include X.if ${PORT_OPTIONS:MMSGPACK} XBUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack XRUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack X.endif X X.include 8914ca65b5cff818b4df3b56aa68a5c0 echo x - pecl-yar/distinfo sed 's/^X//' >pecl-yar/distinfo << '421e281471510493d195e4caece8aa33' XSHA256 (PECL/yar-1.2.0.tgz) = b1fbaae7e5dfa5488414495a811ac05b8f3976f8963076680c02a96ff8385ec0 XSIZE (PECL/yar-1.2.0.tgz) = 33625 421e281471510493d195e4caece8aa33 echo x - pecl-yar/pkg-descr sed 's/^X//' >pecl-yar/pkg-descr << '01f17a5513a1f2e029769cd8a90800d7' XYar(Yet another RPC framework) is a light, concurrent RPC framework, Xsupports multi package protocols (json, msgpack) X XWWW: http://pecl.php.net/package/yar 01f17a5513a1f2e029769cd8a90800d7 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: