catalyst prereq
This commit is contained in:
parent
9a4d834c9f
commit
49e7389e21
29
devel/p5-Tree-Simple-VisitorFactory/Makefile
Normal file
29
devel/p5-Tree-Simple-VisitorFactory/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 19:03:02 espie Exp $
|
||||
|
||||
COMMENT= "factory for Tree::Simple visitor objects"
|
||||
|
||||
DISTNAME= Tree-Simple-VisitorFactory-0.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Simon Dassow <janus@errornet.de>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Tree-Simple
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
::devel/p5-Test-Exception \
|
||||
::devel/p5-Test-Pod \
|
||||
::devel/p5-Test-Pod-Coverage
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Tree-Simple-VisitorFactory/distinfo
Normal file
4
devel/p5-Tree-Simple-VisitorFactory/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Tree-Simple-VisitorFactory-0.10.tar.gz) = ff7803a452e7fb188c71048cc2f69f6e
|
||||
RMD160 (Tree-Simple-VisitorFactory-0.10.tar.gz) = 51862755ea5f53c5b2e48ce63777974ecf51287d
|
||||
SHA1 (Tree-Simple-VisitorFactory-0.10.tar.gz) = f0b9f4cb3231dc9c0a75112a9d4e1fec5e569b81
|
||||
SIZE (Tree-Simple-VisitorFactory-0.10.tar.gz) = 27970
|
4
devel/p5-Tree-Simple-VisitorFactory/pkg/DESCR
Normal file
4
devel/p5-Tree-Simple-VisitorFactory/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Tree:Simple::VisitorFactory is a factory that can create all kind
|
||||
of visitors for Tree::Simple.
|
||||
The individual visitor classes can be used directly,
|
||||
the factory is just a shorthand to avoid typing their long class names.
|
38
devel/p5-Tree-Simple-VisitorFactory/pkg/PLIST
Normal file
38
devel/p5-Tree-Simple-VisitorFactory/pkg/PLIST
Normal file
@ -0,0 +1,38 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 19:03:02 espie Exp $
|
||||
${P5SITE}/Tree/Simple/Visitor/
|
||||
${P5SITE}/Tree/Simple/Visitor/BreadthFirstTraversal.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/CreateDirectoryTree.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/FindByNodeValue.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/FindByPath.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/FindByUID.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/FromNestedArray.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/FromNestedHash.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/GetAllDescendents.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/LoadClassHierarchy.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/LoadDirectoryTree.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/PathToRoot.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/PostOrderTraversal.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/PreOrderTraversal.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/Sort.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/ToNestedArray.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/ToNestedHash.pm
|
||||
${P5SITE}/Tree/Simple/Visitor/VariableDepthClone.pm
|
||||
${P5SITE}/Tree/Simple/VisitorFactory.pm
|
||||
@man man/man3p/Tree::Simple::Visitor::BreadthFirstTraversal.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::CreateDirectoryTree.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::FindByNodeValue.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::FindByPath.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::FindByUID.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::FromNestedArray.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::FromNestedHash.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::GetAllDescendents.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::LoadClassHierarchy.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::LoadDirectoryTree.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::PathToRoot.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::PostOrderTraversal.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::PreOrderTraversal.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::Sort.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::ToNestedArray.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::ToNestedHash.3p
|
||||
@man man/man3p/Tree::Simple::Visitor::VariableDepthClone.3p
|
||||
@man man/man3p/Tree::Simple::VisitorFactory.3p
|
Loading…
Reference in New Issue
Block a user