Date: Sat, 9 Nov 2013 23:13:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201311092313.rA9NDYqC084643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311092313.rA9NDYqC084643>