NetBSD.se

CVS log for pkgsrc/devel/p5-Tree-Simple/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / p5-Tree-Simple

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 11 12:04:03 2007 UTC (4 years, 5 months ago) by rhaen
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
- 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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 18 02:51:41 2007 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 26 08:43:44 2006 UTC (6 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
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)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 23 22:17:55 2005 UTC (6 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 27 10:52:13 2005 UTC (7 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 23 22:24:29 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add RMD160 digests.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jul 30 12:57:40 2004 UTC (7 years, 9 months ago) by cube
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of p5-Tree-Simple, version 1.06, into the NetBSD Packages
Collection.

Perl extension to create and manipulation tree objects.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 30 12:57:40 2004 UTC (7 years, 9 months ago) by cube
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>