mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.08
- Changelog: <http://cpansearch.perl.org/src/STEVAN/Forest-0.08/Changes>
This commit is contained in:
parent
1413231c49
commit
21d35cdcaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247944
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Forest
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN
|
||||
@ -25,6 +24,11 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Forest.3 \
|
||||
Forest::Tree.3 \
|
||||
Forest::Tree::Builder.3 \
|
||||
Forest::Tree::Builder::Callback.3 \
|
||||
Forest::Tree::Builder::SimpleTextFile.3 \
|
||||
Forest::Tree::Constructor.3 \
|
||||
Forest::Tree::Pure.3 \
|
||||
Forest::Tree::Writer::SimpleHTML.3 \
|
||||
Forest::Tree::Roles::JSONable.3 \
|
||||
Forest::Tree::Writer::ASCIIWithBranches.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Forest-0.07.tar.gz) = f505a36967db0f0b25feba056aee032c
|
||||
SHA256 (Forest-0.07.tar.gz) = 89a822878e2ebbf5181faaf352a9600ff6be8e46fff455c1ebccef5085d139d4
|
||||
SIZE (Forest-0.07.tar.gz) = 23626
|
||||
MD5 (Forest-0.08.tar.gz) = 7313d527ce50d9c1d66be4de1e0f421e
|
||||
SHA256 (Forest-0.08.tar.gz) = 91d7eaf8749d5fd21fc50f0621c0fc10a0da6cb932870d21e598fbf30664c988
|
||||
SIZE (Forest-0.08.tar.gz) = 33058
|
||||
|
@ -1,6 +1,11 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Forest/.packlist
|
||||
%%SITE_PERL%%/Forest.pm
|
||||
%%SITE_PERL%%/Forest/Tree.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Builder/Callback.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Builder/SimpleTextFile.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Builder.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Pure.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Constructor.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Indexer.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Indexer/SimpleUIDIndexer.pm
|
||||
%%SITE_PERL%%/Forest/Tree/Loader.pm
|
||||
@ -16,6 +21,7 @@
|
||||
%%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/Builder
|
||||
@dirrmtry %%SITE_PERL%%/Forest/Tree/Indexer
|
||||
@dirrmtry %%SITE_PERL%%/Forest/Tree/Loader
|
||||
@dirrmtry %%SITE_PERL%%/Forest/Tree/Reader
|
||||
|
Loading…
Reference in New Issue
Block a user