
CVS log for pkgsrc/www/p5-CatalystX-LeakChecker/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / www / p5-CatalystX-LeakChecker
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 14 16:05:51 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Revision bump after updating perl5 to 5.14.1.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 5 15:05:37 2010 UTC (20 months, 2 weeks ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -5
lines
Updating www/p5-CatalystX-LeakChecker from 0.05nb1 to 0.06
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.06 Fri, 26 Mar 2010 21:15:31 +0100
* Use native traits instead of AttributeHelpers.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:36:45 2010 UTC (21 months ago) by seb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
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.4: download - view: text, markup, annotated - select for diffs
Sat Jan 16 18:14:36 2010 UTC (2 years, 4 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -6
lines
Updating www/p5-CatalystX-LeakChecker from 0.04nb1 to 0.05
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.05 Sun, 29 Nov 2009 17:38:51 +0100
* Depend on a later version of PadWalker to avoid segfaults in the
Catalyst test suite.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 24 06:50:22 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 13 20:45:52 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
Updating www/p5-CatalystX-LeakChecker from 0.02 to 0.04
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.04 Sat, 12 Sep 2009 06:13:20 +0900
* Depend on PadWalker (Closes RT#49551).
0.03 Sat, 05 Sep 2009 09:42:43 +0200
* Port to Devel::Cycle. We're now able to report a broader range of leaks.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Aug 9 13:31:28 2009 UTC (2 years, 9 months ago) by sno
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Importing package for p5 module CatalystX::LeakChecker version 0.02 to
support Catalyst Developers using pkgsrc a bit better.
It's easy to create memory leaks in Catalyst applications and often they're
hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.
Right now, only one cause for leaks is looked for: putting a closure, that
closes over the Catalyst context (often called $ctx or $c), onto the stash,
without weakening the reference first. More checks might be implemented in
the future.
This module is intended for debugging only. I suggest to not enable it in a
production environment.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 9 13:31:28 2009 UTC (2 years, 9 months ago) by sno
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>