From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 17:57:33 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD795A79; Sat, 28 Mar 2015 17:57:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1B882; Sat, 28 Mar 2015 17:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SHvXm3067817; Sat, 28 Mar 2015 17:57:33 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SHvVwf067810; Sat, 28 Mar 2015 17:57:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503281757.t2SHvVwf067810@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 28 Mar 2015 17:57:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 17:57:33 -0000 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 +# $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 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