This library is implemented JSON Pointer

(http://tools.ietf.org/html/rfc6901) and some useful operator from
JSON Patch (http://tools.ietf.org/html/rfc6902).

JSON Pointer is available to identify a specified value in JSON
document, and it is simillar to XPath.  Please read the both of
specifications for details.

WWW: http://search.cpan.org/dist/JSON-Pointer/
This commit is contained in:
Jun Kuriyama 2015-02-19 07:41:58 +00:00
parent 12260aa61e
commit dadadc8ced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379333
5 changed files with 46 additions and 0 deletions

View file

@ -2286,6 +2286,7 @@
SUBDIR += p5-JQuery
SUBDIR += p5-JSON-Hyper
SUBDIR += p5-JSON-Path
SUBDIR += p5-JSON-Pointer
SUBDIR += p5-JSON-RPC
SUBDIR += p5-JSON-RPC-Common
SUBDIR += p5-JSON-RPC-Dispatcher

View file

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= JSON-Pointer
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of JSON Pointer (RFC6901)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-Clone>=0.36:${PORTSDIR}/devel/p5-Clone \
p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
p5-URI>=1.65:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
NO_ARCH= YES
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (JSON-Pointer-0.06.tar.gz) = 0ef37b0d7a7e9d08409e8b0af1e80f97f89d5841688e432c0a064007e8d60327
SIZE (JSON-Pointer-0.06.tar.gz) = 21342

View file

@ -0,0 +1,9 @@
This library is implemented JSON Pointer
(http://tools.ietf.org/html/rfc6901) and some useful operator from
JSON Patch (http://tools.ietf.org/html/rfc6902).
JSON Pointer is available to identify a specified value in JSON
document, and it is simillar to XPath. Please read the both of
specifications for details.
WWW: http://search.cpan.org/dist/JSON-Pointer/

View file

@ -0,0 +1,8 @@
%%PERL5_MAN3%%/JSON::Pointer.3.gz
%%PERL5_MAN3%%/JSON::Pointer::Context.3.gz
%%PERL5_MAN3%%/JSON::Pointer::Exception.3.gz
%%PERL5_MAN3%%/JSON::Pointer::Syntax.3.gz
%%SITE_PERL%%/JSON/Pointer.pm
%%SITE_PERL%%/JSON/Pointer/Context.pm
%%SITE_PERL%%/JSON/Pointer/Exception.pm
%%SITE_PERL%%/JSON/Pointer/Syntax.pm