- stage support
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
b1996348cd
commit
e60bf52277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338776
24 changed files with 46 additions and 68 deletions
|
@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= CGI::EncryptForm.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Implement trusted stateful CGI Form Data using cryptography.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CGI-EncryptForm/
|
||||
WWW: http://search.cpan.org/dist/CGI-EncryptForm/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/CGI/EncryptForm.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/EncryptForm/.packlist
|
||||
%%PERL5_MAN3%%/CGI::EncryptForm.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/EncryptForm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
|
||||
@dirrmtry %%SITE_PERL%%/CGI
|
||||
|
|
|
@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Authentication::Credential::HTTP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Credential/HTTP/.packlist
|
||||
%%SITE_PERL%%/Catalyst/Authentication/Credential/HTTP.pm
|
||||
%%PERL5_MAN3%%/Catalyst::Authentication::Credential::HTTP.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Credential
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
||||
|
|
|
@ -18,10 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Controller::Metal.3 \
|
||||
Catalyst::Engine::PSGI.3 \
|
||||
Catalyst::Helper::PSGI.3 \
|
||||
Plack::Test::Adopt::Catalyst.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
%%SITE_PERL%%/Catalyst/Engine/PSGI.pm
|
||||
%%SITE_PERL%%/Catalyst/Helper/PSGI.pm
|
||||
%%SITE_PERL%%/Plack/Test/Adopt/Catalyst.pm
|
||||
%%PERL5_MAN3%%/Catalyst::Controller::Metal.3.gz
|
||||
%%PERL5_MAN3%%/Catalyst::Engine::PSGI.3.gz
|
||||
%%PERL5_MAN3%%/Catalyst::Helper::PSGI.3.gz
|
||||
%%PERL5_MAN3%%/Plack::Test::Adopt::Catalyst.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Test/Adopt
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Test
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
|
|
|
@ -4,7 +4,7 @@ PORTNAME= GunghoX-FollowLinks
|
|||
PORTVERSION= 0.00006
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI
|
||||
MASTER_SITE_SUBDIR= CPAN:DMAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
@ -23,20 +23,4 @@ TEST_DEPENDS= p5-Class-Null>0:${PORTSDIR}/devel/p5-Class-Null
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= GunghoX::FollowLinks.3 \
|
||||
GunghoX::FollowLinks::Filter.3 \
|
||||
GunghoX::FollowLinks::Parser.3 \
|
||||
GunghoX::FollowLinks::Parser::HTML.3 \
|
||||
GunghoX::FollowLinks::Parser::Text.3 \
|
||||
GunghoX::FollowLinks::Rule.3 \
|
||||
GunghoX::FollowLinks::Rule::Allow.3 \
|
||||
GunghoX::FollowLinks::Rule::Deny.3 \
|
||||
GunghoX::FollowLinks::Rule::Fresh.3 \
|
||||
GunghoX::FollowLinks::Rule::Fresh::Cache.3 \
|
||||
GunghoX::FollowLinks::Rule::Fresh::Memory.3 \
|
||||
GunghoX::FollowLinks::Rule::HTML::SelectedTags.3 \
|
||||
GunghoX::FollowLinks::Rule::MIME.3 \
|
||||
GunghoX::FollowLinks::Rule::URI.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,6 +14,20 @@
|
|||
%%SITE_PERL%%/GunghoX/FollowLinks/Rule/HTML/SelectedTags.pm
|
||||
%%SITE_PERL%%/GunghoX/FollowLinks/Rule/MIME.pm
|
||||
%%SITE_PERL%%/GunghoX/FollowLinks/Rule/URI.pm
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Filter.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Parser.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Parser::HTML.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Parser::Text.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::Allow.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::Deny.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::Fresh.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::Fresh::Cache.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::Fresh::Memory.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::HTML::SelectedTags.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::MIME.3.gz
|
||||
%%PERL5_MAN3%%/GunghoX::FollowLinks::Rule::URI.3.gz
|
||||
@dirrm %%SITE_PERL%%/GunghoX/FollowLinks/Rule/HTML
|
||||
@dirrm %%SITE_PERL%%/GunghoX/FollowLinks/Rule/Fresh
|
||||
@dirrm %%SITE_PERL%%/GunghoX/FollowLinks/Rule
|
||||
|
|
|
@ -16,9 +16,6 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::Adsense.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${RM} -f ${WRKSRC}/lib/HTML/._Adsense.pm
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
This module wraps Google Adsense ad creation in OO perl code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Adsense/
|
||||
WWW: http://search.cpan.org/dist/HTML-Adsense/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Adsense/.packlist
|
||||
%%SITE_PERL%%/HTML/Adsense.pm
|
||||
%%PERL5_MAN3%%/HTML::Adsense.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Adsense
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
|
|
|
@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::StickyQuery::DoCoMoGUID.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/StickyQuery/DoCoMoGUID/.packlist
|
||||
%%SITE_PERL%%/HTML/StickyQuery/DoCoMoGUID.pm
|
||||
%%PERL5_MAN3%%/HTML::StickyQuery::DoCoMoGUID.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/HTML/StickyQuery
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/StickyQuery/DoCoMoGUID
|
||||
|
|
|
@ -18,9 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::Template::Associate.3 \
|
||||
HTML::Template::Associate::DBI.3 \
|
||||
HTML::Template::Associate::FormValidator.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
%%SITE_PERL%%/HTML/Template/Associate.pm
|
||||
%%SITE_PERL%%/HTML/Template/Associate/DBI.pm
|
||||
%%SITE_PERL%%/HTML/Template/Associate/FormValidator.pm
|
||||
%%PERL5_MAN3%%/HTML::Template::Associate.3.gz
|
||||
%%PERL5_MAN3%%/HTML::Template::Associate::DBI.3.gz
|
||||
%%PERL5_MAN3%%/HTML::Template::Associate::FormValidator.3.gz
|
||||
@dirrm %%SITE_PERL%%/HTML/Template/Associate
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Associate/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Associate
|
||||
|
|
|
@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Plack::Middleware::JSConcat.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/JSConcat/.packlist
|
||||
%%SITE_PERL%%/Plack/Middleware/JSConcat.pm
|
||||
%%PERL5_MAN3%%/Plack::Middleware::JSConcat.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Middleware
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/JSConcat
|
||||
|
|
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Template::Plugin::Monta.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Monta/.packlist
|
||||
%%SITE_PERL%%/Template/Plugin/Monta.pm
|
||||
%%PERL5_MAN3%%/Template::Plugin::Monta.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Monta
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
|
|
|
@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Template::Plugin::Number::Format.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Template/Plugin/Number/Format.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Number/Format/.packlist
|
||||
%%PERL5_MAN3%%/Template::Plugin::Number::Format.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Number/Format
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Number
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||
|
|
|
@ -30,21 +30,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::Contact.3 \
|
||||
WWW::Contact::AOL.3 \
|
||||
WWW::Contact::BG::Abv.3 \
|
||||
WWW::Contact::BG::Mail.3 \
|
||||
WWW::Contact::Base.3 \
|
||||
WWW::Contact::CN::163.3 \
|
||||
WWW::Contact::Gmail.3 \
|
||||
WWW::Contact::GoogleContactsAPI.3 \
|
||||
WWW::Contact::Hotmail.3 \
|
||||
WWW::Contact::Indiatimes.3 \
|
||||
WWW::Contact::Lycos.3 \
|
||||
WWW::Contact::Mail.3 \
|
||||
WWW::Contact::Plaxo.3 \
|
||||
WWW::Contact::Rediffmail.3 \
|
||||
WWW::Contact::Yahoo.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,6 +14,21 @@
|
|||
%%SITE_PERL%%/WWW/Contact/BG/Abv.pm
|
||||
%%SITE_PERL%%/WWW/Contact/BG/Mail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Contact/.packlist
|
||||
%%PERL5_MAN3%%/WWW::Contact.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::AOL.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::BG::Abv.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::BG::Mail.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Base.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::CN::163.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Gmail.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::GoogleContactsAPI.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Hotmail.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Indiatimes.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Lycos.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Mail.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Plaxo.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Rediffmail.3.gz
|
||||
%%PERL5_MAN3%%/WWW::Contact::Yahoo.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Contact
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Contact/BG
|
||||
|
|
Loading…
Reference in a new issue