summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Cycle
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Revision bump after updating perl to 5.14.1adam1-11/+12
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-08-26Update p5-Devel-Cycle from version 1.10nb1 to version 1.11.seb2-7/+7
Pkgsrc changes: - Set USE_LANGUAGES Upstream changes: 1.11 Mon Aug 24 08:50:25 EDT 2009 - Florian Ragwitz fixed bug 47389
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-07-16- updated to 1.10rhaen2-7/+6
Changelog: 1.10 Tue Jul 8 21:27:20 EDT 2008 - Slaven Rezic fixed bug 35825
2008-05-28Updated devel/p5-Devel-Cycle to 1.09abs2-6/+8
Revision history for Perl extension Devel::Cycle. 1.09 Mon Apr 14 12:54:56 EDT 2008 -Dave Rolsky identified and fixed bug 25360. 1.08 Fri Apr 11 17:55:59 EDT 2008 - Peter Brakemeier identified and patched bug in which stringified objects could create false positives. Thanks Peter!
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-10-25Update p5-Devel-Cycle to 1.07.obache2-6/+6
Patch provided by Martin Wilke via PR 34335. Changes: 1.07 Tue May 23 22:28:03 EDT 2006 - Fixed export_to_level() problem so that Test::Memory::Cycle works again. 1.06 Tue May 23 17:08:22 EDT 2006 - Removed debugging warning. - Only checks CODErefs if PadWalker version >= 1.0. 1.05 May 18 2006 - Added ability to detect cycles in CODErefs courtesy Yuval Kogman.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-23Update to 1.04:wiz2-7/+6
1.04 - Added ability to detect weakened cycles courtesy Stevan Little
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-19Initial import of p5-Devel-Cycle-1.03:wiz4-0/+24
This perl module can be used to find memory cycles in objects and other references.