diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-08-31 02:12:34 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-08-31 02:12:34 +0800 |
commit | 941c0e65b1f61f564bc25d8576842e7193b1f848 (patch) | |
tree | 70d51d21e41ff4c330f082766dc7d88b84e3bd21 /devel | |
parent | c8b47892bbdcda7f33d482c44f7432e1716576d6 (diff) | |
download | freebsd-ports-gnome-941c0e65b1f61f564bc25d8576842e7193b1f848.tar.gz freebsd-ports-gnome-941c0e65b1f61f564bc25d8576842e7193b1f848.tar.zst freebsd-ports-gnome-941c0e65b1f61f564bc25d8576842e7193b1f848.zip |
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/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 79 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8dbe43acf593..9ba789800a2d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1320,6 +1320,7 @@ SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template + SUBDIR += p5-Forest SUBDIR += p5-FreezeThaw SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async 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 |