diff options
author | mat <mat@FreeBSD.org> | 2014-01-24 23:52:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-24 23:52:12 +0800 |
commit | ebbcad2021397874940ac026dd13764921cf62b1 (patch) | |
tree | 2bde90029aec0b39c5098c897caaf97334d8a53c /textproc | |
parent | 5799771477a34f567a8e84869a018bacfeb74410 (diff) | |
download | freebsd-ports-gnome-ebbcad2021397874940ac026dd13764921cf62b1.tar.gz freebsd-ports-gnome-ebbcad2021397874940ac026dd13764921cf62b1.tar.zst freebsd-ports-gnome-ebbcad2021397874940ac026dd13764921cf62b1.zip |
- Support staging
- Add license
- Pet portlint
Sponsored by: Absolight
Diffstat (limited to 'textproc')
37 files changed, 111 insertions, 106 deletions
diff --git a/textproc/p5-Text-MicroTemplate-Extended/Makefile b/textproc/p5-Text-MicroTemplate-Extended/Makefile index 980b06eeb84c..c0b173d948d6 100644 --- a/textproc/p5-Text-MicroTemplate-Extended/Makefile +++ b/textproc/p5-Text-MicroTemplate-Extended/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for extended MicroTemplate +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Text-MicroTemplate>=0.18:${PORTSDIR}/textproc/p5-Text-MicroTemplate BUILD_DEPENDS= ${RUN_DEPENDS} @@ -16,8 +19,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::MicroTemplate::Extended.3 \ - Text::MicroTemplate::Extended.ja.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-MicroTemplate-Extended/pkg-plist b/textproc/p5-Text-MicroTemplate-Extended/pkg-plist index 169038547947..7495806c3f42 100644 --- a/textproc/p5-Text-MicroTemplate-Extended/pkg-plist +++ b/textproc/p5-Text-MicroTemplate-Extended/pkg-plist @@ -1,4 +1,10 @@ +%%PERL5_MAN3%%/Text::MicroTemplate::Extended.3.gz +%%PERL5_MAN3%%/Text::MicroTemplate::Extended.ja.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended/.packlist %%SITE_PERL%%/Text/MicroTemplate/Extended.ja.pod %%SITE_PERL%%/Text/MicroTemplate/Extended.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/MicroTemplate +@dirrmtry %%SITE_PERL%%/Text diff --git a/textproc/p5-Text-Netstring/Makefile b/textproc/p5-Text-Netstring/Makefile index 7b63406dbc04..7047adf41cba 100644 --- a/textproc/p5-Text-Netstring/Makefile +++ b/textproc/p5-Text-Netstring/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= james@now.ie COMMENT= Perl module to create and manipulate netstring encoded strings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= Text::Netstring.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Netstring/pkg-plist b/textproc/p5-Text-Netstring/pkg-plist index 8fbbc6248612..2dbf970e1a54 100644 --- a/textproc/p5-Text-Netstring/pkg-plist +++ b/textproc/p5-Text-Netstring/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::Netstring.3.gz %%SITE_PERL%%/Text/Netstring.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile index bbdd7ee8dfd2..4f98e6ae9cc1 100644 --- a/textproc/p5-Text-Patch/Makefile +++ b/textproc/p5-Text-Patch/Makefile @@ -15,7 +15,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::Patch.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Patch/pkg-plist b/textproc/p5-Text-Patch/pkg-plist index c2d006f89b25..51582d0255a5 100644 --- a/textproc/p5-Text-Patch/pkg-plist +++ b/textproc/p5-Text-Patch/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::Patch.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Patch/.packlist %%SITE_PERL%%/Text/Patch.pm @dirrmtry %%SITE_PERL%%/Text diff --git a/textproc/p5-Text-Pipe/Makefile b/textproc/p5-Text-Pipe/Makefile index 3eadaff45a66..8f30735f7b61 100644 --- a/textproc/p5-Text-Pipe/Makefile +++ b/textproc/p5-Text-Pipe/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for common text filter API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Class-Accessor-Complex>0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \ p5-Class-Accessor-Constructor>0:${PORTSDIR}/devel/p5-Class-Accessor-Constructor \ @@ -21,40 +24,4 @@ USE_PERL5= configure # Hack to avoid invoking CPAN.pm downloading... CONFIGURE_ENV= PERL5_CPANPLUS_IS_RUNNING=1 -MAN3= Text::Pipe.3 \ - Text::Pipe::Append.3 \ - Text::Pipe::Base.3 \ - Text::Pipe::Chomp.3 \ - Text::Pipe::Chop.3 \ - Text::Pipe::Code.3 \ - Text::Pipe::List::First.3 \ - Text::Pipe::List::Grep.3 \ - Text::Pipe::List::Map.3 \ - Text::Pipe::List::Max.3 \ - Text::Pipe::List::MaxStr.3 \ - Text::Pipe::List::Min.3 \ - Text::Pipe::List::MinStr.3 \ - Text::Pipe::List::Pop.3 \ - Text::Pipe::List::Reduce.3 \ - Text::Pipe::List::Shift.3 \ - Text::Pipe::List::Shuffle.3 \ - Text::Pipe::List::Size.3 \ - Text::Pipe::List::Sort.3 \ - Text::Pipe::List::Sum.3 \ - Text::Pipe::Lowercase.3 \ - Text::Pipe::LowercaseFirst.3 \ - Text::Pipe::Multiplex.3 \ - Text::Pipe::Prepend.3 \ - Text::Pipe::Print.3 \ - Text::Pipe::Repeat.3 \ - Text::Pipe::Reverse.3 \ - Text::Pipe::Say.3 \ - Text::Pipe::Split.3 \ - Text::Pipe::Stackable.3 \ - Text::Pipe::Tester.3 \ - Text::Pipe::Trim.3 \ - Text::Pipe::Uppercase.3 \ - Text::Pipe::UppercaseFirst.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Pipe/pkg-plist b/textproc/p5-Text-Pipe/pkg-plist index ebaaa27f6181..417a897ce0b3 100644 --- a/textproc/p5-Text-Pipe/pkg-plist +++ b/textproc/p5-Text-Pipe/pkg-plist @@ -1,3 +1,37 @@ +%%PERL5_MAN3%%/Text::Pipe.3.gz +%%PERL5_MAN3%%/Text::Pipe::Append.3.gz +%%PERL5_MAN3%%/Text::Pipe::Base.3.gz +%%PERL5_MAN3%%/Text::Pipe::Chomp.3.gz +%%PERL5_MAN3%%/Text::Pipe::Chop.3.gz +%%PERL5_MAN3%%/Text::Pipe::Code.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::First.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Grep.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Map.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Max.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::MaxStr.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Min.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::MinStr.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Pop.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Reduce.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Shift.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Shuffle.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Size.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Sort.3.gz +%%PERL5_MAN3%%/Text::Pipe::List::Sum.3.gz +%%PERL5_MAN3%%/Text::Pipe::Lowercase.3.gz +%%PERL5_MAN3%%/Text::Pipe::LowercaseFirst.3.gz +%%PERL5_MAN3%%/Text::Pipe::Multiplex.3.gz +%%PERL5_MAN3%%/Text::Pipe::Prepend.3.gz +%%PERL5_MAN3%%/Text::Pipe::Print.3.gz +%%PERL5_MAN3%%/Text::Pipe::Repeat.3.gz +%%PERL5_MAN3%%/Text::Pipe::Reverse.3.gz +%%PERL5_MAN3%%/Text::Pipe::Say.3.gz +%%PERL5_MAN3%%/Text::Pipe::Split.3.gz +%%PERL5_MAN3%%/Text::Pipe::Stackable.3.gz +%%PERL5_MAN3%%/Text::Pipe::Tester.3.gz +%%PERL5_MAN3%%/Text::Pipe::Trim.3.gz +%%PERL5_MAN3%%/Text::Pipe::Uppercase.3.gz +%%PERL5_MAN3%%/Text::Pipe::UppercaseFirst.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Pipe/.packlist %%SITE_PERL%%/Text/Pipe.pm %%SITE_PERL%%/Text/Pipe/Append.pm diff --git a/textproc/p5-Text-Query/Makefile b/textproc/p5-Text-Query/Makefile index dc39528b7a09..5f3e38f38ec4 100644 --- a/textproc/p5-Text-Query/Makefile +++ b/textproc/p5-Text-Query/Makefile @@ -13,15 +13,6 @@ COMMENT= Query processing framework USES= perl5 USE_PERL5= configure patch -MAN3= Text::Query.3 Text::Query::Build.3 \ - Text::Query::BuildAdvancedString.3 \ - Text::Query::BuildSimpleString.3 Text::Query::Optimize.3 \ - Text::Query::Parse.3 Text::Query::ParseAdvanced.3 \ - Text::Query::ParseSimple.3 Text::Query::Solve.3 \ - Text::Query::SolveAdvancedString.3 \ - Text::Query::SolveSimpleString.3 - -NO_STAGE= yes pre-patch: @${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \ ${WRKSRC}/lib/Text/Query/ParseAdvanced.pm diff --git a/textproc/p5-Text-Query/pkg-plist b/textproc/p5-Text-Query/pkg-plist index 70d79f81a5bf..ca680a11e23b 100644 --- a/textproc/p5-Text-Query/pkg-plist +++ b/textproc/p5-Text-Query/pkg-plist @@ -1,3 +1,14 @@ +%%PERL5_MAN3%%/Text::Query.3.gz +%%PERL5_MAN3%%/Text::Query::Build.3.gz +%%PERL5_MAN3%%/Text::Query::BuildAdvancedString.3.gz +%%PERL5_MAN3%%/Text::Query::BuildSimpleString.3.gz +%%PERL5_MAN3%%/Text::Query::Optimize.3.gz +%%PERL5_MAN3%%/Text::Query::Parse.3.gz +%%PERL5_MAN3%%/Text::Query::ParseAdvanced.3.gz +%%PERL5_MAN3%%/Text::Query::ParseSimple.3.gz +%%PERL5_MAN3%%/Text::Query::Solve.3.gz +%%PERL5_MAN3%%/Text::Query::SolveAdvancedString.3.gz +%%PERL5_MAN3%%/Text::Query::SolveSimpleString.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/.packlist %%SITE_PERL%%/Text/Query.pm %%SITE_PERL%%/Text/Query/Advanced.pm diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 57bd4838f31f..f5b0c831cc7f 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= lth@FreeBSD.org COMMENT= Read record-oriented files +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -26,12 +28,6 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild -MAN1= tablify.1 tabmerge.1 tab2graph.1 -MAN3= Text::RecordParser.3 \ - Text::RecordParser::Tab.3 \ - Text::RecordParser::Object.3 - -NO_STAGE= yes post-extract: # workaround for https://rt.cpan.org/Public/Bug/Display.html?id=87855 ${CHMOD} +w ${WRKSRC}/README.md diff --git a/textproc/p5-Text-RecordParser/pkg-plist b/textproc/p5-Text-RecordParser/pkg-plist index f60e1eba5359..8bfdeb49922e 100644 --- a/textproc/p5-Text-RecordParser/pkg-plist +++ b/textproc/p5-Text-RecordParser/pkg-plist @@ -1,8 +1,14 @@ bin/tablify bin/tab2graph bin/tabmerge +%%PERL5_MAN3%%/Text::RecordParser.3.gz +%%PERL5_MAN3%%/Text::RecordParser::Tab.3.gz +%%PERL5_MAN3%%/Text::RecordParser::Object.3.gz %%SITE_PERL%%/Text/RecordParser.pm %%SITE_PERL%%/Text/RecordParser/Tab.pm %%SITE_PERL%%/Text/RecordParser/Object.pm +man/man1/tablify.1.gz +man/man1/tabmerge.1.gz +man/man1/tab2graph.1.gz @dirrm %%SITE_PERL%%/Text/RecordParser @dirrmtry %%SITE_PERL%%/Text diff --git a/textproc/p5-Text-Report/Makefile b/textproc/p5-Text-Report/Makefile index 1e43c2922503..d2d7b6fc4407 100644 --- a/textproc/p5-Text-Report/Makefile +++ b/textproc/p5-Text-Report/Makefile @@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::Report.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Report/pkg-plist b/textproc/p5-Text-Report/pkg-plist index 4e976b01a62b..31fa52ba9700 100644 --- a/textproc/p5-Text-Report/pkg-plist +++ b/textproc/p5-Text-Report/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::Report.3.gz %%SITE_PERL%%/Text/Report.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile index 23fa69cdb657..711ee1a6b209 100644 --- a/textproc/p5-Text-Sass/Makefile +++ b/textproc/p5-Text-Sass/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl implementation of http://sass-lang.com/ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color @@ -19,9 +22,4 @@ TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny USES= perl5 USE_PERL5= modbuild -MAN3= Text::Sass.3 \ - Text::Sass::Expr.3 \ - Text::Sass::Functions.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Sass/pkg-plist b/textproc/p5-Text-Sass/pkg-plist index 77e12a871c93..33ba4c5f9ad3 100644 --- a/textproc/p5-Text-Sass/pkg-plist +++ b/textproc/p5-Text-Sass/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/Text::Sass.3.gz +%%PERL5_MAN3%%/Text::Sass::Expr.3.gz +%%PERL5_MAN3%%/Text::Sass::Functions.3.gz bin/sass2css.pl %%SITE_PERL%%/Text/Sass.pm %%SITE_PERL%%/Text/Sass/Expr.pm diff --git a/textproc/p5-Text-SimpleTemplate/Makefile b/textproc/p5-Text-SimpleTemplate/Makefile index 2f7d762be946..ea926cb9beeb 100644 --- a/textproc/p5-Text-SimpleTemplate/Makefile +++ b/textproc/p5-Text-SimpleTemplate/Makefile @@ -13,7 +13,4 @@ COMMENT= Yet another Perl module for template processing USES= perl5 USE_PERL5= configure -MAN3= Text::SimpleTemplate.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-SimpleTemplate/pkg-plist b/textproc/p5-Text-SimpleTemplate/pkg-plist index eb7f4ab18f27..dd4ca9bc6de8 100644 --- a/textproc/p5-Text-SimpleTemplate/pkg-plist +++ b/textproc/p5-Text-SimpleTemplate/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::SimpleTemplate.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SimpleTemplate/.packlist %%SITE_PERL%%/Text/SimpleTemplate.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SimpleTemplate diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile index 3a91d8accf1d..4264681ae425 100644 --- a/textproc/p5-Text-SpellChecker-GUI/Makefile +++ b/textproc/p5-Text-SpellChecker-GUI/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ @@ -19,8 +22,4 @@ BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ USES= perl5 USE_PERL5= configure -MAN3= Text::SpellChecker::GUI.3 \ - Text::SpellChecker::GUI::Curses.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-SpellChecker-GUI/pkg-plist b/textproc/p5-Text-SpellChecker-GUI/pkg-plist index f723b97a8ae5..08ec69a5fd17 100644 --- a/textproc/p5-Text-SpellChecker-GUI/pkg-plist +++ b/textproc/p5-Text-SpellChecker-GUI/pkg-plist @@ -1,11 +1,13 @@ bin/textspellchecker bin/curses-textspellchecker +%%PERL5_MAN3%%/Text::SpellChecker::GUI.3.gz +%%PERL5_MAN3%%/Text::SpellChecker::GUI::Curses.3.gz %%SITE_PERL%%/Text/SpellChecker/GUI.pm %%SITE_PERL%%/Text/SpellChecker/GUI/Curses.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI/.packlist @dirrmtry %%SITE_PERL%%/Text/SpellChecker/GUI -@dirrmtry %%SITE_PERL%%/Text/SpellChecker/ -@dirrmtry %%SITE_PERL%%/Text/ +@dirrmtry %%SITE_PERL%%/Text/SpellChecker +@dirrmtry %%SITE_PERL%%/Text @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile index e88dfd70ddc7..e6d87b193427 100644 --- a/textproc/p5-Text-SpellChecker/Makefile +++ b/textproc/p5-Text-SpellChecker/Makefile @@ -15,7 +15,4 @@ RUN_DEPENDS= p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell USES= perl5 USE_PERL5= configure -MAN3= Text::SpellChecker.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-SpellChecker/pkg-plist b/textproc/p5-Text-SpellChecker/pkg-plist index 3232d8ed7b07..4db35347214e 100644 --- a/textproc/p5-Text-SpellChecker/pkg-plist +++ b/textproc/p5-Text-SpellChecker/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::SpellChecker.3.gz %%SITE_PERL%%/Text/SpellChecker.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker diff --git a/textproc/p5-Text-Striphigh/Makefile b/textproc/p5-Text-Striphigh/Makefile index f4f506480d16..0f9c86f336b5 100644 --- a/textproc/p5-Text-Striphigh/Makefile +++ b/textproc/p5-Text-Striphigh/Makefile @@ -14,7 +14,4 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION} -MAN3= Text::Striphigh.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Striphigh/pkg-plist b/textproc/p5-Text-Striphigh/pkg-plist index 5f90e412f4c6..90f612e5a2be 100644 --- a/textproc/p5-Text-Striphigh/pkg-plist +++ b/textproc/p5-Text-Striphigh/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::Striphigh.3.gz %%SITE_PERL%%/Text/Striphigh.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh diff --git a/textproc/p5-Text-TabularDisplay/Makefile b/textproc/p5-Text-TabularDisplay/Makefile index b27aabfc2851..eae6cfdb2bbf 100644 --- a/textproc/p5-Text-TabularDisplay/Makefile +++ b/textproc/p5-Text-TabularDisplay/Makefile @@ -9,10 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Display text in formatted table output +LICENSE= GPLv2 + USES= perl5 USE_PERL5= configure -MAN3= Text::TabularDisplay.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-TabularDisplay/pkg-plist b/textproc/p5-Text-TabularDisplay/pkg-plist index 145982ee604d..f74d11e97d0f 100644 --- a/textproc/p5-Text-TabularDisplay/pkg-plist +++ b/textproc/p5-Text-TabularDisplay/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::TabularDisplay.3.gz %%SITE_PERL%%/Text/TabularDisplay.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay diff --git a/textproc/p5-Text-Tags/Makefile b/textproc/p5-Text-Tags/Makefile index bde829ddde87..82144f3612f1 100644 --- a/textproc/p5-Text-Tags/Makefile +++ b/textproc/p5-Text-Tags/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Parses folksonomy space-separated tags +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= Text::Tags.3 Text::Tags::Parser.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Tags/pkg-descr b/textproc/p5-Text-Tags/pkg-descr index d3586c1d8a88..7ea6882c9681 100644 --- a/textproc/p5-Text-Tags/pkg-descr +++ b/textproc/p5-Text-Tags/pkg-descr @@ -3,4 +3,4 @@ quoted tag lists. See Text::Tags::Parser for the actual module; Text::Tags may be used in a future version of the distribution. Author: Best Practical Solutions, LLC. -WWW: http://search.cpan.org/dist/Text-Tags/ +WWW: http://search.cpan.org/dist/Text-Tags/ diff --git a/textproc/p5-Text-Tags/pkg-plist b/textproc/p5-Text-Tags/pkg-plist index 6897e7d6b631..3b284221cc72 100644 --- a/textproc/p5-Text-Tags/pkg-plist +++ b/textproc/p5-Text-Tags/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Text::Tags.3.gz +%%PERL5_MAN3%%/Text::Tags::Parser.3.gz %%SITE_PERL%%/Text/Tags.pm %%SITE_PERL%%/Text/Tags/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags/.packlist diff --git a/textproc/p5-Text-TestBase/Makefile b/textproc/p5-Text-TestBase/Makefile index 68062664064a..9e96db2e10bc 100644 --- a/textproc/p5-Text-TestBase/Makefile +++ b/textproc/p5-Text-TestBase/Makefile @@ -20,12 +20,6 @@ TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 USE_PERL5= modbuild -MAN3= Data::Section::TestBase.3 \ - Test::Base::Less.3 \ - Text::TestBase.3 \ - Text::TestBase::Block.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/textproc/p5-Text-TestBase/pkg-plist b/textproc/p5-Text-TestBase/pkg-plist index bfec5233f035..dba72fbfaf76 100644 --- a/textproc/p5-Text-TestBase/pkg-plist +++ b/textproc/p5-Text-TestBase/pkg-plist @@ -1,3 +1,7 @@ +%%PERL5_MAN3%%/Data::Section::TestBase.3.gz +%%PERL5_MAN3%%/Test::Base::Less.3.gz +%%PERL5_MAN3%%/Text::TestBase.3.gz +%%PERL5_MAN3%%/Text::TestBase::Block.3.gz %%SITE_PERL%%/Data/Section/TestBase.pm %%SITE_PERL%%/Test/Base/Less.pm %%SITE_PERL%%/Text/TestBase.pm diff --git a/textproc/p5-Text-Textile/Makefile b/textproc/p5-Text-Textile/Makefile index 85b1a63dccd1..e4e08c0615ba 100644 --- a/textproc/p5-Text-Textile/Makefile +++ b/textproc/p5-Text-Textile/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= hcoyote@ghostar.org COMMENT= A perl-based implementation of the Textile syntax by Dean Allen +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= Text::Textile.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Textile/pkg-plist b/textproc/p5-Text-Textile/pkg-plist index f41548b2611f..2cbb287372ff 100644 --- a/textproc/p5-Text-Textile/pkg-plist +++ b/textproc/p5-Text-Textile/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::Textile.3.gz %%SITE_PERL%%/Text/Textile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile diff --git a/textproc/p5-Text-Tmpl/Makefile b/textproc/p5-Text-Tmpl/Makefile index 959e67306896..58a46ab5d291 100644 --- a/textproc/p5-Text-Tmpl/Makefile +++ b/textproc/p5-Text-Tmpl/Makefile @@ -13,9 +13,6 @@ COMMENT= Templating system perl library USES= perl5 USE_PERL5= configure patch -MAN3= template_syntax.3 Text::Tmpl.3 template_extend.3 - -NO_STAGE= yes pre-patch: @${PERL} -pi -e '/OPTIMIZE|libtmpl.pod/ and $$_=""' \ ${WRKSRC}/Makefile.PL diff --git a/textproc/p5-Text-Tmpl/pkg-plist b/textproc/p5-Text-Tmpl/pkg-plist index d279dd83e13a..959c0a21681f 100644 --- a/textproc/p5-Text-Tmpl/pkg-plist +++ b/textproc/p5-Text-Tmpl/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/template_syntax.3.gz +%%PERL5_MAN3%%/Text::Tmpl.3.gz +%%PERL5_MAN3%%/template_extend.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/Tmpl.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/Tmpl.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/autosplit.ix diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 0270cbdec1be..3034984ea0f3 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Extract the structure of a quoted mail message +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= modbuild -MAN3= Text::Trim.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Trim/pkg-plist b/textproc/p5-Text-Trim/pkg-plist index 24f33801e314..143221fffae4 100644 --- a/textproc/p5-Text-Trim/pkg-plist +++ b/textproc/p5-Text-Trim/pkg-plist @@ -1,2 +1,3 @@ +%%PERL5_MAN3%%/Text::Trim.3.gz %%SITE_PERL%%/Text/Trim.pm @dirrmtry %%SITE_PERL%%/Text |