diff options
author | he <he> | 2008-09-11 12:38:06 +0000 |
---|---|---|
committer | he <he> | 2008-09-11 12:38:06 +0000 |
commit | a5cac82389b040b54c5bccd19b974c7e5dfa3afa (patch) | |
tree | 3bf2865b8ee5f896a5a000350cce0c475777953a /devel | |
parent | 437862f085dc5a6f573f128d25f696abd87a9775 (diff) | |
download | pkgsrc-a5cac82389b040b54c5bccd19b974c7e5dfa3afa.tar.gz |
Updated from version 0.05 to 0.06.
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-B-Utils/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-B-Utils/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-B-Utils/Makefile b/devel/p5-B-Utils/Makefile index db8b7d58fc5..7162c8b85e8 100644 --- a/devel/p5-B-Utils/Makefile +++ b/devel/p5-B-Utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/07/27 18:10:23 seb Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/11 12:38:06 he Exp $ # -DISTNAME= B-Utils-0.05 +DISTNAME= B-Utils-0.06 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module providing op tree manipulation helper functions PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty +USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Utils/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-B-Utils/distinfo b/devel/p5-B-Utils/distinfo index 2d36cc39d45..b7086ceca44 100644 --- a/devel/p5-B-Utils/distinfo +++ b/devel/p5-B-Utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/07/27 14:18:22 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/09/11 12:38:06 he Exp $ -SHA1 (B-Utils-0.05.tar.gz) = 192edb523fe2d2a13ed811d3c43367176293f425 -RMD160 (B-Utils-0.05.tar.gz) = 342d62678ec016d8f0d1bd3c810cf4019baa049a -Size (B-Utils-0.05.tar.gz) = 7078 bytes +SHA1 (B-Utils-0.06.tar.gz) = 751d466b44d182b453c590db574d307f7d72fe6f +RMD160 (B-Utils-0.06.tar.gz) = 028de9a67ef0909082b76f4223453449748271ac +Size (B-Utils-0.06.tar.gz) = 26792 bytes |