diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.zip FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz |
Support STAGEDIR.
168 files changed, 331 insertions, 484 deletions
diff --git a/math/p5-AI-DecisionTree/Makefile b/math/p5-AI-DecisionTree/Makefile index f18ae64..562b3d31 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 a4a1411..03b071e 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 03517520..dcab9e5 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 770b1fd..6c9990c 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 2bac469..6cacbaf 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 f38aecc..56da86d 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 2e47620..bec7dd3 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 d143454..a3d316d 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 2b10bf3..8ac58af 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 4f65bee..04d9933 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 12b89a3..baba48d 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 52d4977..cfd4d2f 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 c875907..d162667 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 f003de6..f860602 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 b93bfc3..8507d09 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 45993ce..59f4877 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 5bdf455..e0f5476 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 091da486..5aa767c 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 d6d959f..8cae1ef 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 e2a7369..57ac1cf 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 4330b96..adba67a 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 896e60d..62f03f9 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 18f22d0..52daf3f0 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 9cd5c51..1684cce 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 278c9fe..e1d835f 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 970e17a..5880019 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 28d7b35..65d3c4f 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 e44484e..fcc32ff 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 1199e07..b0be74b 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 ec6a9a5..db4ddae 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 fb1de27..d72acef 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 949ff72..e6c04c0 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 41a29ca..00aa0e7 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 6962b4c..6709305 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 271b8be..ea8b465 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 479fed3..7ecd8d6 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 318051b..d47004f 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 74d50f1..e70b96d 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 b0102ac..718af6b 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 4cc9517..76aaee3 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 ac2a4c0..5e9fee0 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 b956b86..8a19cf5 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 fc9dcea..0904ab4 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 bc3698d..158925b 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 f75c8ce..e1b107a 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 cf7c25c..aade93d 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 7ebe456..eb0d73e 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 30f1dbe..1e979ac 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 06bf061..5ffe1d5 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 0d16f00..0418fb6 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 a089958..75ed8bf 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 98572f9..3596732 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 783ecbf..723ff82 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 fd70702..491d5d1 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 fd9ccc3..3d9c561 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 7165de8..91c029a 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 48c6871..8ce3fd3 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 dc79993..12cbfca 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 cf7a2e4..91c4e2d 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 de77cb7..bd6ec2b 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 e503f3c..4348462 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 b14e377..516e3c3 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 3b6a75d..9a4d2c9 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 e6429e3..49ec3a2 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 7677d30..25bca5c 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 2cd6277..1b7623b 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 616bae0..4e460b6 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 5f9ff3e..a0fc372 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 923a863..c6fbd9e 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 0a5a858..bc23896 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 edec852..ab1c4aa 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 7e38ba1..c5e55b8 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 62378ce..e1d03ce 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 03c1045..9c46118 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 56fd6d2..dd67070 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 03e1101..30c9318 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 d057078..1206f50 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 6f015c3..fafbafb 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 b4f8bad..a26eede 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 223e3f6..3631c4c 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 9094a89..ec9b9c1 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 1e5140b..155896e 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 6826e7b..4313b65 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 f9e5656..b91f949 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 c020295..2269e63 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 6f6830b..c556fca 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 84be5ec..b8dcfda 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 3fa9890..4952d6f 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 21b762c..8f6a19f 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 e09556a..46499b5 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 1572124..830d728 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 6510f1c..68886aa 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 0abc884..85b6266 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 e7af7f1..88ddd30 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 acff2f7..302a148 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 ae791fd..0890045 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 ff0476f..8d48243 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 dc2021a..fa209b4 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 1659070..e7d37ee 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 0e0b378..e9ff582 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 f601643..b1fc42e 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 52e4e63..6158601 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 32ab005..356eb60 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 8da0f70..d9ed886 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 d3274cb..77eb03b 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 4a4f1e8..55ceebd 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 69795a2..87bff32 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 bad4495..bd69a3e 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 8e4a44f..c331e12 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 21ac48b..bb35221 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 d185eb3..8d71875 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 4624fe5..2b63cff 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 10f7c9d..0d24024 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 c6e7bdf..983c32b 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 563f9f4..0c498de 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 4853b08..851cc67 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 b0f1ca1..a7ff158 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 b886aab..e57682e 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 74a3c06..9e94175 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 fbb8312..2dab20b 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 25aad5d..7469757 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 2a7e0fb..1002588 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 e400749..7e728f7 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 92593e7..f94e49f 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 f4b1aa2a..287d577 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 dcf1d97..91e135d 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 311adf7..d32d36d 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 43b5ee8..0920ab4 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 e0a8084..f01a8a9 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 f6ffbdb..cbe4dfd 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 14154cc..fcd9506 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 95d2e00..1161ef4 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 ad9295b..7690183 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 8921941..fbed378 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 a7b7f58..ec2ce1d 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 84f8a96..803fb86 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 1975729..bf6368c 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 5e363fd..2c48046 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 5b42a83..8155121 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 c8a82fd..937624f 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 4d6cca3..17e9e46 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 c56ca74..af243e4 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 3883d5e..92ae0a4 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 de529d6..4b25e31 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 6808008..ac9b45e 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 3f666f3..a8b2314 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 d25d16b..3200257 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 0d3692c..7cb9fee 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 49d00e3..b398941 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 3bb7133..a0a3434 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 da05039..b264dc4 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 6aa07b5..cb5c72a 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 5ab75bd..35346232 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 3418245..2fcee9a 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 d7dc2b2..1a1ece6 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 5d20d3d..de0ec18 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 8e5c7ec..cc481f7 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 7cadedf..8cd74d0 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 f249f71..20aab67 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 804f803..0c451aa 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 7469a21..3e79178 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 e33d8ac..a2677a3 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 f5fac2c..aafa2f5 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 e1ccb23..83370d9 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 ccc1cc4..be8884b 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 ac4e7bd..2297163 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 982e02c..579ac78 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 fbdd8c3..8b87385 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 |