diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
commit | f2ede9b4c914247b1bd9e2c08de15881e10a0357 (patch) | |
tree | 4a25475aea25bf8a9483be4ecbcc38cb408ad9a4 /math | |
parent | 09f24999c5b02b7a0d359a7e053ce7d67314d735 (diff) | |
download | FreeBSD-ports-f2ede9b4c914247b1bd9e2c08de15881e10a0357.zip FreeBSD-ports-f2ede9b4c914247b1bd9e2c08de15881e10a0357.tar.gz |
USE_SIZEify
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 1 | ||||
-rw-r--r-- | math/djbfft/distinfo | 1 | ||||
-rw-r--r-- | math/mprime/Makefile | 1 | ||||
-rw-r--r-- | math/mprime/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Expr/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Expr/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-FFT/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-FFT/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Logic/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Logic/distinfo | 1 |
12 files changed, 13 insertions, 0 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 2dad64b..448a431 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -15,6 +15,7 @@ COMMENT= An extremely fast library for floating-point convolution NO_PACKAGE= Forbidden - we have patches to the distribution. +USE_SIZE= yes ALL_TARGET= INSTALL_TARGET=setup check USE_PERL5_BUILD=yes diff --git a/math/djbfft/distinfo b/math/djbfft/distinfo index febafa7..6045891 100644 --- a/math/djbfft/distinfo +++ b/math/djbfft/distinfo @@ -1 +1,2 @@ MD5 (djbfft-0.76.tar.gz) = 9349eff24c1f9fdfb98cfb51bece8efb +SIZE (djbfft-0.76.tar.gz) = 80092 diff --git a/math/mprime/Makefile b/math/mprime/Makefile index 188863f..2c73bcbba 100644 --- a/math/mprime/Makefile +++ b/math/mprime/Makefile @@ -25,6 +25,7 @@ USE_REINPLACE= yes USE_ZIP= yes USE_BZIP2= yes USE_GMAKE= yes +USE_SIZE= yes WRKSRC= ${WRKDIR}/linux MAKEFILE= makebsd ALL_TARGET= clean mprime diff --git a/math/mprime/distinfo b/math/mprime/distinfo index d466923..c294631 100644 --- a/math/mprime/distinfo +++ b/math/mprime/distinfo @@ -1,2 +1,4 @@ MD5 (mprime/source22.zip) = 4ac3d4fcb6219b4a25968bb17def217e +SIZE (mprime/source22.zip) = 2332076 MD5 (mprime/prime95-text-2003042900-22.12.tar.bz2) = 8488a53735577fe0a2b181fe76724ec4 +SIZE (mprime/prime95-text-2003042900-22.12.tar.bz2) = 23200 diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index b7b383e..80d12fd 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl module for parsing mathematical expressions into a tree structure +USE_SIZE= yes PERL_CONFIGURE= yes MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ diff --git a/math/p5-Math-Expr/distinfo b/math/p5-Math-Expr/distinfo index 77ba1b0..46e91e9 100644 --- a/math/p5-Math-Expr/distinfo +++ b/math/p5-Math-Expr/distinfo @@ -1 +1,2 @@ MD5 (Math-Expr-0.4.tar.gz) = 2c4f7eb097bca918f4748f7843bca02b +SIZE (Math-Expr-0.4.tar.gz) = 21295 diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index bb328f5..4bca3c5 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl module providing an interface to Fast Fourier Transform routines +USE_SIZE= yes PERL_CONFIGURE= yes MAN3= Math::FFT.3 diff --git a/math/p5-Math-FFT/distinfo b/math/p5-Math-FFT/distinfo index 81bc9f2..f7bcd08 100644 --- a/math/p5-Math-FFT/distinfo +++ b/math/p5-Math-FFT/distinfo @@ -1 +1,2 @@ MD5 (Math-FFT-0.25.tar.gz) = c44ab37a4d21ffa57ea49c01801106fe +SIZE (Math-FFT-0.25.tar.gz) = 28114 diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 5976e95..dd935fb 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl routines for data sets interpolation and interval search +USE_SIZE= yes PERL_CONFIGURE= yes MAN3= Math::Interpolate.3 Math::IntervalSearch.3 diff --git a/math/p5-Math-Interpolate/distinfo b/math/p5-Math-Interpolate/distinfo index fb55118..059453e 100644 --- a/math/p5-Math-Interpolate/distinfo +++ b/math/p5-Math-Interpolate/distinfo @@ -1 +1,2 @@ MD5 (Math-Interpolate-1.05.tar.gz) = 1826c6c24b75a2a27964c3dac198adac +SIZE (Math-Interpolate-1.05.tar.gz) = 44323 diff --git a/math/p5-Math-Logic/Makefile b/math/p5-Math-Logic/Makefile index 8a6898d..b526c44 100644 --- a/math/p5-Math-Logic/Makefile +++ b/math/p5-Math-Logic/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl module providing pure 2, 3 or multi-value logic +USE_SIZE= yes PERL_CONFIGURE= yes MAN3= Math::Logic.3 diff --git a/math/p5-Math-Logic/distinfo b/math/p5-Math-Logic/distinfo index ffcc20d..adc8aee 100644 --- a/math/p5-Math-Logic/distinfo +++ b/math/p5-Math-Logic/distinfo @@ -1 +1,2 @@ MD5 (Math-Logic-1.19.tar.gz) = 01352cf5bf8f4be78779ac57c033b7b5 +SIZE (Math-Logic-1.19.tar.gz) = 12923 |