svn commit: r349024 - in head/devel: . p5-JSON-Hyper

Tom Judge tj at FreeBSD.org
Mon Mar 24 16:37:59 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	JSON-Hyper
+PORTVERSION=	0.011
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj at 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
+ at dirrm %%SITE_PERL%%/mach/auto/JSON/Hyper
+ at dirrmtry %%SITE_PERL%%/mach/auto/JSON/Hyper
+ at dirrm %%SITE_PERL%%/JSON/Hyper
+ at dirrmtry %%SITE_PERL%%/JSON


More information about the svn-ports-head mailing list