From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 23:13:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7076BF6; Sat, 9 Nov 2013 23:13:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3B0F2895; Sat, 9 Nov 2013 23:13:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9NDZqO084650; Sat, 9 Nov 2013 23:13:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9NDYqC084643; Sat, 9 Nov 2013 23:13:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311092313.rA9NDYqC084643@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 23:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333359 - in head/converters: . p5-JSON-Tiny 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.14 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: Sat, 09 Nov 2013 23:13:36 -0000 Author: sunpoet Date: Sat Nov 9 23:13:34 2013 New Revision: 333359 URL: http://svnweb.freebsd.org/changeset/ports/333359 Log: - Add p5-JSON-Tiny 0.36 JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious framework. It has been adapted as a single-source-file module of under 350 lines of code and core-only dependencies. Key features include relaxed JSON handling, transparent Unicode support, speed, small memory footprint, and a minimal code base ideal for bundling or inlining. Mojo::JSON was chosen as a model because it is robust, minimal, and well tested. Mojo::JSON's tests were also adapted to a design free of non-core dependencies. WWW: http://search.cpan.org/dist/JSON-Tiny/ Added: head/converters/p5-JSON-Tiny/ head/converters/p5-JSON-Tiny/Makefile (contents, props changed) head/converters/p5-JSON-Tiny/distinfo (contents, props changed) head/converters/p5-JSON-Tiny/pkg-descr (contents, props changed) head/converters/p5-JSON-Tiny/pkg-plist (contents, props changed) Modified: head/converters/Makefile Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Sat Nov 9 23:13:29 2013 (r333358) +++ head/converters/Makefile Sat Nov 9 23:13:34 2013 (r333359) @@ -90,6 +90,7 @@ SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP + SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 Added: head/converters/p5-JSON-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-JSON-Tiny/Makefile Sat Nov 9 23:13:34 2013 (r333359) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= JSON-Tiny +PORTVERSION= 0.36 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Minimalistic JSON + +LICENSE= ART20 + +TEST_DEPENDS= p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod + +USE_PERL5= configure +USES= perl5 + +.include Added: head/converters/p5-JSON-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-JSON-Tiny/distinfo Sat Nov 9 23:13:34 2013 (r333359) @@ -0,0 +1,2 @@ +SHA256 (JSON-Tiny-0.36.tar.gz) = 8683f02c53183dacef547e0d595f6c26de48931fd64e34b5bbb0586e1b7879d4 +SIZE (JSON-Tiny-0.36.tar.gz) = 20126 Added: head/converters/p5-JSON-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-JSON-Tiny/pkg-descr Sat Nov 9 23:13:34 2013 (r333359) @@ -0,0 +1,11 @@ +JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious +framework. It has been adapted as a single-source-file module of under 350 lines +of code and core-only dependencies. + +Key features include relaxed JSON handling, transparent Unicode support, speed, +small memory footprint, and a minimal code base ideal for bundling or inlining. + +Mojo::JSON was chosen as a model because it is robust, minimal, and well tested. +Mojo::JSON's tests were also adapted to a design free of non-core dependencies. + +WWW: http://search.cpan.org/dist/JSON-Tiny/ Added: head/converters/p5-JSON-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-JSON-Tiny/pkg-plist Sat Nov 9 23:13:34 2013 (r333359) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/JSON/Tiny.pm +%%SITE_PERL%%/JSON/Tiny.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Tiny/.packlist +%%PERL5_MAN3%%/JSON::Tiny.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON +@dirrmtry %%SITE_PERL%%/JSON