Add textproc/p5-Regexp-Debugger, an interactive regular expression

debugging tool.

WWW: https://metacpan.org/pod/Regexp::Debugger
This commit is contained in:
Adam Weinberger 2015-03-28 17:57:30 +00:00
parent 757fde75ff
commit 44bdc832f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382532
5 changed files with 28 additions and 0 deletions

View File

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

View File

@ -0,0 +1,17 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c
SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098

View File

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

View File

@ -0,0 +1,4 @@
bin/rxrx
%%SITE_PERL%%/Regexp/Debugger.pm
%%PERL5_MAN3%%/Regexp::Debugger.3.gz
man/man1/rxrx.1.gz