From owner-svn-ports-all@FreeBSD.ORG Mon Mar 24 16:37:59 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id A63ADE38; Mon, 24 Mar 2014 16:37:59 +0000 (UTC) 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 868D2B0D; Mon, 24 Mar 2014 16:37:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OGbxW0082191; Mon, 24 Mar 2014 16:37:59 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2OGbwEG082185; Mon, 24 Mar 2014 16:37:58 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201403241637.s2OGbwEG082185@svn.freebsd.org> From: Tom Judge Date: Mon, 24 Mar 2014 16:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349024 - in head/devel: . p5-JSON-Hyper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 16:37:59 -0000 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