summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-27 10:52:13 +0000
committerwiz <wiz>2005-04-27 10:52:13 +0000
commit4666aecb7cfbf5fefabb28ff4fe913d53f408ec6 (patch)
tree0ce7c9b3290330e4300b3295b6f699e05265c3c6 /devel
parent1ab0211e7a674199c8740741fee8a5f713791e17 (diff)
downloadpkgsrc-4666aecb7cfbf5fefabb28ff4fe913d53f408ec6.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Tree-Simple/Makefile8
-rw-r--r--devel/p5-Tree-Simple/distinfo8
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile
index b2ff5ec6e7c..40cc8658900 100644
--- a/devel/p5-Tree-Simple/Makefile
+++ b/devel/p5-Tree-Simple/Makefile
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:35 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/27 10:52:13 wiz Exp $
#
-DISTNAME= Tree-Simple-1.06
+DISTNAME= Tree-Simple-1.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
COMMENT= Simple extension to manipulate tree objects
+DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
diff --git a/devel/p5-Tree-Simple/distinfo b/devel/p5-Tree-Simple/distinfo
index fe46edc833b..be9bb491b6c 100644
--- a/devel/p5-Tree-Simple/distinfo
+++ b/devel/p5-Tree-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:29 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/04/27 10:52:13 wiz Exp $
-SHA1 (Tree-Simple-1.06.tar.gz) = 7104df38e06f28bebf7d35c30cd9b1824d4cbf45
-RMD160 (Tree-Simple-1.06.tar.gz) = fca35fde8858841257abd42fb82199437918e40a
-Size (Tree-Simple-1.06.tar.gz) = 23019 bytes
+SHA1 (Tree-Simple-1.14.tar.gz) = 2b1240024d46bf04f8846c2da2b51c79528366d4
+RMD160 (Tree-Simple-1.14.tar.gz) = adb5aed990559bf761eccfb8780b6a32ad573371
+Size (Tree-Simple-1.14.tar.gz) = 30208 bytes