pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-XXX Initial import of p5-XXX, which exports a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03932f6d6291
branches:  trunk
changeset: 422288:03932f6d6291
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jan 23 16:23:24 2020 +0000

description:
Initial import of p5-XXX, which exports a function called XXX that you
can put just about anywhere in your Perl code to make it die with a YAML
dump of the arguments to its right.

The charm of XXX-debugging is that it is easy to type, rarely requires
parens and stands out visually so that you remember to remove it.

XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.

diffstat:

 devel/p5-XXX/DESCR    |   8 ++++++++
 devel/p5-XXX/Makefile |  19 +++++++++++++++++++
 devel/p5-XXX/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 027ea12ae0f2 -r 03932f6d6291 devel/p5-XXX/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-XXX/DESCR        Thu Jan 23 16:23:24 2020 +0000
@@ -0,0 +1,8 @@
+XXX.pm exports a function called XXX that you can put just about
+anywhere in your Perl code to make it die with a YAML dump of the
+arguments to its right.
+
+The charm of XXX-debugging is that it is easy to type, rarely requires
+parens and stands out visually so that you remember to remove it.
+
+XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.
diff -r 027ea12ae0f2 -r 03932f6d6291 devel/p5-XXX/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-XXX/Makefile     Thu Jan 23 16:23:24 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/01/23 16:23:24 schmonz Exp $
+
+DISTNAME=      XXX-0.35
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${HOMEPAGE}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://cpan.metacpan.org/authors/id/I/IN/INGY/
+COMMENT=       Perl function to die with a YAML dump of its arguments
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-YAML-PP>=0.018:../../textproc/p5-YAML-PP
+
+PERL5_PACKLIST=        auto/XXX/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 027ea12ae0f2 -r 03932f6d6291 devel/p5-XXX/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-XXX/distinfo     Thu Jan 23 16:23:24 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/23 16:23:24 schmonz Exp $
+
+SHA1 (XXX-0.35.tar.gz) = 02be1bf9f21dd4e965ce631585b5bb5a6f674021
+RMD160 (XXX-0.35.tar.gz) = 52a4ec0234b66c44d0bd8e692e0e36a433a62bc0
+SHA512 (XXX-0.35.tar.gz) = c10f66462c371569ed499f04e1ac5ee9baf3716499240ff7d51af302df8f5dd5a7b6645edb959bc02d3f1e61e04b3f1f66cdde1873e71b9b5c40bfc31f7578b7
+Size (XXX-0.35.tar.gz) = 14037 bytes



Home | Main Index | Thread Index | Old Index