Bug 74121 - Update Port: devel/p5-Tree-Simple-VisitorFactory 0.01 -> 0.05
Summary: Update Port: devel/p5-Tree-Simple-VisitorFactory 0.01 -> 0.05
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 16:40 UTC by Aaron Dalton
Modified: 2004-11-24 10:42 UTC (History)
0 users

See Also:


Attachments
submission.txt (3.03 KB, text/plain)
2004-11-19 16:40 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2004-11-19 16:40:18 UTC
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
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-22 23:13:08 UTC
===>  Building package for p5-Tree-Simple-VisitorFactory-0.05
Creating package /spool/packages5/All/p5-Tree-Simple-VisitorFactory-0.05.tbz
Registering depends: p5-Tree-Simple-1.12 perl-5.8.5.
Creating bzip'd tar ball in 
'/spool/packages5/All/p5-Tree-Simple-VisitorFactory-0.05.tbz'
tar: lib/perl5/5.8.5/man/man3/Tree::Simple::Visitor::PathToRoot.3.gz.gz: 
Could not stat: No such file or directory
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/devel/p5-Tree-Simple-VisitorFactory.

-- 
Sem.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-22 23:14:17 UTC
State Changed
From-To: open->feedback

Ask submitter for feedback.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-24 10:42:22 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 
MAN3 macro was fixed.