summaryrefslogtreecommitdiff
path: root/devel/p5-B-Utils
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Updating devel/p5-B-Utils from 0.08 to 0.11sno2-6/+6
Upstream changes: 0.11 Tue Jan 12 2010 - Repackaged using environment variables COPYFILE_DISABLE=1 and COPYFILE_EXTENDED_ATTRIBUTES_DISABLE=1 - Silenced PROTOTYPES warning on compilation - Update manifest 0.10 Sun Dec 20 2009 - Fixed B::OP::siblings - Updated docs 0.09 Sun Dec 06 21:36:00 PDT 2009 - Add ExtUtils::CBuilder to prequisite list to hopefully quench any bad builds attempted on perl-5.
2009-09-12Updating package devel/p5-B-Utils from 0.07 to 0.08sno2-6/+10
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.08 Tue Sep 01 08:29:00 PDT 2009 - Add xt/version.t to keep all our version #s in sync - Regenerate README - Add disabled Test::PPPort - Move author tests to xt/ - declare dep on 5.6 for installation - Add .gitignore - compatibility layer in Makefile.PL (Alexandr Ciornii) - use configure_requires, good error messages in case of missing modules (Alexandr Ciornii) - correct prereqs (Alexandr Ciornii) - use ppport.h for compatibility (Alexandr Ciornii)
2008-12-20Update from version 0.06nb1 to 0.07.he2-7/+6
Upstream changes: 0.07 Tue Nov 11 23:05:.. PDT 2008 - Fixed a refactoring error in walkallops_simple. walkallops* was broken. - Avoided base.pm because that library is kind of nasty
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-09-11Updated from version 0.05 to 0.06.he2-7/+7
Pkgsrc changes: o Package now uses C Upstream changes: 0.05_09 Sat Apr 6 16:09:.. CEST 2008 - Allow for nested disjunctions in opgrep patterns. 0.05_08 Sat Apr 5 22:58:.. CEST 2008 - I-am-a-muppet. - Removed spurious use of Data::Compare. 0.05_07 Tue Apr 4 18:15:.. CEST 2008 - opgrep() can now capture sub-ops so if you plan to extract information from or modify a deeply nested op-tree, you don't have to do the tree-walking yourself. 0.05_06 Tue Apr 3 18:15:.. CEST 2008 - Add the as_opgrep_pattern() method to B::OP for dumping op trees as patterns for matching with opgrep. - Add warnings. - Documentation fixes. 0.05_05 Tue Apr 1 18:15:.. CEST 2008 - Fix POD error and update README. 0.05_04 Tue Apr 1 18:10:.. CEST 2008 - Fix bug in opgrep() alternations. - Add the "kids" keyword to the opgrep syntax. - Add the "dump" keyword to the opgrep syntax for debugging. - Fixed the Change log (yes, this file) for the last version since the comment on an opgrep() change was incorrect. 0.05_03 Sun Mar 30 11:13:.. CEST 2008 - Fix various bugs in opgrep(). Did that work in 0.05_02 at all? - Introduce op_or() to match one of many possible conditions. - Add a longer example to opgrep() documentation. - Fix POD markup. - Add a clear license statement to the docs. - Use a string as version -- otherwise it might not be flagged as a development release! 0.05_02 Thu Dec 1 ..:..:.. ... 2005 - ->parent works for all tests now. - Added more tests. 0.05_01 Fri Oct 28 23:00:00 CST 2005 - Added tests. That's the focus of my work right now. - opgrep() now acceps \@conditions assertions may be code references - Lots of changes to ->parent. This is in progress. It fails when the parent of a node does not exist in the execution pathway of a program. The unused null() ops rooting some conditionals, etc. This function fails tests. - Added a function recalc_sub_cache so anon_subs, all_starts, and all_roots' cache of functions can be cleared. - Added functions ->siblings, ->ancestors, ->descendants, and _uniq_ops.
2008-07-27Add DESTDIR support.seb1-1/+3
2008-07-27Initial import of p5-B-Utils version 0.05 in the NetBSD Packagesseb3-0/+24
Collection. The Perl 5 module B::Utils provides functions that make it easier to manipulate the op tree.