Up to [cvs.netbsd.org] / pkgsrc / devel / p5-Smart-Comments
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:35 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Revision bump after updating perl5 to 5.14.1.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:25 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 16 23:41:10 2010 UTC (2 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.4: +9 -7
lines
Diff to previous 1.4 (colored)
Updating devel/p5-Smart-Comments from 1.0.3 to 1.0.4
pkgsrc changes:
- Add license definition
- Add module type
Upstream changes:
1.0.4
- List of changes reversed
- Require perl 5.8
- Better requirements
- Better META.yml
- Add small hack for 64 bit
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:59 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 26 06:52:00 2008 UTC (3 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to version 1.0.3
Changes since last packaged version (1.0.2):
1.0.3 Fri Feb 22 17:25:30 2008
- Added -ENV config option (thanks Steven)
- Added doc note about -MSmart::Comments approach (thanks David)
- Smartened up vertical spacing of output (thanks Steve!)
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:26 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Add DESTDIR support.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 11 16:25:23 2007 UTC (5 years ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 11 16:25:23 2007 UTC (5 years ago) by seb
Branch: MAIN
Initial revision