diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 09:47:48 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 09:47:48 +0800 |
commit | 9c1522b79dcc8b8a724f80636fdc2de97df51cd8 (patch) | |
tree | 3f4c11721abe1273bfb5891c4df75a81d0365e06 /math | |
parent | f48abe54206eb6d48a001af1809ace7a9b6bcf62 (diff) | |
download | freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.gz freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.zst freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu)
Diffstat (limited to 'math')
-rw-r--r-- | math/glgraph/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 5 | ||||
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Chart-Math-Axis/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-plist | 3 | ||||
-rw-r--r-- | math/p5-Math-Currency/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Symbolic/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Number-WithError-LaTeX/Makefile | 2 | ||||
-rw-r--r-- | math/p5-bignum/Makefile | 5 |
11 files changed, 18 insertions, 27 deletions
diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index 7c4d71e2fa67..9289d4276896 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -8,7 +8,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL based function grapher RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/OpenGL.pm:${PORTSDIR}/graphics/p5-OpenGL \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ import:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 1d869025bca4..dfddca83ef60 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -7,6 +7,7 @@ PORTNAME= Algorithm-Combinatorics PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Efficient generation of combinatorial sequences -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader -RUN_DEPENDS= ${BUILD_DEPENDS} - MAN3= Algorithm::Combinatorics.3 PERL_CONFIGURE= yes diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index eaa0483bac4c..dc1cbd1d49c2 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -7,6 +7,7 @@ PORTNAME= CAD-Calc PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= math graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ COMMENT= Generic cad-related geometry calculations BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ ${SITE_PERL}/Math/Round/Var.pm:${PORTSDIR}/math/p5-Math-Round-Var \ - ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/Math/Geometry/Planar/Offset.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Chart-Math-Axis/Makefile b/math/p5-Chart-Math-Axis/Makefile index 3d8c40f84a3e..08f261076952 100644 --- a/math/p5-Chart-Math-Axis/Makefile +++ b/math/p5-Chart-Math-Axis/Makefile @@ -7,6 +7,7 @@ PORTNAME= Chart-Math-Axis PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= math graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Implements an algorithm to find good values for chart axis -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ - ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \ - ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4808403b1cf5..abb9be6d8bd9 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigInt-Pari PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= andrey@kostenko.name COMMENT= Use Math::Pari for Math::BigInt routines -RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +RUN_DEPENDS= p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari PERL_CONFIGURE= yes diff --git a/math/p5-Math-BigInt-Pari/pkg-plist b/math/p5-Math-BigInt-Pari/pkg-plist index ed803a391c18..6e08ef06b8ff 100644 --- a/math/p5-Math-BigInt-Pari/pkg-plist +++ b/math/p5-Math-BigInt-Pari/pkg-plist @@ -1,4 +1,7 @@ @comment $FreeBSD$ %%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 diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index b99df73a77e3..355426037028 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Currency PORTVERSION= 0.46 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for exact currency math with formatting and rounding -BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision \ - ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index ed9f6c685559..8b4ff99f0dc6 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Polygon PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Class for Maintaining Polygon Data -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index 1c67b1ae76da..e701182fb6cf 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Symbolic PORTVERSION= 0.603 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Symbolic calculations -BUILD_DEPENDS= ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ +BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index ab9fa2d46360..94ed06179760 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -7,6 +7,7 @@ PORTNAME= Number-WithError-LaTeX PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ COMMENT= LaTeX output for Number::WithError BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ - ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \ ${SITE_PERL}/TeX/Encode.pm:${PORTSDIR}/textproc/p5-TeX-Encode RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 250020079cce..5db503fea3b1 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -7,6 +7,7 @@ PORTNAME= bignum PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math @@ -15,10 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Transparent BigNumber/BigRational support for Perl -RUN_DEPENDS= p5-Math-BigInt>=1.88:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= yes MAN3= bigint.3 \ |