diff options
author | sem <sem@FreeBSD.org> | 2004-11-24 18:42:13 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-24 18:42:13 +0800 |
commit | 33bc122725771689afb3cd1e56e313e48e38df4a (patch) | |
tree | 5e9ddf645358491ba0fda655f816c299e3073c98 /devel | |
parent | 4804f28ed5a7b04ef1c2019fb74b9155456f207d (diff) | |
download | freebsd-ports-gnome-33bc122725771689afb3cd1e56e313e48e38df4a.tar.gz freebsd-ports-gnome-33bc122725771689afb3cd1e56e313e48e38df4a.tar.zst freebsd-ports-gnome-33bc122725771689afb3cd1e56e313e48e38df4a.zip |
- Update to 0.05
PR: ports/74121
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Tree-Simple-VisitorFactory/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Tree-Simple-VisitorFactory/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Tree-Simple-VisitorFactory/pkg-plist | 11 |
3 files changed, 26 insertions, 4 deletions
diff --git a/devel/p5-Tree-Simple-VisitorFactory/Makefile b/devel/p5-Tree-Simple-VisitorFactory/Makefile index a01efd644875..529176a0f92b 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/Makefile +++ b/devel/p5-Tree-Simple-VisitorFactory/Makefile @@ -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,18 @@ MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \ 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::PreOrderTraversal.3 \ + Tree::Simple::Visitor::Sort.3 \ + Tree::Simple::Visitor::ToNestedArray.3 \ + Tree::Simple::Visitor::ToNestedHash.3 PERL_CONFIGURE= yes diff --git a/devel/p5-Tree-Simple-VisitorFactory/distinfo b/devel/p5-Tree-Simple-VisitorFactory/distinfo index 6391d9c9ba7a..130bcad468ce 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/distinfo +++ b/devel/p5-Tree-Simple-VisitorFactory/distinfo @@ -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 --git a/devel/p5-Tree-Simple-VisitorFactory/pkg-plist b/devel/p5-Tree-Simple-VisitorFactory/pkg-plist index 271c056cfa71..dc0ed3dfc243 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/pkg-plist +++ b/devel/p5-Tree-Simple-VisitorFactory/pkg-plist @@ -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 |