Date: Tue, 21 Jul 2015 09:51:04 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392615 - in head/devel: . p5-ARGV-Struct Message-ID: <201507210951.t6L9p4rX070902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Tue Jul 21 09:51:03 2015 New Revision: 392615 URL: https://svnweb.freebsd.org/changeset/ports/392615 Log: Parse complex data structures passed in ARGV. WWW: http://search.cpan.org/dist/ARGV-Struct/ Added: head/devel/p5-ARGV-Struct/ head/devel/p5-ARGV-Struct/Makefile (contents, props changed) head/devel/p5-ARGV-Struct/distinfo (contents, props changed) head/devel/p5-ARGV-Struct/pkg-descr (contents, props changed) head/devel/p5-ARGV-Struct/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jul 21 09:00:00 2015 (r392614) +++ head/devel/Makefile Tue Jul 21 09:51:03 2015 (r392615) @@ -1537,6 +1537,7 @@ SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog + SUBDIR += p5-ARGV-Struct SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic Added: head/devel/p5-ARGV-Struct/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/Makefile Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ARGV-Struct +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JLMARTIN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parse complex data structures passed in ARGV + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include <bsd.port.mk> Added: head/devel/p5-ARGV-Struct/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/distinfo Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,2 @@ +SHA256 (ARGV-Struct-0.02.tar.gz) = 50128a53690aa558c080d34eaa7b11dbd40bb4a43f63d549ea6ba9b16939f351 +SIZE (ARGV-Struct-0.02.tar.gz) = 11687 Added: head/devel/p5-ARGV-Struct/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/pkg-descr Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,3 @@ +Parse complex data structures passed in ARGV. + +WWW: http://search.cpan.org/dist/ARGV-Struct/ Added: head/devel/p5-ARGV-Struct/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/pkg-plist Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,3 @@ +bin/argvstruct +%%PERL5_MAN3%%/ARGV::Struct.3.gz +%%SITE_PERL%%/ARGV/Struct.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507210951.t6L9p4rX070902>