SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Test-Regexp-2017040101.tar.gz) = NctB31xQF4NbibhT1aROJebalztFDh7cpRu6cOcEHlQ=
SIZE (Test-Regexp-2017040101.tar.gz) = 18904

View 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.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/Regexp.pm
@man man/man3p/Test::Regexp.3p