Bug 151022 - New Port: devel/p5-Regexp-Grammars
Summary: New Port: devel/p5-Regexp-Grammars
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: 2010-09-28 04:10 UTC by Dan Rench
Modified: 2010-09-30 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.12 KB, text/plain)
2010-09-28 04:10 UTC, Dan Rench
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Rench 2010-09-28 04:10:03 UTC
New Port: devel/p5-Regexp-Grammars

Regexp::Grammars adds grammatical parsing features to Perl 5.10 regexes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-28 04:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2010-09-28 06:41:08 UTC
Hello.

If you want indicate minimum required version of perl just use
PERL_MODBUILD=  5.10+ (in your case) and remove

if ${PERL_LEVEL} <= 501000
BROKEN= Does not build with perl <= 5.10
.endif

Thanks.
Comment 3 Dan Rench 2010-09-28 13:09:12 UTC
Here is an updated shar that uses "PERL_MODBUILD= 5.10+":

# 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-Regexp-Grammars
#	p5-Regexp-Grammars/Makefile
#	p5-Regexp-Grammars/distinfo
#	p5-Regexp-Grammars/pkg-descr
#	p5-Regexp-Grammars/pkg-plist
#
echo c - p5-Regexp-Grammars
mkdir -p p5-Regexp-Grammars > /dev/null 2>&1
echo x - p5-Regexp-Grammars/Makefile
sed 's/^X//' >p5-Regexp-Grammars/Makefile << '0cc546b87d9dd8877869ca918068842e'
X# Ports collection makefile for:	p5-Regexp-Grammars
X# Date created:	   Mon Sep 27, 2010
X# Whom:		   Dan Rench <citric@cubicone.tmetic.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Regexp-Grammars
XPORTVERSION=	1.010
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	citric@cubicone.tmetic.com
XCOMMENT=	Add grammatical parsing features to Perl 5.10 regexes
X
XPERL_MODBUILD=	5.10+
X
XMAN3=	Regexp::Grammars.3
X
X.include <bsd.port.mk>
0cc546b87d9dd8877869ca918068842e
echo x - p5-Regexp-Grammars/distinfo
sed 's/^X//' >p5-Regexp-Grammars/distinfo << 'c482c194634c412f9f91df27110b197a'
XMD5 (Regexp-Grammars-1.010.tar.gz) = 98681540e627a42806ddb98535e52e42
XSHA256 (Regexp-Grammars-1.010.tar.gz) = 5e133dc2ca9f6fa4ed906e9a7240119cffd244b87b47e4d635ccc4da89cdfcc6
XSIZE (Regexp-Grammars-1.010.tar.gz) = 233801
c482c194634c412f9f91df27110b197a
echo x - p5-Regexp-Grammars/pkg-descr
sed 's/^X//' >p5-Regexp-Grammars/pkg-descr << 'bb59582297f0988e93754a03b371ad34'
XRegexp-Grammars adds grammatical parsing features to Perl 5.10 regexes
X
XMy working version of this port is at:
Xhttp://github.com/drench/FreeBSD-p5-Regexp-Grammars
X
XWWW: http://search.cpan.org/dist/Regexp-Grammars/
bb59582297f0988e93754a03b371ad34
echo x - p5-Regexp-Grammars/pkg-plist
sed 's/^X//' >p5-Regexp-Grammars/pkg-plist << 'e3f2a36460895ea2d0333ba4283c2db1'
X%%SITE_PERL%%/Regexp/Grammars.pm
X@dirrmtry %%SITE_PERL%%/Regexp
e3f2a36460895ea2d0333ba4283c2db1
exit
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-09-30 15:20:28 UTC
az          2010-09-30 14:20:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Regexp-Grammars Makefile distinfo pkg-descr pkg-plist 
  Log:
  Regexp::Grammars adds grammatical parsing features to Perl 5.10 regexes
  
  PR:             ports/151022
  Submitted by:   Dan Rench <citric@cubicone.tmetic.com>
  
  Revision  Changes    Path
  1.4060    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Regexp-Grammars/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Regexp-Grammars/distinfo (new)
  1.1       +3 -0      ports/devel/p5-Regexp-Grammars/pkg-descr (new)
  1.1       +2 -0      ports/devel/p5-Regexp-Grammars/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 5 Andrej Zverev freebsd_committer freebsd_triage 2010-09-30 15:30:44 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!