ports/74121: Update Port: devel/p5-Tree-Simple-VisitorFactory 0.01 -> 0.05

Aaron Dalton aaron at daltons.ca
Fri Nov 19 16:40:19 UTC 2004


>Number:         74121
>Category:       ports
>Synopsis:       Update Port: devel/p5-Tree-Simple-VisitorFactory 0.01 -> 0.05
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 19 16:40:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron at chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


	
>Description:
0.05 Thurs Nov 18 2004
    - now using Scalar::Util::blessed() instead of 
      the convoluted UNIVERSAL::isa() stuff. 
      - added Scalar::Util as a dependency

0.04 Wed Oct 27 2004
    - fixed broken test (70_Tree_Simple_Visitor_LoadDirectoryTree_test.t)
      it made assumptions about directory ordering across OSes which was 
      not correct.
    - added Tree::Simple::Visitor::FindByNodeValue
        - added tests for this
        - added docs for this

0.03 Tues Oct 12 2004
	- fixed documentation in Tree::Simple::Visitor::Sort
    - added Tree::Simple::Visitor::LoadClassHierarchy
        - added tests for this
        - added docs for this
    - changed behavior in Tree::Simple::FromNestedHash
      so that it sorts the hash keys before they are put
      into the tree

0.02 Wed Sept 29 2004
    - changed all Visitors to use 'base' for
      inheritance, it just cuts down on the 
      line noise.
    - improved the documentation in 
      Tree::Simple::VisitorFactory to include
      a categorized list of available visitors
    - added Tree::Simple::Visitor::LoadDirectoryTree Visitor
        - added tests for this
    - added Tree::Simple::Visitor::CreateDirectoryTree Visitor
        - added tests for this
    - added Tree::Simple::Visitor::FindByUID Visitor
        - added tests for this 
        - thanks to Vitor Mori for the idea for this Visitor       
    - added Tree::Simple::Visitor::PreOrderTraversal Visitor
        - added tests for this   
    - added Tree::Simple::Visitor::Sort Visitor
        - added tests for this 
        - thanks to Vitor Mori for most of the code and 
          the idea for this Visitor     
    - added Tree::Simple::FromNestedArray, Tree::Simple::FromNestedHash
      and their compliments Tree::Simple::ToNestedArray and
      Tree::Simple::ToNestedHash
        - added tests for these
    - added the pod.t and pod_coverage.t tests

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
diff -ruN /usr/ports/devel/p5-Tree-Simple-VisitorFactory/Makefile ./p5-Tree-Simple-VisitorFactory/Makefile
--- /usr/ports/devel/p5-Tree-Simple-VisitorFactory/Makefile	Fri Aug 20 06:08:43 2004
+++ ./p5-Tree-Simple-VisitorFactory/Makefile	Fri Nov 19 09:22:31 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Tree-Simple-VisitorFactory
-PORTVERSION=	0.01
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Tree
@@ -23,7 +23,19 @@
 		Tree::Simple::Visitor::GetAllDescendents.3 \
 		Tree::Simple::Visitor::PathToRoot.3 \
 		Tree::Simple::Visitor::PostOrderTraversal.3 \
-		Tree::Simple::VisitorFactory.3
+		Tree::Simple::VisitorFactory.3 \
+		Tree::Simple::Visitor::CreateDirectoryTree.3 \
+		Tree::Simple::Visitor::FindByNodeValue.3 \
+		Tree::Simple::Visitor::FindByUID.3 \
+		Tree::Simple::Visitor::FromNestedArray.3 \
+		Tree::Simple::Visitor::FromNestedHash.3 \
+		Tree::Simple::Visitor::LoadClassHierarchy.3 \
+		Tree::Simple::Visitor::LoadDirectoryTree.3 \
+		Tree::Simple::Visitor::PathToRoot.3.gz \
+		Tree::Simple::Visitor::PreOrderTraversal.3 \
+		Tree::Simple::Visitor::Sort.3 \
+		Tree::Simple::Visitor::ToNestedArray.3 \
+		Tree::Simple::Visitor::ToNestedHash.3
 
 PERL_CONFIGURE=	yes
 
diff -ruN /usr/ports/devel/p5-Tree-Simple-VisitorFactory/distinfo ./p5-Tree-Simple-VisitorFactory/distinfo
--- /usr/ports/devel/p5-Tree-Simple-VisitorFactory/distinfo	Fri Aug 20 06:08:43 2004
+++ ./p5-Tree-Simple-VisitorFactory/distinfo	Fri Nov 19 09:16:27 2004
@@ -1,2 +1,2 @@
-MD5 (Tree-Simple-VisitorFactory-0.01.tar.gz) = cc76e15ee4b5c8bf457f998b9033d6ed
-SIZE (Tree-Simple-VisitorFactory-0.01.tar.gz) = 9206
+MD5 (Tree-Simple-VisitorFactory-0.05.tar.gz) = 851763393fd1bcbe5bd09a93b5b52ecc
+SIZE (Tree-Simple-VisitorFactory-0.05.tar.gz) = 26123
diff -ruN /usr/ports/devel/p5-Tree-Simple-VisitorFactory/pkg-plist ./p5-Tree-Simple-VisitorFactory/pkg-plist
--- /usr/ports/devel/p5-Tree-Simple-VisitorFactory/pkg-plist	Fri Aug 20 06:08:43 2004
+++ ./p5-Tree-Simple-VisitorFactory/pkg-plist	Fri Nov 19 09:24:58 2004
@@ -1,8 +1,19 @@
 %%SITE_PERL%%/Tree/Simple/Visitor/BreadthFirstTraversal.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/CreateDirectoryTree.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/FindByNodeValue.pm
 %%SITE_PERL%%/Tree/Simple/Visitor/FindByPath.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/FindByUID.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/FromNestedArray.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/FromNestedHash.pm
 %%SITE_PERL%%/Tree/Simple/Visitor/GetAllDescendents.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/LoadClassHierarchy.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/LoadDirectoryTree.pm
 %%SITE_PERL%%/Tree/Simple/Visitor/PathToRoot.pm
 %%SITE_PERL%%/Tree/Simple/Visitor/PostOrderTraversal.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/PreOrderTraversal.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/Sort.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/ToNestedArray.pm
+%%SITE_PERL%%/Tree/Simple/Visitor/ToNestedHash.pm
 %%SITE_PERL%%/Tree/Simple/VisitorFactory.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list