Commit graph

16 commits

Author SHA1 Message Date
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
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +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
rhaen
9d50a9054c - updated package to 1.18
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
Revision history for Perl extension Tree::Simple.

1.18 Sun. Nov. 11, 2007
    - fixing version string to not choke on 5.10
      (RT #29746)
2007-12-11 12:04:03 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
0263a24902 Update to 1.17:
1.17 Mon Oct. 23, 2006
    - make loading of Scalar::Util::weaken, completely
      optional
    - added a $post_func optional arg to &traverse. Thanks
2007-02-18 02:51:41 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
wiz
7aa3a7388a Update to 1.16:
1.16 Mon Feb. 6, 2006
    - converted to use Module::Build (Rob Kinyon)
    - refactored &addChild and &addChildren to be
      implemented in terms of &insertChild and
      &insertChildren (Rob Kinyon)
    - other misc. refactorings (Rob Kinyon)
    - updated Scalar::Util version dependency (Stevan Little)
    - updated copyrights for the new year (Stevan Little)
2006-02-26 08:43:44 +00:00
wiz
3ec01b1d26 Update to 1.15:
1.15 Thurs May 26, 2005
    - added optional use of weakened parent references
      and improved the old circular reference DESTROY
      model to make more sense. See the documantation
      for more info.
    - fixed bug in the fixDepth() function
2005-11-23 22:17:55 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
7ec7333478 Update to 1.14, provided by HIRAMATSU Yoshifumi in PR 30054:
Changes from 1.06:
1.14 Thurs Nov 18 2004
    - now using Scalar::Util::blessed() instead of
      the convoluted UNIVERSAL::isa() stuff.
      - added Scalar::Util as a dependency

1.13 Mon Nov 15 2004
    - added width functionality (with getWidth),
      thanks to Mark Thomas for his insight/suggestions
        - added tests for this
        - added documentation for this
    - improved the height functionality, thanks again
      to Mark Thomas for his insight/suggestions
        - deprecated the 'height' method in favor
          of the more consistent 'getHeight' method
        - added tests for this
        - added documentation for this
    - added some info in the docs to explain the depth
      value for ROOT trees.
    - cleaned up and improved the following test files
        > 11_Tree_Simple_fixDepth_test.t
        > 13_Tree_Simple_clone_test.t

1.12 Thurs Oct 7 2004
    - fixed the clone method, it was not correctly
      cloning parental relationships
        - added tests and docs for this
    - improved clone and cloneShallow with the addition
      of the _cloneNode utility function, we now deep
      clone the nodes
        - added test and docs for this

1.11 Mon Oct 4 2004
    - some documentation changes, no code changes

1.10 Tues Aug 31 2004
    - streamlined the DESTROY method to avoid method
      calls as this can sometimes cause issues during
      global destruction with subclasses.

1.09 Tues Aug 31 2004
    - Fixed DESTROY to avoid memory leaks (RT-BUG: #7512)
        - added documentation to explain when to call
          the DESTROY method to properly clean up any
          circular references
        - added test (14_Tree_Simple_leak_test.t) to
          verify this fix (needs Test::Memory::Cycle to run)

1.08 Wed Aug 25 2004
    - added the 'height' and 'size' methods
        - added tests for these
        - added documentation for these

1.07 Wed July 28 2004
    - Added the getUID and setUID methods to Tree::Simple, thanks
      to Brett Nuske for that suggestion.
      - added documentation for these methods
      - added tests for those methods
    - added t/pod.t and t/pod_coverage.t to the test suite
2005-04-27 10:52:13 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
cube
e9727062b6 Initial import of p5-Tree-Simple, version 1.06, into the NetBSD Packages
Collection.

Perl extension to create and manipulation tree objects.
2004-07-30 12:57:40 +00:00