Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2013 01:51:57 +0800 (CST)
From:      John Chen <johnpupu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177079: [NEW PORT] www/pecl-yar: Yar(Yet another RPC framework) is a light, concurrent RPC framework
Message-ID:  <201303181751.r2IHpvrq069951@www.johnpupu.tw>
Resent-Message-ID: <201303181800.r2II00oC081047@freefall.freebsd.org>

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

>Number:         177079
>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:   Mon Mar 18 18: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:
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:
I alse sent pecl-msgpack pr.
pr number is 177066

--- .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 <johnpupu@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	yar
XPORTVERSION=	1.1.2
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=	binary-based efficient object serialization
X
X.include <bsd.port.options.mk>
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 <bsd.port.mk>
8914ca65b5cff818b4df3b56aa68a5c0
echo x - pecl-yar/distinfo
sed 's/^X//' >pecl-yar/distinfo << '421e281471510493d195e4caece8aa33'
XSHA256 (PECL/yar-1.1.2.tgz) = 9ab64efa63405ba9482cd1b30a9babdd33d448588b88adda162d877bf6ff4ce0
XSIZE (PECL/yar-1.1.2.tgz) = 33428
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:



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