svn commit: r385366 - in head/devel: . pecl-jsond
Vanilla I. Shu
vanilla at FreeBSD.org
Mon May 4 02:25:05 UTC 2015
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 at 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 at 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 at 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
More information about the svn-ports-all
mailing list