diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
commit | 43485240fbb28269d906aa6fe20c065c1aeff699 (patch) | |
tree | b3d214b4731928c9d3555f209ef3978e2063a645 /math | |
parent | Add a missing dependency on libXrender, and add a missing '\n' to the end of (diff) |
USE_SIZEify
Notes
Notes:
svn path=/head/; revision=100321
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 2dad64bd2b9d..448a431e797a 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 febafa7af64e..6045891b2dd4 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 188863f60ff8..2c73bcbba190 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 d466923d372f..c2946313fd84 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 b7b383ed0c0a..80d12fd84bd6 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 77ba1b0a928f..46e91e974f37 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 bb328f5378de..4bca3c52a3ed 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 81bc9f255b70..f7bcd080e59a 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 5976e956c1db..dd935fb7189b 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 fb5511821521..059453e53225 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 8a6898deca2d..b526c4492edd 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 ffcc20de53e5..adc8aeeb5f2a 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 |