Support for JSON (JavaScript Object Notation) serialization. This is a drop-in alternative to PHP standard json extension. WWW: http://pecl.php.net/package/jsonc Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
Responsible Changed From-To: freebsd-ports-bugs->antoine Take
Author: antoine Date: Sat Nov 16 12:50:57 2013 New Revision: 333990 URL: http://svnweb.freebsd.org/changeset/ports/333990 Log: New port: devel/pecl-jsonc PECL extension for JSON serialization PR: ports/181538 Submitted by: Gasol Wu Added: head/devel/pecl-jsonc/ head/devel/pecl-jsonc/Makefile (contents, props changed) head/devel/pecl-jsonc/distinfo (contents, props changed) head/devel/pecl-jsonc/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 16 12:47:59 2013 (r333989) +++ head/devel/Makefile Sat Nov 16 12:50:57 2013 (r333990) @@ -3273,6 +3273,7 @@ SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin + SUBDIR += pecl-jsonc SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve Added: head/devel/pecl-jsonc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsonc/Makefile Sat Nov 16 12:50:57 2013 (r333990) @@ -0,0 +1,24 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= jsonc +PORTVERSION= 1.3.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PECL extension for JSON manipulation + +LICENSE= PHP301 + +CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* + +CONFIGURE_ARGS= --with-jsonc +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP=52 53 + +.include <bsd.port.mk> Added: head/devel/pecl-jsonc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsonc/distinfo Sat Nov 16 12:50:57 2013 (r333990) @@ -0,0 +1,2 @@ +SHA256 (PECL/jsonc-1.3.1.tgz) = 9913559265422f3ab5ea8f7d99500fbec77d5b4c944261870237978447a3beda +SIZE (PECL/jsonc-1.3.1.tgz) = 59552 Added: head/devel/pecl-jsonc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsonc/pkg-descr Sat Nov 16 12:50:57 2013 (r333990) @@ -0,0 +1,4 @@ +Support for JSON (JavaScript Object Notation) serialization. This is a drop-in +alternative to PHP standard json extension. + +WWW: http://pecl.php.net/package/jsonc _______________________________________________ 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"
State Changed From-To: open->closed New port added, thanks!