- add stage support
- pet portlint
This commit is contained in:
parent
ed88240b7c
commit
04df414523
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336507
17 changed files with 31 additions and 40 deletions
|
@ -33,11 +33,4 @@ TEST_DEPENDS= p5-Test-Aggregate>=0.363:${PORTSDIR}/devel/p5-Test-Aggregate \
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= \
|
|
||||||
DBIx::Class::MooseColumns.3 \
|
|
||||||
DBIx::Class::MooseColumns::Meta::Role::Attribute.3 \
|
|
||||||
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn.3 \
|
|
||||||
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -6,4 +6,4 @@ Class::Accessor::Grouped-generated accessor methods under the hood) with the
|
||||||
Moose-generated accessor methods so that you can use more of the wonderful
|
Moose-generated accessor methods so that you can use more of the wonderful
|
||||||
powers of Moose (eg. type constraints, triggers, ...).
|
powers of Moose (eg. type constraints, triggers, ...).
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/DBIx-Class-MooseColumns/
|
WWW: http://search.cpan.org/dist/DBIx-Class-MooseColumns/
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
%%SITE_PERL%%/DBIx/Class/MooseColumns/Meta/Role/Attribute.pm
|
%%SITE_PERL%%/DBIx/Class/MooseColumns/Meta/Role/Attribute.pm
|
||||||
%%SITE_PERL%%/DBIx/Class/MooseColumns.pm
|
%%SITE_PERL%%/DBIx/Class/MooseColumns.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns/.packlist
|
||||||
|
%%PERL5_MAN3%%/DBIx::Class::MooseColumns.3.gz
|
||||||
|
%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute.3.gz
|
||||||
|
%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn.3.gz
|
||||||
|
%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||||
|
|
|
@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-Data-OptList>0:${PORTSDIR}/devel/p5-Data-OptList \
|
||||||
p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \
|
p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \
|
||||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||||
p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module
|
p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module
|
||||||
|
@ -26,7 +25,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Class::Load.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -8,4 +8,4 @@ Asking %INC is an option, but that will miss inner packages and any class for
|
||||||
which the filename does not correspond to the package name. For that,
|
which the filename does not correspond to the package name. For that,
|
||||||
we provide is_class_loaded 'Class::Name'.
|
we provide is_class_loaded 'Class::Name'.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Class-Load/
|
WWW: http://search.cpan.org/dist/Class-Load/
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
%%SITE_PERL%%/Class/Load/PP.pm
|
%%SITE_PERL%%/Class/Load/PP.pm
|
||||||
%%SITE_PERL%%/Class/Load.pm
|
%%SITE_PERL%%/Class/Load.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/.packlist
|
||||||
|
%%PERL5_MAN3%%/Class::Load.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||||
@dirrmtry %%SITE_PERL%%/Class/Load
|
@dirrmtry %%SITE_PERL%%/Class/Load
|
||||||
|
|
|
@ -11,22 +11,9 @@ MAINTAINER= az@FreeBSD.org
|
||||||
COMMENT= Yet Another parser for binary structures
|
COMMENT= Yet Another parser for binary structures
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt
|
BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt
|
||||||
|
|
||||||
TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Data::ParseBinary::Graphics::WMF.3 \
|
|
||||||
Data::ParseBinary::Graphics::EMF.3 \
|
|
||||||
Data::ParseBinary.3 \
|
|
||||||
Data::ParseBinary::Graphics::BMP.3 \
|
|
||||||
Data::ParseBinary::Executable::ELF32.3 \
|
|
||||||
Data::ParseBinary::Executable::PE32.3 \
|
|
||||||
Data::ParseBinary::Data::Cap.3 \
|
|
||||||
Data::ParseBinary::Data::Netflow.3 \
|
|
||||||
Data::ParseBinary::Graphics::PNG.3 \
|
|
||||||
Data::ParseBinary::FileSystem::MBR.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,4 +3,4 @@ structures, parsing binary to hash/array data structure, and building
|
||||||
binary data from hash/array data structure.
|
binary data from hash/array data structure.
|
||||||
|
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Data-ParseBinary/
|
WWW: http://search.cpan.org/dist/Data-ParseBinary/
|
||||||
|
|
|
@ -18,6 +18,16 @@
|
||||||
%%SITE_PERL%%/Data/ParseBinary/Core.pm
|
%%SITE_PERL%%/Data/ParseBinary/Core.pm
|
||||||
%%SITE_PERL%%/Data/ParseBinary.pm
|
%%SITE_PERL%%/Data/ParseBinary.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary/.packlist
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Graphics::WMF.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Graphics::EMF.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Graphics::BMP.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Executable::ELF32.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Executable::PE32.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Data::Cap.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Data::Netflow.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::Graphics::PNG.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::ParseBinary::FileSystem::MBR.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||||
@dirrmtry %%SITE_PERL%%/Data/ParseBinary/Stream
|
@dirrmtry %%SITE_PERL%%/Data/ParseBinary/Stream
|
||||||
|
|
|
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Hash::Flatten.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -2,4 +2,4 @@ Converts back and forth between a nested hash structure and a flat hash of
|
||||||
delimited key-value pairs. Useful for protocols that only support
|
delimited key-value pairs. Useful for protocols that only support
|
||||||
key-value pairs (such as CGI and DBMs).
|
key-value pairs (such as CGI and DBMs).
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Hash-Flatten/
|
WWW: http://search.cpan.org/dist/Hash-Flatten/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%SITE_PERL%%/Hash/Flatten.pm
|
%%SITE_PERL%%/Hash/Flatten.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten/.packlist
|
||||||
|
%%PERL5_MAN3%%/Hash::Flatten.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
|
||||||
@dirrmtry %%SITE_PERL%%/Hash
|
@dirrmtry %%SITE_PERL%%/Hash
|
||||||
|
|
|
@ -25,7 +25,4 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= MooseX::Types::LoadableClass.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
MooseX::Types::LoadableClass - ClassName type constraint with coercion to load
|
MooseX::Types::LoadableClass - ClassName type constraint with coercion to load
|
||||||
the class.
|
the class.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
WWW: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass/.packlist
|
||||||
%%SITE_PERL%%/MooseX/Types/LoadableClass.pm
|
%%SITE_PERL%%/MooseX/Types/LoadableClass.pm
|
||||||
|
%%PERL5_MAN3%%/MooseX::Types::LoadableClass.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
||||||
|
|
|
@ -13,9 +13,4 @@ COMMENT= Border Gateway Protocol version 4 speaker/listener library
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \
|
|
||||||
Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \
|
|
||||||
Net::BGP::Refresh.3 Net::BGP::Transport.3 Net::BGP::Update.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -8,6 +8,15 @@
|
||||||
%%SITE_PERL%%/Net/BGP/Refresh.pm
|
%%SITE_PERL%%/Net/BGP/Refresh.pm
|
||||||
%%SITE_PERL%%/Net/BGP/Transport.pm
|
%%SITE_PERL%%/Net/BGP/Transport.pm
|
||||||
%%SITE_PERL%%/Net/BGP/Update.pm
|
%%SITE_PERL%%/Net/BGP/Update.pm
|
||||||
|
%%PERL5_MAN3%%/Net::BGP.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::ASPath.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::NLRI.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Notification.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Peer.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Process.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Refresh.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Transport.3.gz
|
||||||
|
%%PERL5_MAN3%%/Net::BGP::Update.3.gz
|
||||||
@dirrm %%SITE_PERL%%/Net/BGP
|
@dirrm %%SITE_PERL%%/Net/BGP
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BGP
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BGP
|
||||||
@dirrmtry %%SITE_PERL%%/Net
|
@dirrmtry %%SITE_PERL%%/Net
|
||||||
|
|
Loading…
Reference in a new issue