SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Test-Regexp/Makefile
Normal file
18
devel/p5-Test-Regexp/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = test your regular expressions
|
||||
|
||||
DISTNAME = Test-Regexp-2017040101
|
||||
FIX_EXTRACT_PERMISSIONS=Yes
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Regexp/distinfo
Normal file
2
devel/p5-Test-Regexp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Regexp-2017040101.tar.gz) = NctB31xQF4NbibhT1aROJebalztFDh7cpRu6cOcEHlQ=
|
||||
SIZE (Test-Regexp-2017040101.tar.gz) = 18904
|
8
devel/p5-Test-Regexp/pkg/DESCR
Normal file
8
devel/p5-Test-Regexp/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
This module is intended to test your regular expressions. Given a
|
||||
subject string and a regular expression (aka pattern), the module
|
||||
not only tests whether the regular expression complete matches the
|
||||
subject string, it performs a utf8::upgrade or utf8::downgrade on
|
||||
the subject string and performs the tests again, if necessary.
|
||||
Furthermore, given a pattern with capturing parenthesis, it checks
|
||||
whether all captures are present, and in the right order. Both
|
||||
named and unnamed captures are checked.
|
3
devel/p5-Test-Regexp/pkg/PLIST
Normal file
3
devel/p5-Test-Regexp/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Regexp.pm
|
||||
@man man/man3p/Test::Regexp.3p
|
Loading…
Add table
Add a link
Reference in a new issue