Date: Mon, 26 Nov 2012 09:35:49 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307768 - in head/math: . p5-Parse-Range Message-ID: <201211260935.qAQ9Zn0B050894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Mon Nov 26 09:35:49 2012 New Revision: 307768 URL: http://svnweb.freebsd.org/changeset/ports/307768 Log: This module parses range definitions and returns an array of individual numbers. WWW: http://search.cpan.org/dist/Parse-Range/ PR: ports/173280 Submitted by: pauls@utdallas.edu Feature safe: yes Added: head/math/p5-Parse-Range/ head/math/p5-Parse-Range/Makefile (contents, props changed) head/math/p5-Parse-Range/distinfo (contents, props changed) head/math/p5-Parse-Range/pkg-descr (contents, props changed) head/math/p5-Parse-Range/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Nov 26 08:58:24 2012 (r307767) +++ head/math/Makefile Mon Nov 26 09:35:49 2012 (r307768) @@ -470,6 +470,7 @@ SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX + SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-IntSpan-Fast Added: head/math/p5-Parse-Range/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/Makefile Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,29 @@ +# Created by: pauls@utdallas.edu +# $FreeBSD$ + +PORTNAME= Parse-Range +PORTVERSION= 0.96 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLER +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Parses range definitions and returns an array + +LICENSE= ART10 BSD +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \ + p5-ExtUtils-MakeMaker>=6.6:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-List-MoreUtils>=0.3:${PORTSDIR}/lang/p5-List-MoreUtils + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Parse::Range.3 + +.include <bsd.port.pre.mk> + +.include <bsd.port.post.mk> Added: head/math/p5-Parse-Range/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/distinfo Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,2 @@ +SHA256 (Parse-Range-0.96.tar.gz) = 6ef06ca8db01a5ade311ab583d1a9bcee89b54aa417c23c2096db3d163fc005b +SIZE (Parse-Range-0.96.tar.gz) = 6074 Added: head/math/p5-Parse-Range/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/pkg-descr Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,4 @@ +This module parses range definitions and returns +an array of individual numbers. + +WWW: http://search.cpan.org/dist/Parse-Range/ Added: head/math/p5-Parse-Range/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/pkg-plist Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Parse/Range.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrm %%SITE_PERL%%/Parse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211260935.qAQ9Zn0B050894>