Date: Mon, 24 Mar 2014 20:46:27 +0400 From: Andrej Zverev <az@freebsd.org> To: Tom Judge <tj@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r349024 - in head/devel: . p5-JSON-Hyper Message-ID: <CAD5bB%2BiR27G9cREPaU%2BDwW_s_YChxhH%2Bf1-4e6F4zgMxXftXYg@mail.gmail.com> In-Reply-To: <201403241637.s2OGbwEG082185@svn.freebsd.org> References: <201403241637.s2OGbwEG082185@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Em, not sure, but maybe you know answer http://cpansearch.perl.org/src/TOBYINK/JSON-Hyper-0.011/README This module is tri-licensed. It is available under the X11 (a.k.a. MIT) licence; you can also redistribute it and/or modify it under the same terms as Perl itself. Do we need choose only on or we need defined three of them? I see tri-licensed first time. On Mon, Mar 24, 2014 at 8:37 PM, Tom Judge <tj@freebsd.org> wrote: > Author: tj > Date: Mon Mar 24 16:37:58 2014 > New Revision: 349024 > URL: http://svnweb.freebsd.org/changeset/ports/349024 > QAT: https://qat.redports.org/buildarchive/r349024/ > > Log: > Extract links from JSON via a schema > > WWW: http://search.cpan.org/dist/JSON-Hyper/ > > Added: > head/devel/p5-JSON-Hyper/ > head/devel/p5-JSON-Hyper/Makefile (contents, props changed) > head/devel/p5-JSON-Hyper/distinfo (contents, props changed) > head/devel/p5-JSON-Hyper/pkg-descr (contents, props changed) > head/devel/p5-JSON-Hyper/pkg-plist (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Mon Mar 24 16:37:12 2014 (r349023) > +++ head/devel/Makefile Mon Mar 24 16:37:58 2014 (r349024) > @@ -2197,6 +2197,7 @@ > SUBDIR += p5-Iterator-Util > SUBDIR += p5-JIRA-Client > SUBDIR += p5-JQuery > + SUBDIR += p5-JSON-Hyper > SUBDIR += p5-JSON-Path > SUBDIR += p5-JSON-RPC > SUBDIR += p5-JSON-RPC-Common > > Added: head/devel/p5-JSON-Hyper/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/p5-JSON-Hyper/Makefile Mon Mar 24 16:37:58 2014 (r349024) > @@ -0,0 +1,24 @@ > +# Created by: Tom Judge <tj@FreeBSD.org> > +# $FreeBSD$ > + > +PORTNAME= JSON-Hyper > +PORTVERSION= 0.011 > +CATEGORIES= devel perl5 > +MASTER_SITES= CPAN > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= tj@FreeBSD.org > +COMMENT= Extract links from JSON objects > + > +LICENSE= MIT > + > +BUILD_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ > + p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \ > + p5-URI>=1.30:${PORTSDIR}/net/p5-URI \ > + p5-libwww>=0:${PORTSDIR}/www/p5-libwww > +RUN_DEPENDS:= ${BUILD_DEPENDS} > + > +USES= perl5 > +USE_PERL5= configure > + > +.include <bsd.port.mk> > > Added: head/devel/p5-JSON-Hyper/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/p5-JSON-Hyper/distinfo Mon Mar 24 16:37:58 2014 (r349024) > @@ -0,0 +1,2 @@ > +SHA256 (JSON-Hyper-0.011.tar.gz) = 8e5c241ce272119a572bd4a72e7e83ba313eb4b186627c219b659805004893a2 > +SIZE (JSON-Hyper-0.011.tar.gz) = 52827 > > Added: head/devel/p5-JSON-Hyper/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/p5-JSON-Hyper/pkg-descr Mon Mar 24 16:37:58 2014 (r349024) > @@ -0,0 +1,3 @@ > +Extract links from JSON via a schema > + > +WWW: http://search.cpan.org/dist/JSON-Hyper/ > > Added: head/devel/p5-JSON-Hyper/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/p5-JSON-Hyper/pkg-plist Mon Mar 24 16:37:58 2014 (r349024) > @@ -0,0 +1,9 @@ > +%%PERL5_MAN3%%/JSON::Hyper.3.gz > +%%PERL5_MAN3%%/JSON::Hyper::Link.3.gz > +%%SITE_PERL%%/JSON/Hyper.pm > +%%SITE_PERL%%/JSON/Hyper/Link.pm > +%%SITE_PERL%%/mach/auto/JSON/Hyper/.packlist > +@dirrm %%SITE_PERL%%/mach/auto/JSON/Hyper > +@dirrmtry %%SITE_PERL%%/mach/auto/JSON/Hyper > +@dirrm %%SITE_PERL%%/JSON/Hyper > +@dirrmtry %%SITE_PERL%%/JSON >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2BiR27G9cREPaU%2BDwW_s_YChxhH%2Bf1-4e6F4zgMxXftXYg>