Date: Sat, 28 Mar 2015 17:57:31 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382532 - in head/textproc: . p5-Regexp-Debugger Message-ID: <201503281757.t2SHvVwf067810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Mar 28 17:57:30 2015 New Revision: 382532 URL: https://svnweb.freebsd.org/changeset/ports/382532 QAT: https://qat.redports.org/buildarchive/r382532/ Log: Add textproc/p5-Regexp-Debugger, an interactive regular expression debugging tool. WWW: https://metacpan.org/pod/Regexp::Debugger Added: head/textproc/p5-Regexp-Debugger/ head/textproc/p5-Regexp-Debugger/Makefile (contents, props changed) head/textproc/p5-Regexp-Debugger/distinfo (contents, props changed) head/textproc/p5-Regexp-Debugger/pkg-descr (contents, props changed) head/textproc/p5-Regexp-Debugger/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Mar 28 17:53:28 2015 (r382531) +++ head/textproc/Makefile Sat Mar 28 17:57:30 2015 (r382532) @@ -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 Added: head/textproc/p5-Regexp-Debugger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Debugger/Makefile Sat Mar 28 17:57:30 2015 (r382532) @@ -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> Added: head/textproc/p5-Regexp-Debugger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Debugger/distinfo Sat Mar 28 17:57:30 2015 (r382532) @@ -0,0 +1,2 @@ +SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c +SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098 Added: head/textproc/p5-Regexp-Debugger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Debugger/pkg-descr Sat Mar 28 17:57:30 2015 (r382532) @@ -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 Added: head/textproc/p5-Regexp-Debugger/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Debugger/pkg-plist Sat Mar 28 17:57:30 2015 (r382532) @@ -0,0 +1,4 @@ +bin/rxrx +%%SITE_PERL%%/Regexp/Debugger.pm +%%PERL5_MAN3%%/Regexp::Debugger.3.gz +man/man1/rxrx.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281757.t2SHvVwf067810>