./devel/p5-Tree-Simple, Simple extension to manipulate tree objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.18nb2, Package name: p5-Tree-Simple-1.18nb2, Maintainer: rhaen

Perl extension to create and manipulation tree objects.


Required to run:
[lang/perl5] [devel/p5-Test-Exception] [devel/p5-Scalar-List-Utils]

Master sites: (Expand)

SHA1: a969215cd4573a52fe817f94b75a43edcece9534
RMD160: 87a7077314dd92fd5674c891004e1bce8cf01c12
Filesize: 32.081 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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!
   2009-04-24 19:15:24 by Jens Rehsack | Files touched by this commit (24)
Log message:
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
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=...").
   2007-12-11 13:04:03 by Ulrich Habel | Files touched by this commit (2) | Package updated
Log message:
- 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-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-18 03:51:41 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
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-02-26 09:43:44 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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)