From owner-svn-ports-head@FreeBSD.ORG Mon May 4 02:25:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C44A14DD; Mon, 4 May 2015 02:25:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9802B19C6; Mon, 4 May 2015 02:25:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t442P5Ot081633; Mon, 4 May 2015 02:25:05 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t442P43R081628; Mon, 4 May 2015 02:25:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505040225.t442P43R081628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 4 May 2015 02:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385366 - in head/devel: . pecl-jsond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 02:25:05 -0000 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 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 +# $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 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