Bug 183991

Summary: [NEW PORT] www/pecl-yar: Yar(Yet another RPC framework) is a light, concurrent RPC framework
Product: Ports & Packages Reporter: johnpupu
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
.shar none

Description johnpupu 2013-11-15 10:40:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-15 10:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-15 20:52:24 UTC
Author: sunpoet
Date: Fri Nov 15 20:52:16 2013
New Revision: 333921
URL: http://svnweb.freebsd.org/changeset/ports/333921

Log:
  - Add pecl-yar 1.2.0
  
  Yar (Yet another RPC framework) is a light, concurrent RPC framework,
  supports multi package protocols (json, msgpack)
  
  WWW: http://pecl.php.net/package/yar
  
  PR:		ports/183991
  Submitted by:	John Chen <johnpupu@gmail.com>

Added:
  head/www/pecl-yar/
  head/www/pecl-yar/Makefile   (contents, props changed)
  head/www/pecl-yar/distinfo   (contents, props changed)
  head/www/pecl-yar/pkg-descr   (contents, props changed)

Added: head/www/pecl-yar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pecl-yar/Makefile	Fri Nov 15 20:52:16 2013	(r333921)
@@ -0,0 +1,31 @@
+# Created by: John Chen <johnpupu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	yar
+PORTVERSION=	1.2.0
+CATEGORIES=	www
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	johnpupu@gmail.com
+COMMENT=	Yar (Yet another RPC framework) is a light, concurrent RPC framework
+
+LICENSE=	PHP301
+
+PHP_MODNAME=	yar
+USE_PHP=	json curl
+USE_PHPEXT=	yes
+USE_PHPIZE=	yes
+USE_PHP_BUILD=	yes
+
+CFLAGS+=	-I${LOCALBASE}/include
+CONFIGURE_ARGS=	--with-php-config=${PREFIX}/bin/php-config
+
+OPTIONS_DEFINE=	MSGPACK
+MSGPACK_DESC=	Enable MSGPACK module
+MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack
+MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack
+
+.include <bsd.port.mk>

Added: head/www/pecl-yar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pecl-yar/distinfo	Fri Nov 15 20:52:16 2013	(r333921)
@@ -0,0 +1,2 @@
+SHA256 (PECL/yar-1.2.0.tgz) = b1fbaae7e5dfa5488414495a811ac05b8f3976f8963076680c02a96ff8385ec0
+SIZE (PECL/yar-1.2.0.tgz) = 33625

Added: head/www/pecl-yar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pecl-yar/pkg-descr	Fri Nov 15 20:52:16 2013	(r333921)
@@ -0,0 +1,4 @@
+Yar (Yet another RPC framework) is a light, concurrent RPC framework,
+supports multi package protocols (json, msgpack)
+
+WWW: http://pecl.php.net/package/yar
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-15 20:53:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-17 09:40:41 UTC
Author: sunpoet
Date: Sun Nov 17 09:40:34 2013
New Revision: 334066
URL: http://svnweb.freebsd.org/changeset/ports/334066

Log:
  - Connect pecl-yar
  
  PR:		ports/183991
  Notified by:	linimon

Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Nov 17 09:33:51 2013	(r334065)
+++ head/www/Makefile	Sun Nov 17 09:40:34 2013	(r334066)
@@ -1402,6 +1402,7 @@
     SUBDIR += pecl-sphinx
     SUBDIR += pecl-swish
     SUBDIR += pecl-yaf
+    SUBDIR += pecl-yar
     SUBDIR += pecl-zendopcache
     SUBDIR += pelican
     SUBDIR += perlbal
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"