pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Regexp-Debugger: Import p5-Regexp-Debugger-0.002001 as wip/p5-Regexp-Debugger



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 29 14:46:13 2019 +0100
Changeset:	2653d6dbdb597ae09963d7f4130f0cfb5d75e781

Modified Files:
	Makefile
Added Files:
	p5-Regexp-Debugger/DESCR
	p5-Regexp-Debugger/Makefile
	p5-Regexp-Debugger/distinfo

Log Message:
p5-Regexp-Debugger: Import p5-Regexp-Debugger-0.002001 as wip/p5-Regexp-Debugger

Regexp::Debugger causes any regex in the same lexical scope to be
visually (and interactively) debugged as it matches.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2653d6dbdb597ae09963d7f4130f0cfb5d75e781

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |  1 +
 p5-Regexp-Debugger/DESCR    |  2 ++
 p5-Regexp-Debugger/Makefile | 23 +++++++++++++++++++++++
 p5-Regexp-Debugger/distinfo |  6 ++++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9590b09cfb..dbd368c0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -2693,6 +2693,7 @@ SUBDIR+=	p5-Proc-Fork
 SUBDIR+=	p5-RPC-PlClient
 SUBDIR+=	p5-RT-Authen-ExternalAuth
 SUBDIR+=	p5-RTF-Writer
+SUBDIR+=	p5-Regexp-Debugger
 SUBDIR+=	p5-Shell-Command
 SUBDIR+=	p5-Spread
 SUBDIR+=	p5-Startup
diff --git a/p5-Regexp-Debugger/DESCR b/p5-Regexp-Debugger/DESCR
new file mode 100644
index 0000000000..1f927b35de
--- /dev/null
+++ b/p5-Regexp-Debugger/DESCR
@@ -0,0 +1,2 @@
+Regexp::Debugger causes any regex in the same lexical scope to be
+visually (and interactively) debugged as it matches.
diff --git a/p5-Regexp-Debugger/Makefile b/p5-Regexp-Debugger/Makefile
new file mode 100644
index 0000000000..9ae302377d
--- /dev/null
+++ b/p5-Regexp-Debugger/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	Regexp-Debugger-0.002001
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Regexp/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://metacpan.org/release/Regexp-Debugger
+COMMENT=	Visually debug regexes in-place
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
+DEPENDS+=	p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+=	p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
+DEPENDS+=	p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+=	p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+USE_LANGUAGES=		# empty
+PERL5_PACKLIST=		auto/Regexp/Debugger/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Regexp-Debugger/distinfo b/p5-Regexp-Debugger/distinfo
new file mode 100644
index 0000000000..fc8ca9a4d4
--- /dev/null
+++ b/p5-Regexp-Debugger/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Regexp-Debugger-0.002001.tar.gz) = 818739af9923f108cac0299788e8041e3a525b9b
+RMD160 (Regexp-Debugger-0.002001.tar.gz) = 3f141b7c2486bf5c0a9d4a92f833ad3743edfb03
+SHA512 (Regexp-Debugger-0.002001.tar.gz) = 4ab58395bb0a7afd2457cb324addae6db4eaf7540f4c48d04c31442c7cdcc82965e8dd07fbd584541497fdafc9313160d50acf4a6e73b477b188392e6b224dee
+Size (Regexp-Debugger-0.002001.tar.gz) = 36446 bytes


Home | Main Index | Thread Index | Old Index