Range::Integer is a perl module which can be helpful for work with

string ranges.

WWW: http://search.cpan.org/dist/Range-String/

PR:		ports/155755
Submitted by:	Andrey Ignatov <rdna@rdna.ru>
This commit is contained in:
Wen Heping 2011-04-14 01:03:39 +00:00
parent 803c8aa1c5
commit 69931f1828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272696
5 changed files with 46 additions and 0 deletions

View file

@ -2147,6 +2147,7 @@
SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Proc-WaitStat
SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Gantt
SUBDIR += p5-RRDTool-OO SUBDIR += p5-RRDTool-OO
SUBDIR += p5-Range-String
SUBDIR += p5-Rcs SUBDIR += p5-Rcs
SUBDIR += p5-Rcs-Agent SUBDIR += p5-Rcs-Agent
SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Gnu

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Range-String
# Date created: 21 March 2011
# Whom: Andrey Ignatov <rdna@rdna.ru>
#
# $FreeBSD$
#
PORTNAME= Range-String
PORTVERSION= v0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rdna@rdna.ru
COMMENT= Perl5 module which provides interface to string ranges
PERL_CONFIGURE= yes
MAN3= Range::Integer.3 Range::String.3 Range::String::Parse.3 \
Range::Interface::Object.3 Range::Interface::Parse.3 \
Range::String::Object.3 Range::Integer::Parse.3 \
Range::Integer::Object.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Range-String-v0.01.tar.gz) = 9315f9cc0454ac5df507e94ac6edbf6eca11bd7fa8863c8223fd7cee9f95681f
SIZE (Range-String-v0.01.tar.gz) = 10103

View file

@ -0,0 +1,4 @@
Range::Integer is a perl module which can be helpful for work with
string ranges.
WWW: http://search.cpan.org/dist/Range-String/

View file

@ -0,0 +1,15 @@
%%SITE_PERL%%/Range/Integer.pm
%%SITE_PERL%%/Range/String.pm
%%SITE_PERL%%/Range/Interface/Object.pm
%%SITE_PERL%%/Range/Interface/Parse.pm
%%SITE_PERL%%/Range/String/Parse.pm
%%SITE_PERL%%/Range/String/Object.pm
%%SITE_PERL%%/Range/Integer/Parse.pm
%%SITE_PERL%%/Range/Integer/Object.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Range/String/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Range/String
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Range
@dirrmtry %%SITE_PERL%%/Range/Interface
@dirrmtry %%SITE_PERL%%/Range/String
@dirrmtry %%SITE_PERL%%/Range/Integer
@dirrmtry %%SITE_PERL%%/Range