diff --git a/textproc/Makefile b/textproc/Makefile index 31097959ea2b..2379cbbacd08 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -696,6 +696,7 @@ SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Copy + SUBDIR += p5-Regexp-Debugger SUBDIR += p5-Regexp-DefaultFlags SUBDIR += p5-Regexp-IPv6 SUBDIR += p5-Regexp-Log diff --git a/textproc/p5-Regexp-Debugger/Makefile b/textproc/p5-Regexp-Debugger/Makefile new file mode 100644 index 000000000000..93f3c441da05 --- /dev/null +++ b/textproc/p5-Regexp-Debugger/Makefile @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Regexp-Debugger +PORTVERSION= 0.001020 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DCONWAY +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Visually debug regexes in-place + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/textproc/p5-Regexp-Debugger/distinfo b/textproc/p5-Regexp-Debugger/distinfo new file mode 100644 index 000000000000..6e1a80b702ae --- /dev/null +++ b/textproc/p5-Regexp-Debugger/distinfo @@ -0,0 +1,2 @@ +SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c +SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098 diff --git a/textproc/p5-Regexp-Debugger/pkg-descr b/textproc/p5-Regexp-Debugger/pkg-descr new file mode 100644 index 000000000000..156537b11b22 --- /dev/null +++ b/textproc/p5-Regexp-Debugger/pkg-descr @@ -0,0 +1,4 @@ +When you load this module, any regex in the same lexical scope will be visually +(and interactively) debugged as it matches. + +WWW: https://metacpan.org/pod/Regexp::Debugger diff --git a/textproc/p5-Regexp-Debugger/pkg-plist b/textproc/p5-Regexp-Debugger/pkg-plist new file mode 100644 index 000000000000..e6182507ba8e --- /dev/null +++ b/textproc/p5-Regexp-Debugger/pkg-plist @@ -0,0 +1,4 @@ +bin/rxrx +%%SITE_PERL%%/Regexp/Debugger.pm +%%PERL5_MAN3%%/Regexp::Debugger.3.gz +man/man1/rxrx.1.gz