Commit graph

21 commits

Author SHA1 Message Date
mef
6271617308 Update to 0.27
- remove build/IFiles.pm from the shipped dist, as it is meant to be
     auto-generated at install time (was added in 0.26)
   - Support native B::OP::parent with 5.21.2 -DPERL_OP_PARENT (Reini Urban)
   - fix t/utils/40walk.t with 5.6 (Reini Urban)
   - Add $op->_parent method as fallback to our parent method since 5.21.2.
2015-08-15 12:24:52 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
b832804502 Update to 0.26
--------------
0.26
   - fix tests for perl 5.21.7 (change to nulled COPs) (RT#100508, Father
     Chrysostomos)
2015-04-29 11:28:43 +00:00
mef
6b3c3decbe Update 0.21 to 0.25 (0.25 part is missing at following)
0.24
   - Export C symbols, breakage from 0.22

0.23
   - 5.10, 5.12, 5.14 compatibile syntax

0.22
   - resolve nameclashes with CORE, fix hpux and openbsd failures (Reini Urban)
   - remove unneeded ExtUtils::CBuilder req (Reini Urban)
   - do not use FUNCLIST on hpux (Reini Urban)
   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
2014-12-12 11:21:49 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
1409da6e4f Updating package for CPAN module B::Utils in devel/p5-B-Utils from 0.19 to
0.21

Upstream changes (since 0.19):
0.21
   - Avoid undeclared dependency on Test::Exception introduced by 0.19
2012-04-10 14:00:26 +00:00
sno
da7c53b995 Updating package for Perl5 module B::Utils from CPAN in devel/p5-B-Utils
from 0.17 to 0.19.

Upstream changes:
- fix typo in function call
- add unit test "t/regression_walkallops_filtered.t"
2012-03-22 08:46:43 +00:00
sno
2268576764 Updating package for CPAN distribution B::Utils in devel/p5-B-Utils from
0.15nb1 to 0.17.

Upstream changes:
   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)

0.16 Fri Jul 08 2011
   - EU::Depends version. The CPAN built version specified only 0.301
     but Windows computers needed 0.302 so their CPAN clients were
     broken.
2012-02-16 06:29:49 +00:00
sno
1b360c9b50 Fix installation and build-linking of missing BUtils.h into $PREFIX/include
Bump revision
2011-11-15 16:02:34 +00:00
adam
f52ab02e97 Changes 0.15:
* Try harder to add ExtUtils::Depends to META.yml's configure_requires

Changes 0.14:
* Predeclare carp and croak with proper signature
* Add ExtUtils::Depends to META.yml's configure_requires
2011-08-09 07:55:51 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
sno
2cd14ca4a6 Updating devel/p5-B-Utils from 0.08 to 0.11
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.
2010-01-16 21:59:20 +00:00
sno
d29eb24831 Updating package devel/p5-B-Utils from 0.07 to 0.08
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)
2009-09-12 18:12:28 +00:00
he
1cef639b3d Update from version 0.06nb1 to 0.07.
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-12-20 19:01:33 +00:00
he
b021813da0 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=...").
2008-10-19 19:17:40 +00:00
he
eff30ff6d1 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.
2008-09-11 12:38:06 +00:00
seb
bb386501b6 Add DESTDIR support. 2008-07-27 18:10:23 +00:00
seb
69518bb9f4 Initial import of p5-B-Utils version 0.05 in the NetBSD Packages
Collection.

The Perl 5 module B::Utils provides functions that make it easier
to manipulate the op tree.
2008-07-27 14:18:22 +00:00