Bug 181538 - [NEW PORT] devel/pecl-jsonc: PECL extension for JSON manipulation
Summary: [NEW PORT] devel/pecl-jsonc: PECL extension for JSON manipulation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 07:10 UTC by Gasol Wu
Modified: 2013-11-16 13:00 UTC (History)
0 users

See Also:


Attachments
.shar (1.61 KB, text/plain)
2013-08-26 07:10 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-08-26 07:10:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-26 07:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:11:23 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-11-15 19:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-16 12:51:05 UTC
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"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2013-11-16 12:52:54 UTC
State Changed
From-To: open->closed

New port added, thanks!