diff options
168 files changed, 331 insertions, 484 deletions
diff --git a/math/p5-AI-DecisionTree/Makefile b/math/p5-AI-DecisionTree/Makefile index f18ae647b732..562b3d317e97 100644 --- a/math/p5-AI-DecisionTree/Makefile +++ b/math/p5-AI-DecisionTree/Makefile @@ -13,8 +13,4 @@ COMMENT= Perl module for Automatically Learning Decision Trees USES= perl5 USE_PERL5= configure -MAN3= AI::DecisionTree.3 \ - AI::DecisionTree::Instance.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-AI-DecisionTree/pkg-plist b/math/p5-AI-DecisionTree/pkg-plist index a4a1411b1e4c..03b071e03d0f 100644 --- a/math/p5-AI-DecisionTree/pkg-plist +++ b/math/p5-AI-DecisionTree/pkg-plist @@ -1,10 +1,12 @@ +%%PERL5_MAN3%%/AI::DecisionTree.3.gz +%%PERL5_MAN3%%/AI::DecisionTree::Instance.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree.pm %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree/Instance.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance/Instance.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance/Instance.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/AI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/AI diff --git a/math/p5-AI-Genetic/Makefile b/math/p5-AI-Genetic/Makefile index 03517520bb85..dcab9e537170 100644 --- a/math/p5-AI-Genetic/Makefile +++ b/math/p5-AI-Genetic/Makefile @@ -8,16 +8,9 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= A pure Perl genetic algorithm implementation - -MAN3= AI::Genetic.3 \ - AI::Genetic::Individual.3 \ - AI::Genetic::OpCrossover.3 \ - AI::Genetic::OpMutation.3 \ - AI::Genetic::OpSelection.3 +COMMENT= Pure Perl genetic algorithm implementation USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-AI-Genetic/pkg-plist b/math/p5-AI-Genetic/pkg-plist index 770b1fdf9ad7..6c9990c70259 100644 --- a/math/p5-AI-Genetic/pkg-plist +++ b/math/p5-AI-Genetic/pkg-plist @@ -1,3 +1,8 @@ +%%PERL5_MAN3%%/AI::Genetic.3.gz +%%PERL5_MAN3%%/AI::Genetic::Individual.3.gz +%%PERL5_MAN3%%/AI::Genetic::OpCrossover.3.gz +%%PERL5_MAN3%%/AI::Genetic::OpMutation.3.gz +%%PERL5_MAN3%%/AI::Genetic::OpSelection.3.gz %%SITE_PERL%%/AI/Genetic.pm %%SITE_PERL%%/AI/Genetic/Defaults.pm %%SITE_PERL%%/AI/Genetic/IndBitVector.pm @@ -8,7 +13,7 @@ %%SITE_PERL%%/AI/Genetic/OpMutation.pm %%SITE_PERL%%/AI/Genetic/OpSelection.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI -@dirrm %%SITE_PERL%%/AI/Genetic +@dirrmtry %%SITE_PERL%%/AI/Genetic @dirrmtry %%SITE_PERL%%/AI diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index 2bac46984ba3..6cacbaf77e4d 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -15,7 +15,4 @@ NO_WRKSUBDIR= yes USES= perl5 USE_PERL5= configure -MAN3= AI::NeuralNet::BackProp.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-AI-NeuralNet-BackProp/pkg-plist b/math/p5-AI-NeuralNet-BackProp/pkg-plist index f38aecc25a64..56da86d6ea2a 100644 --- a/math/p5-AI-NeuralNet-BackProp/pkg-plist +++ b/math/p5-AI-NeuralNet-BackProp/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/AI::NeuralNet::BackProp.3.gz %%SITE_PERL%%/AI/NeuralNet/BackProp.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/NeuralNet/BackProp/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/NeuralNet/BackProp -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/NeuralNet -@dirrm %%SITE_PERL%%/AI/NeuralNet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/NeuralNet/BackProp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/NeuralNet @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI +@dirrmtry %%SITE_PERL%%/AI/NeuralNet @dirrmtry %%SITE_PERL%%/AI diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index 2e476205783f..bec7dd35c978 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= AI::Perceptron.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-AI-Perceptron/pkg-plist b/math/p5-AI-Perceptron/pkg-plist index d1434541dde8..a3d316d3ce06 100644 --- a/math/p5-AI-Perceptron/pkg-plist +++ b/math/p5-AI-Perceptron/pkg-plist @@ -1,2 +1,3 @@ +%%PERL5_MAN3%%/AI::Perceptron.3.gz %%SITE_PERL%%/AI/Perceptron.pm @dirrmtry %%SITE_PERL%%/AI diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 2b10bf3f51e9..8ac58af82496 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -14,10 +14,7 @@ COMMENT= Efficient generation of combinatorial sequences LICENSE= ART10 GPLv1 LICENSE_COMB= dual -MAN3= Algorithm::Combinatorics.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Algorithm-Combinatorics/pkg-plist b/math/p5-Algorithm-Combinatorics/pkg-plist index 4f65bee155a4..04d9933d84e2 100644 --- a/math/p5-Algorithm-Combinatorics/pkg-plist +++ b/math/p5-Algorithm-Combinatorics/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Algorithm::Combinatorics.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Combinatorics.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/Combinatorics.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/Combinatorics.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile index 12b89a342c36..baba48d63d63 100644 --- a/math/p5-Algorithm-CurveFit/Makefile +++ b/math/p5-Algorithm-CurveFit/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Algorithm::CurveFit.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Algorithm-CurveFit/pkg-plist b/math/p5-Algorithm-CurveFit/pkg-plist index 52d4977f7e28..cfd4d2f09172 100644 --- a/math/p5-Algorithm-CurveFit/pkg-plist +++ b/math/p5-Algorithm-CurveFit/pkg-plist @@ -1,2 +1,3 @@ +%%PERL5_MAN3%%/Algorithm::CurveFit.3.gz %%SITE_PERL%%/Algorithm/CurveFit.pm @dirrmtry %%SITE_PERL%%/Algorithm diff --git a/math/p5-Bit-Vector-Minimal/Makefile b/math/p5-Bit-Vector-Minimal/Makefile index c8759075daf4..d162667f4b09 100644 --- a/math/p5-Bit-Vector-Minimal/Makefile +++ b/math/p5-Bit-Vector-Minimal/Makefile @@ -13,7 +13,4 @@ COMMENT= Object-oriented wrapper around Perl's vec() USES= perl5 USE_PERL5= configure -MAN3= Bit::Vector::Minimal.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Bit-Vector-Minimal/pkg-plist b/math/p5-Bit-Vector-Minimal/pkg-plist index f003de6f2d19..f8606027c447 100644 --- a/math/p5-Bit-Vector-Minimal/pkg-plist +++ b/math/p5-Bit-Vector-Minimal/pkg-plist @@ -1,6 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal/.packlist +%%PERL5_MAN3%%/Bit::Vector::Minimal.3.gz %%SITE_PERL%%/Bit/Vector/Minimal.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit @dirrmtry %%SITE_PERL%%/Bit/Vector diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index b93bfc373a25..8507d099a0c1 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= CAD::Calc.3 - USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-CAD-Calc/pkg-plist b/math/p5-CAD-Calc/pkg-plist index 45993ce302d0..59f487787a62 100644 --- a/math/p5-CAD-Calc/pkg-plist +++ b/math/p5-CAD-Calc/pkg-plist @@ -1,2 +1,3 @@ +%%PERL5_MAN3%%/CAD::Calc.3.gz %%SITE_PERL%%/CAD/Calc.pm @dirrmtry %%SITE_PERL%%/CAD diff --git a/math/p5-Chart-Math-Axis/Makefile b/math/p5-Chart-Math-Axis/Makefile index 5bdf45519ffb..e0f5476c0e3e 100644 --- a/math/p5-Chart-Math-Axis/Makefile +++ b/math/p5-Chart-Math-Axis/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Chart::Math::Axis.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Chart-Math-Axis/pkg-plist b/math/p5-Chart-Math-Axis/pkg-plist index 091da486d30e..5aa767c084a7 100644 --- a/math/p5-Chart-Math-Axis/pkg-plist +++ b/math/p5-Chart-Math-Axis/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis/.packlist +%%PERL5_MAN3%%/Chart::Math::Axis.3.gz %%SITE_PERL%%/Chart/Math/Axis.pm -@dirrmtry %%SITE_PERL%%/Chart/Math -@dirrmtry %%SITE_PERL%%/Chart -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart +@dirrmtry %%SITE_PERL%%/Chart/Math +@dirrmtry %%SITE_PERL%%/Chart diff --git a/math/p5-Data-Float/Makefile b/math/p5-Data-Float/Makefile index d6d959f03584..8cae1efab7f8 100644 --- a/math/p5-Data-Float/Makefile +++ b/math/p5-Data-Float/Makefile @@ -14,7 +14,4 @@ COMMENT= Details of the floating point data type USES= perl5 USE_PERL5= modbuild -MAN3= Data::Float.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Data-Float/pkg-plist b/math/p5-Data-Float/pkg-plist index e2a736974352..57ac1cfc4f99 100644 --- a/math/p5-Data-Float/pkg-plist +++ b/math/p5-Data-Float/pkg-plist @@ -1,2 +1,3 @@ +%%PERL5_MAN3%%/Data::Float.3.gz %%SITE_PERL%%/Data/Float.pm @dirrmtry %%SITE_PERL%%/Data diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile index 4330b96eb7a7..adba67a26575 100644 --- a/math/p5-Date-Handler/Makefile +++ b/math/p5-Date-Handler/Makefile @@ -13,10 +13,6 @@ COMMENT= Perl module for calculating time differences USES= perl5 USE_PERL5= configure patch -MAN3= Date::Handler.3 Date::Handler::Delta.3 \ - Date::Handler::Range.3 Date::Handler::Test.3 - -NO_STAGE= yes post-patch: @${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \ ${WRKSRC}/Handler.* ${WRKSRC}/README* diff --git a/math/p5-Date-Handler/pkg-plist b/math/p5-Date-Handler/pkg-plist index 896e60ddca8b..62f03f918f97 100644 --- a/math/p5-Date-Handler/pkg-plist +++ b/math/p5-Date-Handler/pkg-plist @@ -1,3 +1,7 @@ +%%PERL5_MAN3%%/Date::Handler.3.gz +%%PERL5_MAN3%%/Date::Handler::Delta.3.gz +%%PERL5_MAN3%%/Date::Handler::Range.3.gz +%%PERL5_MAN3%%/Date::Handler::Test.3.gz %%SITE_PERL%%/Date/Handler.pm %%SITE_PERL%%/Date/Handler.pod %%SITE_PERL%%/Date/Handler/Constants.pm @@ -5,7 +9,7 @@ %%SITE_PERL%%/Date/Handler/Range.pm %%SITE_PERL%%/Date/Handler/Test.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler -@dirrm %%SITE_PERL%%/Date/Handler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date +@dirrmtry %%SITE_PERL%%/Date/Handler @dirrmtry %%SITE_PERL%%/Date diff --git a/math/p5-GIS-Distance/Makefile b/math/p5-GIS-Distance/Makefile index 18f22d0db3c6..52daf3f0a13f 100644 --- a/math/p5-GIS-Distance/Makefile +++ b/math/p5-GIS-Distance/Makefile @@ -22,15 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= GIS::Distance.3 \ - GIS::Distance::Formula.3 \ - GIS::Distance::Formula::Cosine.3 \ - GIS::Distance::Formula::GeoEllipsoid.3 \ - GIS::Distance::Formula::GreatCircle.3 \ - GIS::Distance::Formula::Haversine.3 \ - GIS::Distance::Formula::MathTrig.3 \ - GIS::Distance::Formula::Polar.3 \ - GIS::Distance::Formula::Vincenty.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-GIS-Distance/pkg-plist b/math/p5-GIS-Distance/pkg-plist index 9cd5c51da97c..1684cce56a30 100644 --- a/math/p5-GIS-Distance/pkg-plist +++ b/math/p5-GIS-Distance/pkg-plist @@ -1,4 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/.packlist +%%PERL5_MAN3%%/GIS::Distance.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::Cosine.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::GeoEllipsoid.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::GreatCircle.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::Haversine.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::MathTrig.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::Polar.3.gz +%%PERL5_MAN3%%/GIS::Distance::Formula::Vincenty.3.gz %%SITE_PERL%%/GIS/Distance.pm %%SITE_PERL%%/GIS/Distance/Formula.pm %%SITE_PERL%%/GIS/Distance/Formula/Cosine.pm @@ -8,8 +16,9 @@ %%SITE_PERL%%/GIS/Distance/Formula/MathTrig.pm %%SITE_PERL%%/GIS/Distance/Formula/Polar.pm %%SITE_PERL%%/GIS/Distance/Formula/Vincenty.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS @dirrmtry %%SITE_PERL%%/GIS/Distance/Formula @dirrmtry %%SITE_PERL%%/GIS/Distance @dirrmtry %%SITE_PERL%%/GIS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 278c9fec064a..e1d835fa290c 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -18,7 +18,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0.007:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure -MAN3= Geo::Distance.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Geo-Distance/pkg-plist b/math/p5-Geo-Distance/pkg-plist index 970e17a0362d..588001922410 100644 --- a/math/p5-Geo-Distance/pkg-plist +++ b/math/p5-Geo-Distance/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/.packlist +%%PERL5_MAN3%%/Geo::Distance.3.gz %%SITE_PERL%%/Geo/Distance.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Distance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/Geo diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index 28d7b354a5ad..65d3c4f5535c 100644 --- a/math/p5-Math-Algebra-Symbols/Makefile +++ b/math/p5-Math-Algebra-Symbols/Makefile @@ -13,13 +13,7 @@ COMMENT= Symbolic Algebra in Pure Perl BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Algebra::Symbols.3 \ - Math::Algebra::Symbols::Sum.3 \ - Math::Algebra::Symbols::Symbols.3 \ - Math::Algebra::Symbols::Term.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Algebra-Symbols/pkg-plist b/math/p5-Math-Algebra-Symbols/pkg-plist index e44484ec2f0a..fcc32ff8756f 100644 --- a/math/p5-Math-Algebra-Symbols/pkg-plist +++ b/math/p5-Math-Algebra-Symbols/pkg-plist @@ -1,12 +1,16 @@ +%%PERL5_MAN3%%/Math::Algebra::Symbols.3.gz +%%PERL5_MAN3%%/Math::Algebra::Symbols::Sum.3.gz +%%PERL5_MAN3%%/Math::Algebra::Symbols::Symbols.3.gz +%%PERL5_MAN3%%/Math::Algebra::Symbols::Term.3.gz %%SITE_PERL%%/Math/Algebra/Symbols.pm %%SITE_PERL%%/Math/Algebra/Symbols/Sum.pm %%SITE_PERL%%/Math/Algebra/Symbols/Symbols.pm %%SITE_PERL%%/Math/Algebra/Symbols/Term.pm %%SITE_PERL%%/Math/Algebra/symbols.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra/Symbols/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra/Symbols +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra/Symbols @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/Algebra/Symbols +@dirrmtry %%SITE_PERL%%/Math/Algebra/Symbols @dirrmtry %%SITE_PERL%%/Math/Algebra @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile index 1199e071b1aa..b0be74b1c5c3 100644 --- a/math/p5-Math-Bezier-Convert/Makefile +++ b/math/p5-Math-Bezier-Convert/Makefile @@ -14,9 +14,6 @@ USES= perl5 USE_PERL5= configure USE_DOS2UNIX= yes -MAN3= Math::Bezier::Convert.3 - -NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/math/p5-Math-Bezier-Convert/pkg-plist b/math/p5-Math-Bezier-Convert/pkg-plist index ec6a9a5b2225..db4ddae59ce4 100644 --- a/math/p5-Math-Bezier-Convert/pkg-plist +++ b/math/p5-Math-Bezier-Convert/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::Bezier::Convert.3.gz %%SITE_PERL%%/Math/Bezier/Convert.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert/.packlist -@dirrmtry %%SITE_PERL%%/Math/Bezier -@dirrmtry %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/Bezier +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index fb1de27612e3..d72acefff19e 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module to solve Bezier curves USES= perl5 USE_PERL5= configure -MAN3= Math::Bezier.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Bezier/pkg-plist b/math/p5-Math-Bezier/pkg-plist index 949ff721d60c..e6c04c0b2d74 100644 --- a/math/p5-Math-Bezier/pkg-plist +++ b/math/p5-Math-Bezier/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::Bezier.3.gz %%SITE_PERL%%/Math/Bezier.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 41a29cab2173..00aa0e7c4c62 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -11,14 +11,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::Calc with some XS for more speed BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::BigInt::FastCalc.3 - PORTSCOUT= skipv:0.251 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-FastCalc/pkg-plist b/math/p5-Math-BigInt-FastCalc/pkg-plist index 6962b4c54627..67093059b257 100644 --- a/math/p5-Math-BigInt-FastCalc/pkg-plist +++ b/math/p5-Math-BigInt-FastCalc/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::BigInt::FastCalc.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/FastCalc.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.bs diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 271b8bebfc2b..ea8b465c0baa 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -14,16 +14,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +LIB_DEPENDS= libgmp.so.10:${PORTSDIR}/math/gmp +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure patch CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" -MAN3= Math::BigInt::GMP.3 - -NO_STAGE= yes post-patch: @${PERL} -pi -e "s!-lgmp!-L${LOCALBASE}/lib $$&!;" \ -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ diff --git a/math/p5-Math-BigInt-GMP/pkg-plist b/math/p5-Math-BigInt-GMP/pkg-plist index 479fed311a77..7ecd8d6b2030 100644 --- a/math/p5-Math-BigInt-GMP/pkg-plist +++ b/math/p5-Math-BigInt-GMP/pkg-plist @@ -1,8 +1,9 @@ +%%PERL5_MAN3%%/Math::BigInt::GMP.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/GMP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/GMP.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/GMP.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 318051bb9c2c..d47004fd8e84 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -12,13 +12,9 @@ COMMENT= Use Math::Pari for Math::BigInt routines BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari -RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::BigInt::Pari.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-Pari/pkg-plist b/math/p5-Math-BigInt-Pari/pkg-plist index 74d50f10a7f7..e70b96d74ae0 100644 --- a/math/p5-Math-BigInt-Pari/pkg-plist +++ b/math/p5-Math-BigInt-Pari/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::BigInt::Pari.3.gz %%SITE_PERL%%/Math/BigInt/Pari.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/Pari/.packlist -@dirrmtry %%SITE_PERL%%/Math/BigInt -@dirrmtry %%SITE_PERL%%/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/Pari @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/BigInt +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index b0102acaf295..718af6b14fab 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -13,14 +13,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers BUILD_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::BigRat.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/Makefile.PL diff --git a/math/p5-Math-BigRat/pkg-plist b/math/p5-Math-BigRat/pkg-plist index 4cc95174e69a..76aaee307886 100644 --- a/math/p5-Math-BigRat/pkg-plist +++ b/math/p5-Math-BigRat/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigRat/.packlist +%%PERL5_MAN3%%/Math::BigRat.3.gz %%SITE_PERL%%/Math/BigRat.pm -@dirrmtry %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigRat +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigRat/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigRat @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index ac2a4c07eebe..5e9fee016bdf 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -13,7 +13,4 @@ COMMENT= Human-readable unit-aware calculator USES= perl5 USE_PERL5= configure -MAN3= Math::Calc::Units.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Calc-Units/pkg-plist b/math/p5-Math-Calc-Units/pkg-plist index b956b86273ce..8a19cf547fb1 100644 --- a/math/p5-Math-Calc-Units/pkg-plist +++ b/math/p5-Math-Calc-Units/pkg-plist @@ -1,5 +1,5 @@ bin/ucalc -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units/.packlist +%%PERL5_MAN3%%/Math::Calc::Units.3.gz %%SITE_PERL%%/Math/Calc/Units.pm %%SITE_PERL%%/Math/Calc/Units/Compute.pm %%SITE_PERL%%/Math/Calc/Units/Convert.pm @@ -15,10 +15,11 @@ bin/ucalc %%SITE_PERL%%/Math/Calc/Units/Grammar.pm %%SITE_PERL%%/Math/Calc/Units/Grammar.y %%SITE_PERL%%/Math/Calc/Units/Rank.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/Calc/Units/Convert @dirrmtry %%SITE_PERL%%/Math/Calc/Units @dirrmtry %%SITE_PERL%%/Math/Calc @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Combinatorics/Makefile b/math/p5-Math-Combinatorics/Makefile index fc9dcea092ad..0904ab4474e4 100644 --- a/math/p5-Math-Combinatorics/Makefile +++ b/math/p5-Math-Combinatorics/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perform combinations and permutations on lists -MAN3= Math::Combinatorics.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Combinatorics/pkg-plist b/math/p5-Math-Combinatorics/pkg-plist index bc3698dc574b..158925be9013 100644 --- a/math/p5-Math-Combinatorics/pkg-plist +++ b/math/p5-Math-Combinatorics/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::Combinatorics.3.gz %%SITE_PERL%%/Math/Combinatorics.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Combinatorics/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Combinatorics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Combinatorics @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile index f75c8ce1ac2b..e1b107a35d2d 100644 --- a/math/p5-Math-Complex/Makefile +++ b/math/p5-Math-Complex/Makefile @@ -16,8 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Math::Complex.3 \ - Math::Trig.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Complex/pkg-plist b/math/p5-Math-Complex/pkg-plist index cf7c25ca6e8a..aade93d5cca9 100644 --- a/math/p5-Math-Complex/pkg-plist +++ b/math/p5-Math-Complex/pkg-plist @@ -1,6 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Complex/.packlist +%%PERL5_MAN3%%/Math::Complex.3.gz +%%PERL5_MAN3%%/Math::Trig.3.gz %%SITE_PERL%%/Math/Complex.pm %%SITE_PERL%%/Math/Trig.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Complex/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Complex @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index 7ebe456eaee4..eb0d73e42180 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -15,16 +15,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes - -MAN3= Math::Currency.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif diff --git a/math/p5-Math-Currency/pkg-plist b/math/p5-Math-Currency/pkg-plist index 30f1dbe0278f..1e979acd29d3 100644 --- a/math/p5-Math-Currency/pkg-plist +++ b/math/p5-Math-Currency/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::Currency.3.gz %%SITE_PERL%%/Math/Currency.pm %%SITE_PERL%%/Math/Currency/de_DE.pm %%SITE_PERL%%/Math/Currency/en_GB.pm %%SITE_PERL%%/Math/Currency/ja_JP.pm -@dirrm %%SITE_PERL%%/Math/Currency +@dirrmtry %%SITE_PERL%%/Math/Currency @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index 06bf061982a8..5ffe1d55c492 100644 --- a/math/p5-Math-Derivative/Makefile +++ b/math/p5-Math-Derivative/Makefile @@ -13,7 +13,4 @@ COMMENT= Numeric 1st and 2nd order differentiation USES= perl5 USE_PERL5= configure -MAN3= Math::Derivative.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Derivative/pkg-plist b/math/p5-Math-Derivative/pkg-plist index 0d16f002ef58..0418fb67c505 100644 --- a/math/p5-Math-Derivative/pkg-plist +++ b/math/p5-Math-Derivative/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative/.packlist +%%PERL5_MAN3%%/Math::Derivative.3.gz %%SITE_PERL%%/Math/Derivative.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative -@dirrm %%SITE_PERL%%/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Evol/Makefile b/math/p5-Math-Evol/Makefile index a089958631c8..75ed8bf11553 100644 --- a/math/p5-Math-Evol/Makefile +++ b/math/p5-Math-Evol/Makefile @@ -13,8 +13,4 @@ COMMENT= Perl module implements the evolution search strategy USES= perl5 USE_PERL5= configure -MAN1= ps_evol.1 -MAN3= Math::Evol.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Evol/pkg-plist b/math/p5-Math-Evol/pkg-plist index 98572f929bdd..3596732a0fff 100644 --- a/math/p5-Math-Evol/pkg-plist +++ b/math/p5-Math-Evol/pkg-plist @@ -1,6 +1,8 @@ bin/ps_evol +%%PERL5_MAN3%%/Math::Evol.3.gz %%SITE_PERL%%/Math/Evol.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Evol/.packlist -@dirrmtry %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Evol +man/man1/ps_evol.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Evol @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index 783ecbf75074..723ff822010e 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -16,12 +16,4 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= configure -MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ - Math::Expr::MatchSet.3 Math::Expr::Node.3 \ - Math::Expr::Num.3 Math::Expr::Opp.3 \ - Math::Expr::OpperationDB.3 Math::Expr::Rule.3 \ - Math::Expr::TypeDB.3 Math::Expr::Var.3 \ - Math::Expr::VarSet.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Expr/pkg-plist b/math/p5-Math-Expr/pkg-plist index fd70702769fc..491d5d144323 100644 --- a/math/p5-Math-Expr/pkg-plist +++ b/math/p5-Math-Expr/pkg-plist @@ -1,4 +1,14 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist +%%PERL5_MAN3%%/Math::Expr.3.gz +%%PERL5_MAN3%%/Math::Expr::FormulaDB.3.gz +%%PERL5_MAN3%%/Math::Expr::MatchSet.3.gz +%%PERL5_MAN3%%/Math::Expr::Node.3.gz +%%PERL5_MAN3%%/Math::Expr::Num.3.gz +%%PERL5_MAN3%%/Math::Expr::Opp.3.gz +%%PERL5_MAN3%%/Math::Expr::OpperationDB.3.gz +%%PERL5_MAN3%%/Math::Expr::Rule.3.gz +%%PERL5_MAN3%%/Math::Expr::TypeDB.3.gz +%%PERL5_MAN3%%/Math::Expr::Var.3.gz +%%PERL5_MAN3%%/Math::Expr::VarSet.3.gz %%SITE_PERL%%/Math/Expr.pm %%SITE_PERL%%/Math/Expr/FormulaDB.pm %%SITE_PERL%%/Math/Expr/MatchSet.pm @@ -10,7 +20,8 @@ %%SITE_PERL%%/Math/Expr/TypeDB.pm %%SITE_PERL%%/Math/Expr/Var.pm %%SITE_PERL%%/Math/Expr/VarSet.pm -@dirrm %%SITE_PERL%%/Math/Expr -@dirrm %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/Expr +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index fd9ccc375e30..3d9c5613104c 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module providing an interface to Fast Fourier Transform routines USES= perl5 USE_PERL5= configure -MAN3= Math::FFT.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-FFT/pkg-plist b/math/p5-Math-FFT/pkg-plist index 7165de840006..91c029a8ef90 100644 --- a/math/p5-Math-FFT/pkg-plist +++ b/math/p5-Math-FFT/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::FFT.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/Math/FFT.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.so -%%SITE_PERL%%/%%PERL_ARCH%%/Math/FFT.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 48c68719e048..8ce3fd373286 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -14,7 +14,4 @@ COMMENT= Perl module that provides decimal math without floating point errors USES= perl5 USE_PERL5= configure -MAN3= Math::FixedPrecision.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-FixedPrecision/pkg-plist b/math/p5-Math-FixedPrecision/pkg-plist index dc79993866ee..12cbfcafcdfd 100644 --- a/math/p5-Math-FixedPrecision/pkg-plist +++ b/math/p5-Math-FixedPrecision/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::FixedPrecision.3.gz %%SITE_PERL%%/Math/FixedPrecision.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision -@dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index cf7a2e42aa13..91c4e2da6da2 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -14,13 +14,10 @@ COMMENT= Perl module that provides an interface to the GMP library LICENSE= LGPL20 LGPL21 LGPL3 LICENSE_COMB= dual -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" USES= perl5 USE_PERL5= configure -MAN3= Math::GMP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-GMP/pkg-plist b/math/p5-Math-GMP/pkg-plist index de77cb79dd2b..bd6ec2bb1684 100644 --- a/math/p5-Math-GMP/pkg-plist +++ b/math/p5-Math-GMP/pkg-plist @@ -1,8 +1,9 @@ +%%PERL5_MAN3%%/Math::GMP.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/GMP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP/GMP.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP/GMP.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-Geometry-Planar-GPC/Makefile b/math/p5-Math-Geometry-Planar-GPC/Makefile index e503f3cb11ff..43484622dbd3 100644 --- a/math/p5-Math-Geometry-Planar-GPC/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl wrapper for Alan Murta's gpc library -MAN3= Math::Geometry::Planar::GPC.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Planar-GPC/pkg-plist b/math/p5-Math-Geometry-Planar-GPC/pkg-plist index b14e377cd524..516e3c32386a 100644 --- a/math/p5-Math-Geometry-Planar-GPC/pkg-plist +++ b/math/p5-Math-Geometry-Planar-GPC/pkg-plist @@ -1,8 +1,9 @@ +%%PERL5_MAN3%%/Math::Geometry::Planar::GPC.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/GPC.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/GPC.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Geometry-Planar-Offset/Makefile b/math/p5-Math-Geometry-Planar-Offset/Makefile index 3b6a75dae32d..9a4d2c9ebd73 100644 --- a/math/p5-Math-Geometry-Planar-Offset/Makefile +++ b/math/p5-Math-Geometry-Planar-Offset/Makefile @@ -13,10 +13,7 @@ COMMENT= Calculate offset polygons BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Geometry::Planar::Offset.3 - USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Planar-Offset/pkg-plist b/math/p5-Math-Geometry-Planar-Offset/pkg-plist index e6429e3bdf67..49ec3a21d266 100644 --- a/math/p5-Math-Geometry-Planar-Offset/pkg-plist +++ b/math/p5-Math-Geometry-Planar-Offset/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Geometry::Planar::Offset.3.gz %%SITE_PERL%%/Math/Geometry/Planar/Offset.pm @dirrmtry %%SITE_PERL%%/Math/Geometry/Planar @dirrmtry %%SITE_PERL%%/Math/Geometry diff --git a/math/p5-Math-Geometry-Planar/Makefile b/math/p5-Math-Geometry-Planar/Makefile index 7677d303d7a0..25bca5c2d296 100644 --- a/math/p5-Math-Geometry-Planar/Makefile +++ b/math/p5-Math-Geometry-Planar/Makefile @@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-Math-Geometry-Planar-GPC>=0:${PORTSDIR}/math/p5-Math-Geometry- p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Geometry::Planar.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Planar/pkg-plist b/math/p5-Math-Geometry-Planar/pkg-plist index 2cd62773c6b5..1b7623b07357 100644 --- a/math/p5-Math-Geometry-Planar/pkg-plist +++ b/math/p5-Math-Geometry-Planar/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Geometry::Planar.3.gz %%SITE_PERL%%/Math/Geometry/Planar.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile index 616bae052204..4e460b601b54 100644 --- a/math/p5-Math-Geometry-Voronoi/Makefile +++ b/math/p5-Math-Geometry-Voronoi/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::Geometry::Voronoi.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Voronoi/pkg-plist b/math/p5-Math-Geometry-Voronoi/pkg-plist index 5f9ff3e977bc..a0fc37202e71 100644 --- a/math/p5-Math-Geometry-Voronoi/pkg-plist +++ b/math/p5-Math-Geometry-Voronoi/pkg-plist @@ -1,10 +1,11 @@ +%%PERL5_MAN3%%/Math::Geometry::Voronoi.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Voronoi.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/leak-test.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/Geometry/Voronoi +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-Gradient/Makefile b/math/p5-Math-Gradient/Makefile index 923a8637a7b0..c6fbd9e1c05c 100644 --- a/math/p5-Math-Gradient/Makefile +++ b/math/p5-Math-Gradient/Makefile @@ -14,7 +14,4 @@ COMMENT= Calculating gradients for color transitions and the like USES= perl5 USE_PERL5= configure -MAN3= Math::Gradient.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Gradient/pkg-plist b/math/p5-Math-Gradient/pkg-plist index 0a5a8581d1cd..bc23896c96de 100644 --- a/math/p5-Math-Gradient/pkg-plist +++ b/math/p5-Math-Gradient/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Gradient.3.gz %%SITE_PERL%%/Math/Gradient.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Gradient/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Gradient diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index edec852a9c2f..ab1c4aab8038 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl routines for data sets interpolation and interval search USES= perl5 USE_PERL5= configure -MAN3= Math::Interpolate.3 Math::IntervalSearch.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Interpolate/pkg-plist b/math/p5-Math-Interpolate/pkg-plist index 7e38ba1384ad..c5e55b85b731 100644 --- a/math/p5-Math-Interpolate/pkg-plist +++ b/math/p5-Math-Interpolate/pkg-plist @@ -1,6 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate/.packlist +%%PERL5_MAN3%%/Math::Interpolate.3.gz +%%PERL5_MAN3%%/Math::IntervalSearch.3.gz %%SITE_PERL%%/Math/Interpolate.pm %%SITE_PERL%%/Math/IntervalSearch.pm -@dirrm %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Intersection-StraightLine/Makefile b/math/p5-Math-Intersection-StraightLine/Makefile index 62378ce5794e..e1d03ce39642 100644 --- a/math/p5-Math-Intersection-StraightLine/Makefile +++ b/math/p5-Math-Intersection-StraightLine/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calculate intersection point for two lines -MAN3= Math::Intersection::StraightLine.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Intersection-StraightLine/pkg-plist b/math/p5-Math-Intersection-StraightLine/pkg-plist index 03c104575aa1..9c46118013a8 100644 --- a/math/p5-Math-Intersection-StraightLine/pkg-plist +++ b/math/p5-Math-Intersection-StraightLine/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::Intersection::StraightLine.3.gz %%SITE_PERL%%/Math/Intersection/StraightLine.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection/StraightLine/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection/StraightLine +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection/StraightLine @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/Intersection diff --git a/math/p5-Math-Logic/Makefile b/math/p5-Math-Logic/Makefile index 56fd6d22c0b6..dd67070849cc 100644 --- a/math/p5-Math-Logic/Makefile +++ b/math/p5-Math-Logic/Makefile @@ -12,7 +12,5 @@ COMMENT= Perl module providing pure 2, 3, or multi-value logic USES= perl5 USE_PERL5= configure -MAN3= Math::Logic.3 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Logic/pkg-plist b/math/p5-Math-Logic/pkg-plist index 03e1101a49ef..30c93180e31f 100644 --- a/math/p5-Math-Logic/pkg-plist +++ b/math/p5-Math-Logic/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Logic/.packlist +%%PERL5_MAN3%%/Math::Logic.3.gz %%SITE_PERL%%/Math/Logic.pm -@dirrm %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Logic -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Logic/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Logic +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index d05707809282..1206f50b13c5 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -13,9 +13,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPC Library BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpc:${PORTSDIR}/math/mpc \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpc.so:${PORTSDIR}/math/mpc \ + libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod @@ -23,7 +23,4 @@ MAKE_ENV= INC="-I${LOCALBASE}/include" USES= perl5 USE_PERL5= configure -MAN3= Math::MPC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist index 6f015c3ce997..fafbafb91c73 100644 --- a/math/p5-Math-MPC/pkg-plist +++ b/math/p5-Math-MPC/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::MPC.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index b4f8bade4fdf..a26eede25d3d 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPFR Library -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \ p5-Math-GMPf>=0:${PORTSDIR}/math/p5-Math-GMPf \ p5-Math-GMPq>=0:${PORTSDIR}/math/p5-Math-GMPq \ @@ -22,7 +22,4 @@ USES= perl5 USE_PERL5= configure MAKE_ENV= INC="-I${LOCALBASE}/include" -MAN3= Math::MPFR.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-MPFR/pkg-plist b/math/p5-Math-MPFR/pkg-plist index 223e3f686f3d..3631c4c6697e 100644 --- a/math/p5-Math-MPFR/pkg-plist +++ b/math/p5-Math-MPFR/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::MPFR.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/Prec.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/V.pm diff --git a/math/p5-Math-NumberCruncher/Makefile b/math/p5-Math-NumberCruncher/Makefile index 9094a8935a64..ec9b9c142b94 100644 --- a/math/p5-Math-NumberCruncher/Makefile +++ b/math/p5-Math-NumberCruncher/Makefile @@ -14,7 +14,4 @@ COMMENT= Collection of useful math-related functions USES= perl5 USE_PERL5= configure -MAN3= Math::NumberCruncher.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-NumberCruncher/pkg-plist b/math/p5-Math-NumberCruncher/pkg-plist index 1e5140b25071..155896e55caf 100644 --- a/math/p5-Math-NumberCruncher/pkg-plist +++ b/math/p5-Math-NumberCruncher/pkg-plist @@ -1,6 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher/.packlist -%%SITE_PERL%%/Math/NumberCruncher.pod +%%PERL5_MAN3%%/Math::NumberCruncher.3.gz %%SITE_PERL%%/Math/NumberCruncher.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/Math/NumberCruncher.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 6826e7b4e2a6..4313b6583575 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/pari:configure -LIB_DEPENDS= pari:${PORTSDIR}/math/pari +LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari USES= perl5 USE_PERL5= configure @@ -19,9 +19,6 @@ USE_PERL5= configure CONFIGURE_ARGS= parilib="-L${LOCALBASE}/lib -lpari" \ paridir=`${MAKE} -C ${PORTSDIR}/math/pari -V WRKSRC` -MAN3= Math::Pari.3 Math::libPARI.3 Math::PariInit.3 - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/2001004/2003000/' ${WRKSRC}/Makefile.PL diff --git a/math/p5-Math-Pari/pkg-plist b/math/p5-Math-Pari/pkg-plist index f9e5656f2d16..b91f94955fa1 100644 --- a/math/p5-Math-Pari/pkg-plist +++ b/math/p5-Math-Pari/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/Math::Pari.3.gz +%%PERL5_MAN3%%/Math::PariInit.3.gz +%%PERL5_MAN3%%/Math::libPARI.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Pari.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/PariInit.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/libPARI.pod diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index c02029511a9d..2269e6304137 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -16,12 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::Polygon.3 \ - Math::Polygon::Calc.3 \ - Math::Polygon::Clip.3 \ - Math::Polygon::Surface.3 \ - Math::Polygon::Transform.3 \ - Math::Polygon::Convex.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Polygon/pkg-plist b/math/p5-Math-Polygon/pkg-plist index 6f6830b72e25..c556fcaa6bbd 100644 --- a/math/p5-Math-Polygon/pkg-plist +++ b/math/p5-Math-Polygon/pkg-plist @@ -1,18 +1,23 @@ +%%PERL5_MAN3%%/Math::Polygon.3.gz +%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz +%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz +%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz +%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz +%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz +%%SITE_PERL%%/Math/Polygon.pm %%SITE_PERL%%/Math/Polygon.pod -%%SITE_PERL%%/Math/Polygon/Surface.pm -%%SITE_PERL%%/Math/Polygon/Transform.pm %%SITE_PERL%%/Math/Polygon/Calc.pm -%%SITE_PERL%%/Math/Polygon/Transform.pod -%%SITE_PERL%%/Math/Polygon/Clip.pm -%%SITE_PERL%%/Math/Polygon/Surface.pod %%SITE_PERL%%/Math/Polygon/Calc.pod +%%SITE_PERL%%/Math/Polygon/Clip.pm %%SITE_PERL%%/Math/Polygon/Clip.pod %%SITE_PERL%%/Math/Polygon/Convex.pm %%SITE_PERL%%/Math/Polygon/Convex.pod +%%SITE_PERL%%/Math/Polygon/Surface.pm +%%SITE_PERL%%/Math/Polygon/Surface.pod +%%SITE_PERL%%/Math/Polygon/Transform.pm +%%SITE_PERL%%/Math/Polygon/Transform.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/.packlist -%%SITE_PERL%%/Math/Polygon.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/Polygon @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index 84be5ec4a9e1..b8dcfda4cf6b 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -17,7 +17,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Math::Polynomial::Solve.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Polynomial-Solve/pkg-plist b/math/p5-Math-Polynomial-Solve/pkg-plist index 3fa9890529a6..4952d6f0372b 100644 --- a/math/p5-Math-Polynomial-Solve/pkg-plist +++ b/math/p5-Math-Polynomial-Solve/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial/Solve/.packlist +%%PERL5_MAN3%%/Math::Polynomial::Solve.3.gz %%SITE_PERL%%/Math/Polynomial/Solve.pm -@dirrmtry %%SITE_PERL%%/Math/Polynomial -@dirrmtry %%SITE_PERL%%/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial/Solve/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial/Solve @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/Polynomial +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index 21b762ce6ffe..8f6a19f5cc42 100644 --- a/math/p5-Math-Random-MT-Auto/Makefile +++ b/math/p5-Math-Random-MT-Auto/Makefile @@ -18,9 +18,6 @@ TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure -MAN3= Math::Random::MT::Auto.3 Math::Random::MT::Auto::Range.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/math/p5-Math-Random-MT-Auto/pkg-plist b/math/p5-Math-Random-MT-Auto/pkg-plist index e09556a226ec..46499b52acc5 100644 --- a/math/p5-Math-Random-MT-Auto/pkg-plist +++ b/math/p5-Math-Random-MT-Auto/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Math::Random::MT::Auto.3.gz +%%PERL5_MAN3%%/Math::Random::MT::Auto::Range.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto/Range.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/.packlist diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index 1572124936cd..830d728a9073 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -17,7 +17,4 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= configure -MAN3= Math::Random::MT.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Random-MT/pkg-plist b/math/p5-Math-Random-MT/pkg-plist index 6510f1c77bac..68886aa9768c 100644 --- a/math/p5-Math-Random-MT/pkg-plist +++ b/math/p5-Math-Random-MT/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Random::MT.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.bs diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 0abc8847ee21..85b6266de962 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -13,7 +13,4 @@ COMMENT= Random number generators USES= perl5 USE_PERL5= configure -MAN3= Math::Random.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist index e7af7f18690e..88ddd30e199e 100644 --- a/math/p5-Math-Random/pkg-plist +++ b/math/p5-Math-Random/pkg-plist @@ -1,11 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/Math/test2.pl +%%PERL5_MAN3%%/Math::Random.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Math/test1.pl %%SITE_PERL%%/%%PERL_ARCH%%/Math/example.pl +%%SITE_PERL%%/%%PERL_ARCH%%/Math/test1.pl +%%SITE_PERL%%/%%PERL_ARCH%%/Math/test2.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/autosplit.ix @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index acff2f7ae393..302a14802f3b 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -14,10 +14,7 @@ COMMENT= Retrieve random numbers and data from random.org BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::RandomOrg.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-RandomOrg/pkg-plist b/math/p5-Math-RandomOrg/pkg-plist index ae791fd2799d..08900452e412 100644 --- a/math/p5-Math-RandomOrg/pkg-plist +++ b/math/p5-Math-RandomOrg/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::RandomOrg.3.gz %%SITE_PERL%%/Math/RandomOrg.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Round-Var/Makefile b/math/p5-Math-Round-Var/Makefile index ff0476f39805..8d4824360dfb 100644 --- a/math/p5-Math-Round-Var/Makefile +++ b/math/p5-Math-Round-Var/Makefile @@ -11,10 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Variations on rounding -MAN3= Math::Round::Var.3 - USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Round-Var/pkg-plist b/math/p5-Math-Round-Var/pkg-plist index dc2021a8ba48..fa209b4069af 100644 --- a/math/p5-Math-Round-Var/pkg-plist +++ b/math/p5-Math-Round-Var/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Round::Var.3.gz %%SITE_PERL%%/Math/Round/Var.pm -@dirrm %%SITE_PERL%%/Math/Round +@dirrmtry %%SITE_PERL%%/Math/Round @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile index 16590709f76b..e7d37ee3b248 100644 --- a/math/p5-Math-Sequence/Makefile +++ b/math/p5-Math-Sequence/Makefile @@ -13,10 +13,7 @@ COMMENT= Perl extension dealing with mathematic sequences BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Sequence.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Sequence/pkg-plist b/math/p5-Math-Sequence/pkg-plist index 0e0b3780cc68..e9ff5826136c 100644 --- a/math/p5-Math-Sequence/pkg-plist +++ b/math/p5-Math-Sequence/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::Sequence.3.gz %%SITE_PERL%%/Math/Sequence.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Sequence/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Sequence +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Sequence @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile index f6016431ca90..b1fc42e42dbd 100644 --- a/math/p5-Math-Series/Makefile +++ b/math/p5-Math-Series/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Sequence>=0:${PORTSDIR}/math/p5-Math-Sequence RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Series.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Series/pkg-plist b/math/p5-Math-Series/pkg-plist index 52e4e638273b..6158601e27b0 100644 --- a/math/p5-Math-Series/pkg-plist +++ b/math/p5-Math-Series/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::Series.3.gz %%SITE_PERL%%/Math/Series.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Series/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Series +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Series @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile index 32ab00531caf..356eb6081f32 100644 --- a/math/p5-Math-SimpleVariable/Makefile +++ b/math/p5-Math-SimpleVariable/Makefile @@ -14,9 +14,6 @@ COMMENT= Simple representation of mathematical variables USES= perl5 USE_PERL5= configure patch -MAN3= Math::SimpleVariable.3 - -NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \ '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' diff --git a/math/p5-Math-SimpleVariable/pkg-plist b/math/p5-Math-SimpleVariable/pkg-plist index 8da0f70f4fdc..d9ed886169b2 100644 --- a/math/p5-Math-SimpleVariable/pkg-plist +++ b/math/p5-Math-SimpleVariable/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist +%%PERL5_MAN3%%/Math::SimpleVariable.3.gz %%SITE_PERL%%/Math/SimpleVariable.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable -@dirrmtry %%SITE_PERL%%/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile index d3274cb643e9..77eb03b21bb3 100644 --- a/math/p5-Math-Spline/Makefile +++ b/math/p5-Math-Spline/Makefile @@ -15,7 +15,4 @@ RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative USES= perl5 USE_PERL5= configure -MAN3= Math::Spline.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Spline/pkg-plist b/math/p5-Math-Spline/pkg-plist index 4a4f1e8a07f3..55ceebd1e4d1 100644 --- a/math/p5-Math-Spline/pkg-plist +++ b/math/p5-Math-Spline/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline/.packlist +%%PERL5_MAN3%%/Math::Spline.3.gz %%SITE_PERL%%/Math/Spline.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-String/Makefile b/math/p5-Math-String/Makefile index 69795a20c093..87bff3255b80 100644 --- a/math/p5-Math-String/Makefile +++ b/math/p5-Math-String/Makefile @@ -16,11 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::String.3 \ - Math::String::Charset.3 \ - Math::String::Charset::Grouped.3 \ - Math::String::Charset::Nested.3 \ - Math::String::Sequence.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-String/pkg-plist b/math/p5-Math-String/pkg-plist index bad4495f960d..bd69a3eff0fb 100644 --- a/math/p5-Math-String/pkg-plist +++ b/math/p5-Math-String/pkg-plist @@ -1,9 +1,16 @@ -%%SITE_PERL%%/Math/String/Charset/Nested.pm -%%SITE_PERL%%/Math/String/Charset/Grouped.pm +%%PERL5_MAN3%%/Math::String.3.gz +%%PERL5_MAN3%%/Math::String::Charset.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Grouped.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Nested.3.gz +%%PERL5_MAN3%%/Math::String::Sequence.3.gz +%%SITE_PERL%%/Math/String.pm %%SITE_PERL%%/Math/String/Charset.pm +%%SITE_PERL%%/Math/String/Charset/Grouped.pm +%%SITE_PERL%%/Math/String/Charset/Nested.pm %%SITE_PERL%%/Math/String/Sequence.pm -%%SITE_PERL%%/Math/String.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/String/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/String +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/String/Charset @dirrmtry %%SITE_PERL%%/Math/String -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/String +@dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Symbolic-Custom-CCompiler/Makefile b/math/p5-Math-Symbolic-Custom-CCompiler/Makefile index 8e4a44f4a012..c331e1223b43 100644 --- a/math/p5-Math-Symbolic-Custom-CCompiler/Makefile +++ b/math/p5-Math-Symbolic-Custom-CCompiler/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0.509:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::CCompiler.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-CCompiler/pkg-plist b/math/p5-Math-Symbolic-Custom-CCompiler/pkg-plist index 21ac48b7931f..bb35221e1ce4 100644 --- a/math/p5-Math-Symbolic-Custom-CCompiler/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-CCompiler/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::CCompiler.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/CCompiler.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/CCompiler/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/CCompiler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/CCompiler @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Symbolic-Custom-Contains/Makefile b/math/p5-Math-Symbolic-Custom-Contains/Makefile index d185eb36cb01..8d718755c6b7 100644 --- a/math/p5-Math-Symbolic-Custom-Contains/Makefile +++ b/math/p5-Math-Symbolic-Custom-Contains/Makefile @@ -13,10 +13,7 @@ COMMENT= Find subtrees in Math::Symbolic expressions BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::Contains.3 - USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-Contains/pkg-plist b/math/p5-Math-Symbolic-Custom-Contains/pkg-plist index 4624fe5241c8..2b63cff7811b 100644 --- a/math/p5-Math-Symbolic-Custom-Contains/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-Contains/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::Contains.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/Contains.pm @dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/Math/Symbolic diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile index 10f7c9d789b7..0d24024f7fe5 100644 --- a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile @@ -13,10 +13,7 @@ COMMENT= Calculate Gaussian Error Propagation BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::ErrorPropagation.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist index c6e7bdf05e5c..983c32b521d1 100644 --- a/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::ErrorPropagation.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/ErrorPropagation.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/ErrorPropagation/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/ErrorPropagation +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/ErrorPropagation @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile index 563f9f43d537..0c498de60b60 100644 --- a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile +++ b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile @@ -13,10 +13,7 @@ COMMENT= Math::Symbolic LaTeX output BUILD_DEPENDS= p5-Math-Symbolic>=0.201:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::LaTeXDumper.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-plist b/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-plist index 4853b087cea5..851cc67a3ea6 100644 --- a/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-LaTeXDumper/pkg-plist @@ -1,6 +1,7 @@ -%%SITE_PERL%%//Math/Symbolic/Custom/LaTeXDumper.pm +%%PERL5_MAN3%%/Math::Symbolic::Custom::LaTeXDumper.3.gz +%%SITE_PERL%%/Math/Symbolic/Custom/LaTeXDumper.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/LaTeXDumper/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/LaTeXDumper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/LaTeXDumper @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Symbolic-Custom-Pattern/Makefile b/math/p5-Math-Symbolic-Custom-Pattern/Makefile index b0f1ca123d30..a7ff1589eb80 100644 --- a/math/p5-Math-Symbolic-Custom-Pattern/Makefile +++ b/math/p5-Math-Symbolic-Custom-Pattern/Makefile @@ -16,11 +16,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0.510:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Clone>=0:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::Pattern.3 \ - Math::Symbolic::Custom::Pattern::Export.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-Pattern/pkg-plist b/math/p5-Math-Symbolic-Custom-Pattern/pkg-plist index b886aab74ef2..e57682e7f8af 100644 --- a/math/p5-Math-Symbolic-Custom-Pattern/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-Pattern/pkg-plist @@ -1,11 +1,13 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::Pattern.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::Pattern::Export.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/Pattern.pm %%SITE_PERL%%/Math/Symbolic/Custom/Pattern/Export.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Pattern/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Pattern +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Pattern @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/Symbolic/Custom/Pattern +@dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom/Pattern @dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/Math/Symbolic @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile index 74a3c0676b50..9e94175d4c92 100644 --- a/math/p5-Math-Symbolic-Custom-Simplification/Makefile +++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile @@ -13,10 +13,7 @@ COMMENT= User defined simplification routines BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic::Custom::Simplification.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist b/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist index fbb8312053f1..2dab20b8b698 100644 --- a/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::Simplification.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/Simplification.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Simplification/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Simplification +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Simplification @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math diff --git a/math/p5-Math-Symbolic-Custom-Transformation/Makefile b/math/p5-Math-Symbolic-Custom-Transformation/Makefile index 25aad5d655f7..746975712a56 100644 --- a/math/p5-Math-Symbolic-Custom-Transformation/Makefile +++ b/math/p5-Math-Symbolic-Custom-Transformation/Makefile @@ -13,11 +13,7 @@ COMMENT= Transform Math::Symbolic trees RUN_DEPENDS= p5-Math-Symbolic>=0.507:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Symbolic-Custom-Pattern>=1.20:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern -MAN3= Math::Symbolic::Custom::Transformation.3 \ - Math::Symbolic::Custom::Transformation::Group.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic-Custom-Transformation/pkg-plist b/math/p5-Math-Symbolic-Custom-Transformation/pkg-plist index 2a7e0fb7bf69..1002588bf962 100644 --- a/math/p5-Math-Symbolic-Custom-Transformation/pkg-plist +++ b/math/p5-Math-Symbolic-Custom-Transformation/pkg-plist @@ -1,11 +1,13 @@ +%%PERL5_MAN3%%/Math::Symbolic::Custom::Transformation.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::Transformation::Group.3.gz %%SITE_PERL%%/Math/Symbolic/Custom/Transformation.pm %%SITE_PERL%%/Math/Symbolic/Custom/Transformation/Group.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/Symbolic/Custom/Transformation +@dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom/Transformation @dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom @dirrmtry %%SITE_PERL%%/Math/Symbolic @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index e4007496f450..7e728f71b5ed 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -17,28 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::Symbolic.3 \ - Math::Symbolic::AuxFunctions.3 \ - Math::Symbolic::Base.3 \ - Math::Symbolic::Compiler.3 \ - Math::Symbolic::Constant.3 \ - Math::Symbolic::Custom.3 \ - Math::Symbolic::Custom::Base.3 \ - Math::Symbolic::Custom::DefaultDumpers.3 \ - Math::Symbolic::Custom::DefaultMods.3 \ - Math::Symbolic::Custom::DefaultTests.3 \ - Math::Symbolic::Derivative.3 \ - Math::Symbolic::ExportConstants.3 \ - Math::Symbolic::MiscAlgebra.3 \ - Math::Symbolic::MiscCalculus.3 \ - Math::Symbolic::Operator.3 \ - Math::Symbolic::Parser.3 \ - Math::Symbolic::Parser::Precompiled.3 \ - Math::Symbolic::Variable.3 \ - Math::Symbolic::VectorCalculus.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Symbolic/pkg-plist b/math/p5-Math-Symbolic/pkg-plist index 92593e79c454..f94e49f66f0b 100644 --- a/math/p5-Math-Symbolic/pkg-plist +++ b/math/p5-Math-Symbolic/pkg-plist @@ -1,3 +1,22 @@ +%%PERL5_MAN3%%/Math::Symbolic.3.gz +%%PERL5_MAN3%%/Math::Symbolic::AuxFunctions.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Base.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Compiler.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Constant.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::Base.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::DefaultDumpers.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::DefaultMods.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Custom::DefaultTests.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Derivative.3.gz +%%PERL5_MAN3%%/Math::Symbolic::ExportConstants.3.gz +%%PERL5_MAN3%%/Math::Symbolic::MiscAlgebra.3.gz +%%PERL5_MAN3%%/Math::Symbolic::MiscCalculus.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Operator.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Parser.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Parser::Precompiled.3.gz +%%PERL5_MAN3%%/Math::Symbolic::Variable.3.gz +%%PERL5_MAN3%%/Math::Symbolic::VectorCalculus.3.gz %%SITE_PERL%%/Math/Symbolic.pm %%SITE_PERL%%/Math/Symbolic/AuxFunctions.pm %%SITE_PERL%%/Math/Symbolic/Base.pm @@ -20,9 +39,9 @@ %%SITE_PERL%%/Math/Symbolic/VectorCalculus.pm %%SITE_PERL%%/Math/compile_yapp_parser.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/Symbolic/Parser -@dirrm %%SITE_PERL%%/Math/Symbolic/Custom -@dirrm %%SITE_PERL%%/Math/Symbolic +@dirrmtry %%SITE_PERL%%/Math/Symbolic/Parser +@dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom +@dirrmtry %%SITE_PERL%%/Math/Symbolic @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile index f4b1aa2a1c0b..287d5771c73e 100644 --- a/math/p5-Math-SymbolicX-BigNum/Makefile +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::BigNum.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-BigNum/pkg-plist b/math/p5-Math-SymbolicX-BigNum/pkg-plist index dcf1d970017e..91e135d9e5f2 100644 --- a/math/p5-Math-SymbolicX-BigNum/pkg-plist +++ b/math/p5-Math-SymbolicX-BigNum/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::SymbolicX::BigNum.3.gz %%SITE_PERL%%/Math/SymbolicX/BigNum.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/BigNum/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/BigNum +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/BigNum @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/SymbolicX diff --git a/math/p5-Math-SymbolicX-Complex/Makefile b/math/p5-Math-SymbolicX-Complex/Makefile index 311adf73ea3e..d32d36deed36 100644 --- a/math/p5-Math-SymbolicX-Complex/Makefile +++ b/math/p5-Math-SymbolicX-Complex/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::Complex.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Complex/pkg-plist b/math/p5-Math-SymbolicX-Complex/pkg-plist index 43b5ee8c7596..0920ab47a7b0 100644 --- a/math/p5-Math-SymbolicX-Complex/pkg-plist +++ b/math/p5-Math-SymbolicX-Complex/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::SymbolicX::Complex.3.gz %%SITE_PERL%%/Math/SymbolicX/Complex.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Complex/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Complex +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Complex @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/SymbolicX diff --git a/math/p5-Math-SymbolicX-Error/Makefile b/math/p5-Math-SymbolicX-Error/Makefile index e0a8084e9f9c..f01a8a9f814e 100644 --- a/math/p5-Math-SymbolicX-Error/Makefile +++ b/math/p5-Math-SymbolicX-Error/Makefile @@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Number-WithError>=0:${PORTSDIR}/math/p5-Number-WithError RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::Error.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Error/pkg-plist b/math/p5-Math-SymbolicX-Error/pkg-plist index f6ffbdb44f6c..cbe4dfd3629b 100644 --- a/math/p5-Math-SymbolicX-Error/pkg-plist +++ b/math/p5-Math-SymbolicX-Error/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::SymbolicX::Error.3.gz %%SITE_PERL%%/Math/SymbolicX/Error.pm %%SITE_PERL%%/Math/SymbolicX/t.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Error/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Error +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Error @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/SymbolicX diff --git a/math/p5-Math-SymbolicX-Inline/Makefile b/math/p5-Math-SymbolicX-Inline/Makefile index 14154cc3cb2d..fcd95066a7d6 100644 --- a/math/p5-Math-SymbolicX-Inline/Makefile +++ b/math/p5-Math-SymbolicX-Inline/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Symbolic-Custom-Contains>=0:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Contains RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::Inline.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Inline/pkg-plist b/math/p5-Math-SymbolicX-Inline/pkg-plist index 95d2e007e311..1161ef4d5b39 100644 --- a/math/p5-Math-SymbolicX-Inline/pkg-plist +++ b/math/p5-Math-SymbolicX-Inline/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::SymbolicX::Inline.3.gz %%SITE_PERL%%/Math/SymbolicX/Inline.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/Math/SymbolicX @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile index ad9295b778e3..7690183a3c5e 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/Makefile +++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile @@ -13,10 +13,7 @@ COMMENT= Turn off Math::Symbolic simplification BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::NoSimplification.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-NoSimplification/pkg-plist b/math/p5-Math-SymbolicX-NoSimplification/pkg-plist index 89219414d2fa..fbed378cf93e 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/pkg-plist +++ b/math/p5-Math-SymbolicX-NoSimplification/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::SymbolicX::NoSimplification.3.gz %%SITE_PERL%%/Math/SymbolicX/NoSimplification.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/NoSimplification/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/NoSimplification +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/NoSimplification @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/SymbolicX diff --git a/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile b/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile index a7b7f5841ab3..ec2ce1d7b98f 100644 --- a/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile +++ b/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile @@ -11,12 +11,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Generate parser extensions BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic -RUN_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic - -MAN3= Math::SymbolicX::ParserExtensionFactory.3 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-plist b/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-plist index 84f8a96b19f1..803fb869f4fd 100644 --- a/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-plist +++ b/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Math::SymbolicX::ParserExtensionFactory.3.gz %%SITE_PERL%%/Math/SymbolicX/ParserExtensionFactory.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/ParserExtensionFactory/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/ParserExtensionFactory +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/ParserExtensionFactory @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/SymbolicX diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index 19757299e3fb..bf6368c368b6 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest -MAN3= Math::SymbolicX::Statistics::Distributions.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-plist b/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-plist index 5e363fdab995..2c4804693f31 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-plist +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-plist @@ -1,9 +1,10 @@ +%%PERL5_MAN3%%/Math::SymbolicX::Statistics::Distributions.3.gz %%SITE_PERL%%/Math/SymbolicX/Statistics/Distributions.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Statistics/Distributions/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Statistics/Distributions -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Statistics/Distributions +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Statistics @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/SymbolicX/Statistics +@dirrmtry %%SITE_PERL%%/Math/SymbolicX/Statistics @dirrmtry %%SITE_PERL%%/Math/SymbolicX @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-Units/Makefile b/math/p5-Math-Units/Makefile index 5b42a8336ecf..8155121f6f8a 100644 --- a/math/p5-Math-Units/Makefile +++ b/math/p5-Math-Units/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Unit conversion -MAN3= Math::Units.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Units/pkg-plist b/math/p5-Math-Units/pkg-plist index c8a82fd22c65..937624fdc1ea 100644 --- a/math/p5-Math-Units/pkg-plist +++ b/math/p5-Math-Units/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::Units.3.gz %%SITE_PERL%%/Math/Units.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Units/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Units +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Units @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Math-VecStat/Makefile b/math/p5-Math-VecStat/Makefile index 4d6cca377afd..17e9e46cbf08 100644 --- a/math/p5-Math-VecStat/Makefile +++ b/math/p5-Math-VecStat/Makefile @@ -16,7 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Math::VecStat.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-VecStat/pkg-plist b/math/p5-Math-VecStat/pkg-plist index c56ca746cfbd..af243e42ffa0 100644 --- a/math/p5-Math-VecStat/pkg-plist +++ b/math/p5-Math-VecStat/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat/.packlist +%%PERL5_MAN3%%/Math::VecStat.3.gz %%SITE_PERL%%/Math/VecStat.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index 3883d5e92c31..92ae0a410459 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -20,7 +20,4 @@ TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most USES= perl5 USE_PERL5= configure -MAN3= Math::MatrixReal.3 Math::Kleene.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-MatrixReal/pkg-plist index de529d689b3f..4b25e3104bfb 100644 --- a/math/p5-MatrixReal/pkg-plist +++ b/math/p5-MatrixReal/pkg-plist @@ -1,7 +1,9 @@ +%%PERL5_MAN3%%/Math::Kleene.3.gz +%%PERL5_MAN3%%/Math::MatrixReal.3.gz %%SITE_PERL%%/Math/Kleene.pod %%SITE_PERL%%/Math/MatrixReal.pm %%SITE_PERL%%/Math/funcs.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile index 68080081ab4c..ac9b45ecbe04 100644 --- a/math/p5-Number-Compare/Makefile +++ b/math/p5-Number-Compare/Makefile @@ -16,7 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Number::Compare.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Number-Compare/pkg-plist b/math/p5-Number-Compare/pkg-plist index 3f666f3c97a7..a8b231478019 100644 --- a/math/p5-Number-Compare/pkg-plist +++ b/math/p5-Number-Compare/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Compare/.packlist +%%PERL5_MAN3%%/Number::Compare.3.gz %%SITE_PERL%%/Number/Compare.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Compare -@dirrmtry %%SITE_PERL%%/Number +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Compare/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Compare @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number +@dirrmtry %%SITE_PERL%%/Number diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index d25d16b3f404..32002579c8bb 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -18,10 +18,7 @@ BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest -MAN3= Number::WithError::LaTeX.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Number-WithError-LaTeX/pkg-plist b/math/p5-Number-WithError-LaTeX/pkg-plist index 0d3692c3cba8..7cb9fee48190 100644 --- a/math/p5-Number-WithError-LaTeX/pkg-plist +++ b/math/p5-Number-WithError-LaTeX/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Number::WithError::LaTeX.3.gz %%SITE_PERL%%/Number/WithError/LaTeX.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError/LaTeX/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError/LaTeX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError/LaTeX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/WithError @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number @dirrmtry %%SITE_PERL%%/Number/WithError diff --git a/math/p5-Set-Partition/Makefile b/math/p5-Set-Partition/Makefile index 49d00e35c7ae..b3989417b779 100644 --- a/math/p5-Set-Partition/Makefile +++ b/math/p5-Set-Partition/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Enumerate all arrangements of a set in fixed subsets -MAN3= Set::Partition.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Set-Partition/pkg-plist b/math/p5-Set-Partition/pkg-plist index 3bb71339dbf9..a0a34349d521 100644 --- a/math/p5-Set-Partition/pkg-plist +++ b/math/p5-Set-Partition/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Set::Partition.3.gz %%SITE_PERL%%/Set/Partition.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Partition/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Partition +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Partition @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set @dirrmtry %%SITE_PERL%%/Set diff --git a/math/p5-Statistics-Contingency/Makefile b/math/p5-Statistics-Contingency/Makefile index da050390aafd..b264dc4c0562 100644 --- a/math/p5-Statistics-Contingency/Makefile +++ b/math/p5-Statistics-Contingency/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Statistics::Contingency.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-Contingency/pkg-plist b/math/p5-Statistics-Contingency/pkg-plist index 6aa07b5c7c86..cb5c72a20e3b 100644 --- a/math/p5-Statistics-Contingency/pkg-plist +++ b/math/p5-Statistics-Contingency/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency/.packlist +%%PERL5_MAN3%%/Statistics::Contingency.3.gz %%SITE_PERL%%/Statistics/Contingency.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Contingency @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics diff --git a/math/p5-Statistics-Descriptive-Discrete/Makefile b/math/p5-Statistics-Descriptive-Discrete/Makefile index 5ab75bd8a10a..35346232ea2f 100644 --- a/math/p5-Statistics-Descriptive-Discrete/Makefile +++ b/math/p5-Statistics-Descriptive-Discrete/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Compute descriptive statistics for discrete data sets -MAN3= Statistics::Descriptive::Discrete.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-Descriptive-Discrete/pkg-plist b/math/p5-Statistics-Descriptive-Discrete/pkg-plist index 341824565864..2fcee9a915f2 100644 --- a/math/p5-Statistics-Descriptive-Discrete/pkg-plist +++ b/math/p5-Statistics-Descriptive-Discrete/pkg-plist @@ -1,10 +1,11 @@ +%%PERL5_MAN3%%/Statistics::Descriptive::Discrete.3.gz %%SITE_PERL%%/Statistics/Descriptive/Discrete.pm %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics -@dirrm %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete +@dirrmtry %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete @dirrmtry %%SITE_PERL%%/auto/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics/Descriptive diff --git a/math/p5-Statistics-Forecast/Makefile b/math/p5-Statistics-Forecast/Makefile index d7dc2b2df865..1a1ece6d4acd 100644 --- a/math/p5-Statistics-Forecast/Makefile +++ b/math/p5-Statistics-Forecast/Makefile @@ -14,7 +14,4 @@ COMMENT= Calculates a future value USES= perl5 USE_PERL5= configure -MAN3= Statistics::Forecast.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-Forecast/pkg-plist b/math/p5-Statistics-Forecast/pkg-plist index 5d20d3d833cf..de0ec18b1171 100644 --- a/math/p5-Statistics-Forecast/pkg-plist +++ b/math/p5-Statistics-Forecast/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast/.packlist +%%PERL5_MAN3%%/Statistics::Forecast.3.gz %%SITE_PERL%%/Statistics/Forecast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics diff --git a/math/p5-Statistics-LineFit/Makefile b/math/p5-Statistics-LineFit/Makefile index 8e5c7ec3f03e..cc481f75b2e4 100644 --- a/math/p5-Statistics-LineFit/Makefile +++ b/math/p5-Statistics-LineFit/Makefile @@ -15,9 +15,6 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} -MAN3= Statistics::LineFit.3 - -NO_STAGE= yes post-extract: ${CHMOD} 755 ${WRKSRC} diff --git a/math/p5-Statistics-LineFit/pkg-plist b/math/p5-Statistics-LineFit/pkg-plist index 7cadedf0f9b4..8cd74d0719f2 100644 --- a/math/p5-Statistics-LineFit/pkg-plist +++ b/math/p5-Statistics-LineFit/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit/.packlist +%%PERL5_MAN3%%/Statistics::LineFit.3.gz %%SITE_PERL%%/Statistics/LineFit.pm -@dirrmtry %%SITE_PERL%%/Statistics +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +@dirrmtry %%SITE_PERL%%/Statistics diff --git a/math/p5-Statistics-R/Makefile b/math/p5-Statistics-R/Makefile index f249f713a29b..20aab6719e9f 100644 --- a/math/p5-Statistics-R/Makefile +++ b/math/p5-Statistics-R/Makefile @@ -20,9 +20,4 @@ RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ USES= perl5 USE_PERL5= configure -MAN3= Statistics::R::Legacy.3 \ - Statistics::R::Win32.3 \ - Statistics::R.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-R/pkg-plist b/math/p5-Statistics-R/pkg-plist index 804f803249bc..0c451aaed152 100644 --- a/math/p5-Statistics-R/pkg-plist +++ b/math/p5-Statistics-R/pkg-plist @@ -1,8 +1,11 @@ +%%PERL5_MAN3%%/Statistics::R.3.gz +%%PERL5_MAN3%%/Statistics::R::Legacy.3.gz +%%PERL5_MAN3%%/Statistics::R::Win32.3.gz +%%SITE_PERL%%/Statistics/R.pm %%SITE_PERL%%/Statistics/R/Legacy.pm %%SITE_PERL%%/Statistics/R/Win32.pm -%%SITE_PERL%%/Statistics/R.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R/.packlist -@dirrmtry %%SITE_PERL%%/Statistics/R -@dirrmtry %%SITE_PERL%%/Statistics @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +@dirrmtry %%SITE_PERL%%/Statistics/R +@dirrmtry %%SITE_PERL%%/Statistics diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile index 7469a217fad0..3e7917883f11 100644 --- a/math/p5-Statistics-TTest/Makefile +++ b/math/p5-Statistics-TTest/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Statistics::TTest.3 Statistics::PointEstimation.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-TTest/pkg-plist b/math/p5-Statistics-TTest/pkg-plist index e33d8acf037c..a2677a3f5da5 100644 --- a/math/p5-Statistics-TTest/pkg-plist +++ b/math/p5-Statistics-TTest/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Statistics::PointEstimation.3.gz +%%PERL5_MAN3%%/Statistics::TTest.3.gz %%SITE_PERL%%/Statistics/PointEstimation.pm %%SITE_PERL%%/Statistics/TTest.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/TTest/.packlist diff --git a/math/p5-Task-Math-Symbolic/Makefile b/math/p5-Task-Math-Symbolic/Makefile index f5fac2c0d6fe..aafa2f513f14 100644 --- a/math/p5-Task-Math-Symbolic/Makefile +++ b/math/p5-Task-Math-Symbolic/Makefile @@ -29,7 +29,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Task::Math::Symbolic.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Task-Math-Symbolic/pkg-plist b/math/p5-Task-Math-Symbolic/pkg-plist index e1ccb23ba4cb..83370d93ff82 100644 --- a/math/p5-Task-Math-Symbolic/pkg-plist +++ b/math/p5-Task-Math-Symbolic/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Task::Math::Symbolic.3.gz %%SITE_PERL%%/Task/Math/Symbolic.pm -@dirrmtry %%SITE_PERL%%/Task/Math -@dirrmtry %%SITE_PERL%%/Task %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Math/Symbolic/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Math/Symbolic +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task +@dirrmtry %%SITE_PERL%%/Task/Math +@dirrmtry %%SITE_PERL%%/Task diff --git a/math/p5-Text-AsciiTeX/Makefile b/math/p5-Text-AsciiTeX/Makefile index ccc1cc477a0b..be8884bd753f 100644 --- a/math/p5-Text-AsciiTeX/Makefile +++ b/math/p5-Text-AsciiTeX/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent USES= perl5 USE_PERL5= modbuild -MAN3= Text::AsciiTeX.3 Text::AsciiTeX::Syntax.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Text-AsciiTeX/pkg-plist b/math/p5-Text-AsciiTeX/pkg-plist index ac4e7bdb5f35..2297163b6da9 100644 --- a/math/p5-Text-AsciiTeX/pkg-plist +++ b/math/p5-Text-AsciiTeX/pkg-plist @@ -1,5 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Text/AsciiTeX/Syntax.pod +%%PERL5_MAN3%%/Text::AsciiTeX.3.gz +%%PERL5_MAN3%%/Text::AsciiTeX::Syntax.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Text/AsciiTeX.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/AsciiTeX/Syntax.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/AsciiTeX/AsciiTeX.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/AsciiTeX/AsciiTeX.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/AsciiTeX diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 982e02c1eacc..579ac7812a62 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -13,9 +13,4 @@ COMMENT= Transparent BigNumber/BigRational support for Perl USES= perl5 USE_PERL5= configure -MAN3= bigint.3 \ - bignum.3 \ - bigrat.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-bignum/pkg-plist b/math/p5-bignum/pkg-plist index fbdd8c3f6389..8b87385fc56f 100644 --- a/math/p5-bignum/pkg-plist +++ b/math/p5-bignum/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/bigint.3.gz +%%PERL5_MAN3%%/bignum.3.gz +%%PERL5_MAN3%%/bigrat.3.gz %%SITE_PERL%%/Math/BigFloat/Trace.pm %%SITE_PERL%%/Math/BigInt/Trace.pm %%SITE_PERL%%/bigint.pm @@ -5,6 +8,6 @@ %%SITE_PERL%%/bigrat.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/bignum/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/bignum -@dirrmtry %%SITE_PERL%%/Math/BigFloat @dirrmtry %%SITE_PERL%%/Math/BigInt +@dirrmtry %%SITE_PERL%%/Math/BigFloat @dirrmtry %%SITE_PERL%%/Math |