Bug 155755 - [NEW PORT] devel/p5-Range-String: Perl5 module which provides interface to string ranges
Summary: [NEW PORT] devel/p5-Range-String: Perl5 module which provides interface to st...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-21 16:50 UTC by Andrey Ignatov
Modified: 2011-04-14 02:10 UTC (History)
0 users

See Also:


Attachments
p5-Range-String.shar (2.51 KB, text/plain)
2011-03-21 16:50 UTC, Andrey Ignatov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Ignatov 2011-03-21 16:50:01 UTC
This is a perl module which can be helpful for work with string ranges.

WWW: http://search.cpan.org/dist/Range-String/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-21 16:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Andrey Ignatov 2011-03-22 15:07:35 UTC
I tested the port in dirty environment so I missed one dependence.
I'm very sorry. New version of port is below.


--- p5-Range-String.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Range-String
#	p5-Range-String/Makefile
#	p5-Range-String/distinfo
#	p5-Range-String/pkg-descr
#	p5-Range-String/pkg-plist
#
echo c - p5-Range-String
mkdir -p p5-Range-String > /dev/null 2>&1
echo x - p5-Range-String/Makefile
sed 's/^X//' >p5-Range-String/Makefile << '5dfab3d6ff326fefccb95f96227b6ad1'
X# New ports collection makefile for:	p5-Range-String
X# Date created:				21 March 2011
X# Whom:					Andrey Ignatov <rdna@rdna.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Range-String
XPORTVERSION=	v0.01
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rdna@rdna.ru
XCOMMENT=	Perl5 module which provides interface to string ranges
X
XBUILD_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Range::Integer.3 Range::String.3 Range::String::Parse.3 \
X		Range::Interface::Object.3 Range::Interface::Parse.3 \
X		Range::String::Object.3 Range::Integer::Parse.3 \
X		Range::Integer::Object.3
X
X.include <bsd.port.mk>
5dfab3d6ff326fefccb95f96227b6ad1
echo x - p5-Range-String/distinfo
sed 's/^X//' >p5-Range-String/distinfo << '8b3da94da845ac9c136d8fb6212e0c4a'
XSHA256 (Range-String-v0.01.tar.gz) = 9315f9cc0454ac5df507e94ac6edbf6eca11bd7fa8863c8223fd7cee9f95681f
XSIZE (Range-String-v0.01.tar.gz) = 10103
8b3da94da845ac9c136d8fb6212e0c4a
echo x - p5-Range-String/pkg-descr
sed 's/^X//' >p5-Range-String/pkg-descr << '4350eb677e7dd651022364e324b2b127'
XThis is a perl module which can be helpful for work with string ranges.
X
XWWW: http://search.cpan.org/dist/Range-String/
X
X--
XAndrey Ignatov
Xrdna@rdna.ru
4350eb677e7dd651022364e324b2b127
echo x - p5-Range-String/pkg-plist
sed 's/^X//' >p5-Range-String/pkg-plist << '04ad55727cfb0ed9c79be3ca64348a37'
X%%SITE_PERL%%/Range/Integer.pm
X%%SITE_PERL%%/Range/String.pm
X%%SITE_PERL%%/Range/Interface/Object.pm
X%%SITE_PERL%%/Range/Interface/Parse.pm
X%%SITE_PERL%%/Range/String/Parse.pm
X%%SITE_PERL%%/Range/String/Object.pm
X%%SITE_PERL%%/Range/Integer/Parse.pm
X%%SITE_PERL%%/Range/Integer/Object.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Range/String/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Range/String
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Range
X@dirrmtry %%SITE_PERL%%/Range/Interface
X@dirrmtry %%SITE_PERL%%/Range/String
X@dirrmtry %%SITE_PERL%%/Range/Integer
X@dirrmtry %%SITE_PERL%%/Range
04ad55727cfb0ed9c79be3ca64348a37
exit
--- p5-Range-String.shar ends here ---
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-14 02:03:52 UTC
wen         2011-04-14 01:03:39 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Range-String Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.4302    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-Range-String/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Range-String/distinfo (new)
  1.1       +4 -0      ports/devel/p5-Range-String/pkg-descr (new)
  1.1       +15 -0     ports/devel/p5-Range-String/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2011-04-14 02:04:57 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!