mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Add license - Pet portlint Sponsored by: Absolight
This commit is contained in:
parent
d868ed7aea
commit
61fd35343f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340915
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Text::Patch.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Text::Report.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -14,7 +14,4 @@ USES= perl5
|
||||
USE_PERL5= configure
|
||||
WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
|
||||
|
||||
MAN3= Text::Striphigh.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/Text::Trim.3.gz
|
||||
%%SITE_PERL%%/Text/Trim.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
|
Loading…
Reference in New Issue
Block a user