From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 16:48:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE7D323D; Mon, 24 Mar 2014 16:48:04 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52BC8BEA; Mon, 24 Mar 2014 16:48:04 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id eb12so5781482oac.18 for ; Mon, 24 Mar 2014 09:48:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=d4ms00QzbX7f7eEpJtQ0NpOvk4acORkT9gsIfdpzlbc=; b=j1gi/6fC8+pbvOSiA8AWOMF6b6nnhFoUdb72/wMMvURfmg/LZuszAN//CcB89H1hRI gnnP5xFi+ADxOi3YMl0cBKZM+OvbIxfMT3Igy8Bocdg5ehqXfDjGApJndkmyJH3506kE R+hpv/BdTf5IIPol6Hx+Ght7JYTvDiMNU5HlQ0+MLJ5pFIqdWbM3CojrlgUVEZL4tQHc npe4oUvX0NCjDbi547UH0SNMWZmM6qSHxkWO31l5VsWvYsGzJKX31yglwqSkJjcg6v7M t3W0kROMKVyk6WTL5tgiuIUpYrQLGWGIdNLBXR8qYmttJkUVptz7oc8QpAK5phr4DeBL o5ww== MIME-Version: 1.0 X-Received: by 10.60.161.101 with SMTP id xr5mr1797445oeb.71.1395679587921; Mon, 24 Mar 2014 09:46:27 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.128.170 with HTTP; Mon, 24 Mar 2014 09:46:27 -0700 (PDT) In-Reply-To: <201403241637.s2OGbwEG082185@svn.freebsd.org> References: <201403241637.s2OGbwEG082185@svn.freebsd.org> Date: Mon, 24 Mar 2014 20:46:27 +0400 X-Google-Sender-Auth: -y7-Nm4IzpbNjdD8JcvG4pXazqU Message-ID: Subject: Re: svn commit: r349024 - in head/devel: . p5-JSON-Hyper From: Andrej Zverev To: Tom Judge Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 24 Mar 2014 16:48:04 -0000 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 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 > +# $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 > > 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 >