mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- add stage support
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
8f480fffe9
commit
f8b7fb606c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338856
50 changed files with 41 additions and 82 deletions
|
@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheri
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Data::ConfigHash.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/ConfigHash/.packlist
|
||||
%%SITE_PERL%%/Class/Data/ConfigHash.pm
|
||||
%%PERL5_MAN3%%/Class::Data::ConfigHash.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/ConfigHash
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
|
|
|
@ -14,7 +14,4 @@ COMMENT= Utility subroutines for building "inside-out" objects
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Std::Utils.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils/.packlist
|
||||
%%SITE_PERL%%/Class/Std/Utils.pm
|
||||
%%PERL5_MAN3%%/Class::Std::Utils.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Class/Std
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils
|
||||
|
|
|
@ -20,11 +20,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::Util.3 \
|
||||
Data::Util::Curry.3 \
|
||||
Data::Util::Error.3 \
|
||||
Data::Util::JA.3 \
|
||||
Data::Util::PurePerl.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Util/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Util/Util.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Util/Util.so
|
||||
%%PERL5_MAN3%%/Data::Util.3.gz
|
||||
%%PERL5_MAN3%%/Data::Util::Curry.3.gz
|
||||
%%PERL5_MAN3%%/Data::Util::Error.3.gz
|
||||
%%PERL5_MAN3%%/Data::Util::JA.3.gz
|
||||
%%PERL5_MAN3%%/Data::Util::PurePerl.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Util
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Data/Util
|
||||
|
|
|
@ -13,7 +13,4 @@ COMMENT= Calculates Easter for any given year
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Date::Easter.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Date/Easter.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Easter/.packlist
|
||||
%%PERL5_MAN3%%/Date::Easter.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Easter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date
|
||||
@dirrmtry %%SITE_PERL%%/Date
|
||||
|
|
|
@ -19,10 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DateTime::Util::Astro.3 \
|
||||
DateTime::Util::Astro::Common.3 \
|
||||
DateTime::Util::Astro::Moon.3 \
|
||||
DateTime::Util::Astro::Sun.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Utilities for Astronomical Calculations
|
||||
|
||||
Author: Daisuke Maki <dmaki@cpan.org>
|
||||
WWW: http://search.cpan.org/dist/DateTime-Util-Astro/
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
%%SITE_PERL%%/DateTime/Util/Astro/Moon.pm
|
||||
%%SITE_PERL%%/DateTime/Util/Astro/Sun.pm
|
||||
%%SITE_PERL%%/DateTime/Util/Astro.pm
|
||||
%%PERL5_MAN3%%/DateTime::Util::Astro.3.gz
|
||||
%%PERL5_MAN3%%/DateTime::Util::Astro::Common.3.gz
|
||||
%%PERL5_MAN3%%/DateTime::Util::Astro::Moon.3.gz
|
||||
%%PERL5_MAN3%%/DateTime::Util::Astro::Sun.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Astro
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
|
|
|
@ -14,7 +14,4 @@ COMMENT= Utilities to write and check a MANIFEST file
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ExtUtils::Manifest.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Manifest/.packlist
|
||||
%%SITE_PERL%%/ExtUtils/MANIFEST.SKIP
|
||||
%%SITE_PERL%%/ExtUtils/Manifest.pm
|
||||
%%PERL5_MAN3%%/ExtUtils::Manifest.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/ExtUtils
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Manifest
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
|
||||
|
|
|
@ -40,7 +40,4 @@ RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Assets.3 File::Assets::Asset.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
%%SITE_PERL%%/File/Assets/Bucket.pm
|
||||
%%SITE_PERL%%/File/Assets.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Assets/.packlist
|
||||
%%PERL5_MAN3%%/File::Assets.3.gz
|
||||
%%PERL5_MAN3%%/File::Assets::Asset.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier/CSS
|
||||
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier/JavaScript
|
||||
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier
|
||||
|
|
|
@ -14,7 +14,4 @@ COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= IO::CaptureOutput.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
%%SITE_PERL%%/IO/CaptureOutput.pm
|
||||
%%SITE_PERL%%/IO/CaptureOutput.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CaptureOutput/.packlist
|
||||
%%PERL5_MAN3%%/IO::CaptureOutput.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CaptureOutput
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
||||
|
|
|
@ -19,7 +19,4 @@ BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMak
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Module::Refresh.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Module/Refresh.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Refresh/.packlist
|
||||
%%PERL5_MAN3%%/Module::Refresh.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Refresh
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
||||
|
|
|
@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Object::Container.3 \
|
||||
Object::Container::ja.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Container/.packlist
|
||||
%%SITE_PERL%%/Object/Container.pm
|
||||
%%SITE_PERL%%/Object/Container/ja.pod
|
||||
%%PERL5_MAN3%%/Object::Container.3.gz
|
||||
%%PERL5_MAN3%%/Object::Container::ja.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Object/Container
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Container
|
||||
|
|
|
@ -17,7 +17,4 @@ RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Object::Event.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Object/Event.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Event/.packlist
|
||||
%%PERL5_MAN3%%/Object::Event.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Event
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
|
||||
|
|
|
@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Regexp::Assemble::Compressed.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/Compressed/.packlist
|
||||
%%SITE_PERL%%/Regexp/Assemble/Compressed.pm
|
||||
%%PERL5_MAN3%%/Regexp::Assemble::Compressed.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Regexp/Assemble
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/Compressed
|
||||
|
|
|
@ -13,7 +13,4 @@ COMMENT= Detect encoding of the current terminal
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::Encoding.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
Term::Encoding is a simple module to detect an encoding the current
|
||||
terminal expects, in various ways.
|
||||
|
||||
Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
|
||||
Audrey Tang <audreyt@audreyt.org>
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-Encoding/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding/.packlist
|
||||
%%SITE_PERL%%/Term/Encoding.pm
|
||||
%%PERL5_MAN3%%/Term::Encoding.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
||||
@dirrmtry %%SITE_PERL%%/Term
|
||||
|
|
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::RawInput.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/RawInput/.packlist
|
||||
%%SITE_PERL%%/Term/RawInput.pm
|
||||
%%PERL5_MAN3%%/Term::RawInput.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/RawInput
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
||||
@dirrmtry %%SITE_PERL%%/Term
|
||||
|
|
|
@ -8,12 +8,9 @@ MASTER_SITES= CPAN
|
|||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= brad@kazrak.com
|
||||
COMMENT= A Perl5 module to handle window size changes
|
||||
COMMENT= Perl5 module to handle window size changes
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::Size.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,3 +2,5 @@ Excerpted from the README file:
|
|||
|
||||
Term::Size is a Perl module which provides a straightforward way to get
|
||||
the size of the terminal (or window) on which a script is running.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-Size/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Size/Size.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Size/Size.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Size/autosplit.ix
|
||||
%%PERL5_MAN3%%/Term::Size.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Size
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Term
|
||||
|
|
|
@ -18,7 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::ClassAPI.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Test/ClassAPI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/ClassAPI/.packlist
|
||||
%%PERL5_MAN3%%/Test::ClassAPI.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/ClassAPI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
|
|
@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::Reporter::Transport::Metabase.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Test/Reporter/Transport/Metabase.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter/Transport/Metabase/.packlist
|
||||
%%PERL5_MAN3%%/Test::Reporter::Transport::Metabase.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Test/Reporter/Transport
|
||||
@dirrmtry %%SITE_PERL%%/Test/Reporter
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
|
|
@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Tie-File>=0:${PORTSDIR}/devel/p5-Tie-File
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::File::AsHash.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%SITE_PERL%%/Tie/File/AsHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash/.packlist
|
||||
%%PERL5_MAN3%%/Tie::File::AsHash.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash
|
||||
@dirrmtry %%SITE_PERL%%/Tie/File
|
||||
|
|
|
@ -14,7 +14,4 @@ COMMENT= Perl module which implements an ordered hash-like object
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::LLHash.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Tie/LLHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/LLHash/.packlist
|
||||
%%PERL5_MAN3%%/Tie::LLHash.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/LLHash
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
||||
|
|
|
@ -19,7 +19,4 @@ BUILD_DEPEND= ${RUN_DEPENDS} \
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= relative.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%SITE_PERL%%/relative.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/relative/.packlist
|
||||
%%PERL5_MAN3%%/relative.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/relative
|
||||
|
|
Loading…
Add table
Reference in a new issue