pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Smart-Comments Initial import of p5-Smart-Com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10ac21585cac
branches:  trunk
changeset: 528636:10ac21585cac
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri May 11 16:25:23 2007 +0000

description:
Initial import of p5-Smart-Comments version 1.0.2 into The NetBSD
Packages Collection.

The Perl 5 module Smart::Comments provide an easy way to insert
debugging and tracking code into a program. They can report the
value of a variable, track the progress of a loop, and verify that
particular assertions are true.
Best of all, when you're finished debugging, you don't have to
remove them. Simply commenting out the use Smart::Comments line
turns them back into regular comments. Leaving smart comments in
your code is smart because if you needed them once, you'll almost
certainly need them again later.

diffstat:

 devel/p5-Smart-Comments/DESCR    |   9 +++++++++
 devel/p5-Smart-Comments/Makefile |  19 +++++++++++++++++++
 devel/p5-Smart-Comments/PLIST    |   1 +
 devel/p5-Smart-Comments/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r bf19095823f3 -r 10ac21585cac devel/p5-Smart-Comments/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Smart-Comments/DESCR     Fri May 11 16:25:23 2007 +0000
@@ -0,0 +1,9 @@
+The Perl 5 module Smart::Comments provide an easy way to insert
+debugging and tracking code into a program. They can report the
+value of a variable, track the progress of a loop, and verify that
+particular assertions are true.
+Best of all, when you're finished debugging, you don't have to
+remove them. Simply commenting out the use Smart::Comments line
+turns them back into regular comments. Leaving smart comments in
+your code is smart because if you needed them once, you'll almost
+certainly need them again later.
diff -r bf19095823f3 -r 10ac21585cac devel/p5-Smart-Comments/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Smart-Comments/Makefile  Fri May 11 16:25:23 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
+#
+
+DISTNAME=      Smart-Comments-v1.0.2
+PKGNAME=       p5-Smart-Comments-1.0.2
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Smart-Comments/
+COMMENT=       Perl 5 module to insert debugging and tracking code easily
+
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Smart/Comments/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bf19095823f3 -r 10ac21585cac devel/p5-Smart-Comments/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Smart-Comments/PLIST     Fri May 11 16:25:23 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
diff -r bf19095823f3 -r 10ac21585cac devel/p5-Smart-Comments/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Smart-Comments/distinfo  Fri May 11 16:25:23 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
+
+SHA1 (Smart-Comments-v1.0.2.tar.gz) = 1fc3eb7b22c84cb67728c09fe9df63b7efbb2ff6
+RMD160 (Smart-Comments-v1.0.2.tar.gz) = d3ca8028e8d019937038f550bbedb8a7f3b416d1
+Size (Smart-Comments-v1.0.2.tar.gz) = 13778 bytes



Home | Main Index | Thread Index | Old Index