diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-30 18:12:34 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-30 18:12:34 +0000 |
commit | c0013458b1b69c6ba7057f5b3f8b841d4a5e589e (patch) | |
tree | 15f040f520772293bde399547bb572ce87c1f9d6 /devel/p5-Forest | |
parent | Add p5-Sub-Current, get the current subroutine. (diff) |
Add p5-Forest, a collection of n-ary tree related modules.
Forest is intended to be a replacement for the Tree::Simple family of
modules, and fixes many of the issues that have always bothered me about
them. It is by no means a complete replacement yet, but should eventually
grow to become that.
WWW: http://search.cpan.org/dist/Forest/
Notes
Notes:
svn path=/head/; revision=219472
Diffstat (limited to 'devel/p5-Forest')
-rw-r--r-- | devel/p5-Forest/Makefile | 44 | ||||
-rw-r--r-- | devel/p5-Forest/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Forest/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Forest/pkg-plist | 25 |
4 files changed, 78 insertions, 0 deletions
diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile new file mode 100644 index 000000000000..b15180b82d31 --- /dev/null +++ b/devel/p5-Forest/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: p5-Forest +# Date created: 2008/08/30 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Forest +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= A collection of n-ary tree related modules + +RUN_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Sub-Current>=0:${PORTSDIR}/devel/p5-Sub-Current \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Forest.3 \ + Forest::Tree.3 \ + Forest::Tree::Writer::SimpleHTML.3 \ + Forest::Tree::Roles::JSONable.3 \ + Forest::Tree::Writer::ASCIIWithBranches.3 \ + Forest::Tree::Indexer.3 \ + Forest::Tree::Roles::LoadWithMetaData.3 \ + Forest::Tree::Writer.3 \ + Forest::Tree::Roles::MetaData.3 \ + Forest::Tree::Loader.3 \ + Forest::Tree::Writer::SimpleASCII.3 \ + Forest::Tree::Reader.3 \ + Forest::Tree::Reader::SimpleTextFile.3 \ + Forest::Tree::Loader::SimpleUIDLoader.3 \ + Forest::Tree::Indexer::SimpleUIDIndexer.3 \ + Forest::Tree::Roles::HasNodeFormatter.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Forest/distinfo b/devel/p5-Forest/distinfo new file mode 100644 index 000000000000..d86b6067eacf --- /dev/null +++ b/devel/p5-Forest/distinfo @@ -0,0 +1,3 @@ +MD5 (Forest-0.03.tar.gz) = ffa2a027960bf0fdb852e89203501b0e +SHA256 (Forest-0.03.tar.gz) = b8adfb7e389ce8a9b73b9be579426a6245b01a58efcbdd0024512430f5d909dc +SIZE (Forest-0.03.tar.gz) = 23834 diff --git a/devel/p5-Forest/pkg-descr b/devel/p5-Forest/pkg-descr new file mode 100644 index 000000000000..4507bb3bd9d1 --- /dev/null +++ b/devel/p5-Forest/pkg-descr @@ -0,0 +1,6 @@ +Forest is intended to be a replacement for the Tree::Simple family of +modules, and fixes many of the issues that have always bothered me about +them. It is by no means a complete replacement yet, but should eventually +grow to become that. + +WWW: http://search.cpan.org/dist/Forest/ diff --git a/devel/p5-Forest/pkg-plist b/devel/p5-Forest/pkg-plist new file mode 100644 index 000000000000..2eb18e34e70a --- /dev/null +++ b/devel/p5-Forest/pkg-plist @@ -0,0 +1,25 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Forest/.packlist +%%SITE_PERL%%/Forest.pm +%%SITE_PERL%%/Forest/Tree.pm +%%SITE_PERL%%/Forest/Tree/Indexer.pm +%%SITE_PERL%%/Forest/Tree/Indexer/SimpleUIDIndexer.pm +%%SITE_PERL%%/Forest/Tree/Loader.pm +%%SITE_PERL%%/Forest/Tree/Loader/SimpleUIDLoader.pm +%%SITE_PERL%%/Forest/Tree/Reader.pm +%%SITE_PERL%%/Forest/Tree/Reader/SimpleTextFile.pm +%%SITE_PERL%%/Forest/Tree/Roles/HasNodeFormatter.pm +%%SITE_PERL%%/Forest/Tree/Roles/JSONable.pm +%%SITE_PERL%%/Forest/Tree/Roles/LoadWithMetaData.pm +%%SITE_PERL%%/Forest/Tree/Roles/MetaData.pm +%%SITE_PERL%%/Forest/Tree/Writer.pm +%%SITE_PERL%%/Forest/Tree/Writer/ASCIIWithBranches.pm +%%SITE_PERL%%/Forest/Tree/Writer/SimpleASCII.pm +%%SITE_PERL%%/Forest/Tree/Writer/SimpleHTML.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Forest +@dirrmtry %%SITE_PERL%%/Forest/Tree/Indexer +@dirrmtry %%SITE_PERL%%/Forest/Tree/Loader +@dirrmtry %%SITE_PERL%%/Forest/Tree/Reader +@dirrmtry %%SITE_PERL%%/Forest/Tree/Roles +@dirrmtry %%SITE_PERL%%/Forest/Tree/Writer +@dirrmtry %%SITE_PERL%%/Forest/Tree +@dirrmtry %%SITE_PERL%%/Forest |