svn commit: r443874 - in head/devel: . p5-List-Regexp
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jun 19 13:43:38 UTC 2017
Author: danfe
Date: Mon Jun 19 13:43:36 2017
New Revision: 443874
URL: https://svnweb.freebsd.org/changeset/ports/443874
Log:
Add `devel/p5-List-Regexp', a Perl module that converts a list of strings
to a regular expression.
WWW: http://search.cpan.org/dist/List-Regexp/
Submitted by: Zeus Panchenko
Added:
head/devel/p5-List-Regexp/
head/devel/p5-List-Regexp/Makefile (contents, props changed)
head/devel/p5-List-Regexp/distinfo (contents, props changed)
head/devel/p5-List-Regexp/pkg-descr (contents, props changed)
head/devel/p5-List-Regexp/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 19 13:42:21 2017 (r443873)
+++ head/devel/Makefile Mon Jun 19 13:43:36 2017 (r443874)
@@ -2683,6 +2683,7 @@
SUBDIR += p5-List-Objects-WithUtils
SUBDIR += p5-List-Permutor
SUBDIR += p5-List-PowerSet
+ SUBDIR += p5-List-Regexp
SUBDIR += p5-List-Rotation-Cycle
SUBDIR += p5-List-SomeUtils
SUBDIR += p5-List-SomeUtils-XS
Added: head/devel/p5-List-Regexp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-List-Regexp/Makefile Mon Jun 19 13:43:36 2017 (r443874)
@@ -0,0 +1,18 @@
+# Created by: Zeus Panchenko <zeus at gnu.org.ua>
+# $FreeBSD$
+
+PORTNAME= List-Regexp
+PORTVERSION= 1.03
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Convert list of strings to a regular expression
+
+LICENSE= GPLv3+
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-List-Regexp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-List-Regexp/distinfo Mon Jun 19 13:43:36 2017 (r443874)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475524207
+SHA256 (List-Regexp-1.03.tar.gz) = fb5d06ccbbb353a46dea0ed5f415ffc20a907e1f98b94b305b77567d34725eef
+SIZE (List-Regexp-1.03.tar.gz) = 19317
Added: head/devel/p5-List-Regexp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-List-Regexp/pkg-descr Mon Jun 19 13:43:36 2017 (r443874)
@@ -0,0 +1,5 @@
+Returns a regular expression that will match any string from the input
+list @strings. First argument can be a reference to a hash, which
+controls how the regular expression is built.
+
+WWW: http://search.cpan.org/dist/List-Regexp/
Added: head/devel/p5-List-Regexp/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-List-Regexp/pkg-plist Mon Jun 19 13:43:36 2017 (r443874)
@@ -0,0 +1,4 @@
+bin/regexp-opt
+%%SITE_PERL%%/List/Regexp.pm
+%%PERL5_MAN1%%/regexp-opt.1.gz
+%%PERL5_MAN3%%/List::Regexp.3.gz
More information about the svn-ports-all
mailing list