Add textproc/p5-Regexp-Debugger, an interactive regular expression
debugging tool. WWW: https://metacpan.org/pod/Regexp::Debugger
This commit is contained in:
parent
757fde75ff
commit
44bdc832f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382532
@ -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
|
||||
|
17
textproc/p5-Regexp-Debugger/Makefile
Normal file
17
textproc/p5-Regexp-Debugger/Makefile
Normal 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>
|
2
textproc/p5-Regexp-Debugger/distinfo
Normal file
2
textproc/p5-Regexp-Debugger/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c
|
||||
SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098
|
4
textproc/p5-Regexp-Debugger/pkg-descr
Normal file
4
textproc/p5-Regexp-Debugger/pkg-descr
Normal 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
|
4
textproc/p5-Regexp-Debugger/pkg-plist
Normal file
4
textproc/p5-Regexp-Debugger/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/rxrx
|
||||
%%SITE_PERL%%/Regexp/Debugger.pm
|
||||
%%PERL5_MAN3%%/Regexp::Debugger.3.gz
|
||||
man/man1/rxrx.1.gz
|
Loading…
Reference in New Issue
Block a user