diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-06-25 10:30:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-06-25 10:30:39 +0000 |
commit | c0f392872885136d29c4da0b2eb9b89a18d0608b (patch) | |
tree | 953fd5421c6ef932e52e9519c350c93d60845991 /math | |
parent | d129b50b0b4e4f2336f635471f088f8425feeb59 (diff) | |
download | ports-c0f392872885136d29c4da0b2eb9b89a18d0608b.tar.gz ports-c0f392872885136d29c4da0b2eb9b89a18d0608b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gmp/Makefile | 4 | ||||
-rw-r--r-- | math/gmp/distinfo | 6 | ||||
-rw-r--r-- | math/gmp/pkg-descr | 2 | ||||
-rw-r--r-- | math/libgmp4/Makefile | 4 | ||||
-rw-r--r-- | math/libgmp4/distinfo | 6 | ||||
-rw-r--r-- | math/libgmp4/pkg-descr | 2 |
6 files changed, 16 insertions, 8 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index e5cee1c823c3..f768e4881729 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -16,6 +16,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic +USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -27,4 +28,7 @@ INFO= gmp post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> diff --git a/math/gmp/distinfo b/math/gmp/distinfo index dcb12714f169..5bb36cdb3c3d 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,3 +1,3 @@ -MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d -SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a -SIZE (gmp-4.2.2.tar.gz) = 2279978 +MD5 (gmp-4.2.2.tar.bz2) = 7ce52531644e6d12f16911b7e3151f3f +SHA256 (gmp-4.2.2.tar.bz2) = 2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b +SIZE (gmp-4.2.2.tar.bz2) = 1747068 diff --git a/math/gmp/pkg-descr b/math/gmp/pkg-descr index 1570d9e11eda..113a0a21599a 100644 --- a/math/gmp/pkg-descr +++ b/math/gmp/pkg-descr @@ -16,7 +16,7 @@ advantage for GMP increases with the operand sizes for certain operations, since GMP in many cases has asymptotically faster algorithms. -WWW: http://www.swox.com/gmp/ +WWW: http://gmplib.org/ - Alex Dupre ale@FreeBSD.org diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index e5cee1c823c3..f768e4881729 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,6 +16,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic +USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -27,4 +28,7 @@ INFO= gmp post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> diff --git a/math/libgmp4/distinfo b/math/libgmp4/distinfo index dcb12714f169..5bb36cdb3c3d 100644 --- a/math/libgmp4/distinfo +++ b/math/libgmp4/distinfo @@ -1,3 +1,3 @@ -MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d -SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a -SIZE (gmp-4.2.2.tar.gz) = 2279978 +MD5 (gmp-4.2.2.tar.bz2) = 7ce52531644e6d12f16911b7e3151f3f +SHA256 (gmp-4.2.2.tar.bz2) = 2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b +SIZE (gmp-4.2.2.tar.bz2) = 1747068 diff --git a/math/libgmp4/pkg-descr b/math/libgmp4/pkg-descr index 1570d9e11eda..113a0a21599a 100644 --- a/math/libgmp4/pkg-descr +++ b/math/libgmp4/pkg-descr @@ -16,7 +16,7 @@ advantage for GMP increases with the operand sizes for certain operations, since GMP in many cases has asymptotically faster algorithms. -WWW: http://www.swox.com/gmp/ +WWW: http://gmplib.org/ - Alex Dupre ale@FreeBSD.org |