mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support STAGEDIR.
This commit is contained in:
parent
be444a2d99
commit
5e06901c39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332813
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,4 @@ NO_WRKSUBDIR= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AI::NeuralNet::BackProp.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= AI::Perceptron.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/AI::Perceptron.3.gz
|
||||
%%SITE_PERL%%/AI/Perceptron.pm
|
||||
@dirrmtry %%SITE_PERL%%/AI
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Algorithm::CurveFit.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/Algorithm::CurveFit.3.gz
|
||||
%%SITE_PERL%%/Algorithm/CurveFit.pm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/CAD::Calc.3.gz
|
||||
%%SITE_PERL%%/CAD/Calc.pm
|
||||
@dirrmtry %%SITE_PERL%%/CAD
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/Data::Float.3.gz
|
||||
%%SITE_PERL%%/Data/Float.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
|
@ -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*
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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',!; }" \
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -17,7 +17,4 @@ LICENSE_COMB= dual
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Polynomial::Solve.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Random number generators
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Random.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user