pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-XXX



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jan 23 16:23:24 UTC 2020

Added Files:
        pkgsrc/devel/p5-XXX: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-XXX/DESCR pkgsrc/devel/p5-XXX/Makefile \
    pkgsrc/devel/p5-XXX/distinfo

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

Added files:

Index: pkgsrc/devel/p5-XXX/DESCR
diff -u /dev/null pkgsrc/devel/p5-XXX/DESCR:1.1
--- /dev/null   Thu Jan 23 16:23:24 2020
+++ pkgsrc/devel/p5-XXX/DESCR   Thu Jan 23 16:23:24 2020
@@ -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.
Index: pkgsrc/devel/p5-XXX/Makefile
diff -u /dev/null pkgsrc/devel/p5-XXX/Makefile:1.1
--- /dev/null   Thu Jan 23 16:23:24 2020
+++ pkgsrc/devel/p5-XXX/Makefile        Thu Jan 23 16:23:24 2020
@@ -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"
Index: pkgsrc/devel/p5-XXX/distinfo
diff -u /dev/null pkgsrc/devel/p5-XXX/distinfo:1.1
--- /dev/null   Thu Jan 23 16:23:24 2020
+++ pkgsrc/devel/p5-XXX/distinfo        Thu Jan 23 16:23:24 2020
@@ -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