Date: Mon, 4 May 2015 02:25:04 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385366 - in head/devel: . pecl-jsond Message-ID: <201505040225.t442P43R081628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon May 4 02:25:03 2015 New Revision: 385366 URL: https://svnweb.freebsd.org/changeset/ports/385366 Log: Add pecl-jsond 1.3.0, javaScript Object Notation in PHP. PR: 199886 Submitted by: Gasol Wu <gasol.wu@gmail.com> Added: head/devel/pecl-jsond/ head/devel/pecl-jsond/Makefile (contents, props changed) head/devel/pecl-jsond/distinfo (contents, props changed) head/devel/pecl-jsond/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 4 02:18:32 2015 (r385365) +++ head/devel/Makefile Mon May 4 02:25:03 2015 (r385366) @@ -3498,6 +3498,7 @@ SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-jsonc + SUBDIR += pecl-jsond SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve Added: head/devel/pecl-jsond/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsond/Makefile Mon May 4 02:25:03 2015 (r385366) @@ -0,0 +1,20 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= jsond +PORTVERSION= 1.3.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= JavaScript Object Notation in PHP + +LICENSE= PHP301 + +USES= tar:tgz +USE_PHP= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> Added: head/devel/pecl-jsond/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsond/distinfo Mon May 4 02:25:03 2015 (r385366) @@ -0,0 +1,2 @@ +SHA256 (PECL/jsond-1.3.0.tgz) = e5aa61c18e54df1853f14b9f76dc146631ddb22e88075c1530e07a18e43218ff +SIZE (PECL/jsond-1.3.0.tgz) = 49206 Added: head/devel/pecl-jsond/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsond/pkg-descr Mon May 4 02:25:03 2015 (r385366) @@ -0,0 +1,3 @@ +This is a drop-in alternative to the standard PHP JSON extension. + +WWW: https://pecl.php.net/package/jsond
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505040225.t442P43R081628>