diff --git a/math/mpfi/Makefile b/math/mpfi/Makefile index da093b98420f..86f98dc4dabf 100644 --- a/math/mpfi/Makefile +++ b/math/mpfi/Makefile @@ -1,24 +1,25 @@ PORTNAME= mpfi PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/38111/ +MASTER_SITES= https://perso.ens-lyon.fr/nathalie.revol/softwares/ MAINTAINER= thierry@FreeBSD.org COMMENT= Multiple Precision Floating-point Interval library WWW= https://perso.ens-lyon.fr/nathalie.revol/software.html LICENSE= LGPL3 GPLv3 LICENSE_COMB= dual BUILD_DEPENDS= makeinfo:print/texinfo LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= autoreconf libtool localbase +USES= libtool localbase tar:bz2 INFO= ${PORTNAME} GNU_CONFIGURE= yes USE_LDCONFIG= yes .include diff --git a/math/mpfi/distinfo b/math/mpfi/distinfo index 409b16808dcf..ed3da7de0720 100644 --- a/math/mpfi/distinfo +++ b/math/mpfi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585759151 -SHA256 (mpfi-1.5.4.tar.gz) = 3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56 -SIZE (mpfi-1.5.4.tar.gz) = 261696 +TIMESTAMP = 1773748649 +SHA256 (mpfi-1.5.4.tar.bz2) = d20ba56a8d57d0816f028be8b18a4aa909a068efcb9a260e69577939e4199752 +SIZE (mpfi-1.5.4.tar.bz2) = 456917 diff --git a/math/mpfi/pkg-descr b/math/mpfi/pkg-descr index ac769e65868a..839d231f8635 100644 --- a/math/mpfi/pkg-descr +++ b/math/mpfi/pkg-descr @@ -1,16 +1,14 @@ MPFI is a library for interval arithmetic, which is built upon the MPFR multiple precision floating-point arithmetic. MPFI is intended to be a portable library written in C for arbitrary precision interval arithmetic with intervals represented using MPFR reliable floating-point numbers. It is based on the GNU MP library and on the MPFR library. The purpose of an arbitrary precision interval arithmetic is on the one hand to get "guaranteed" results, thanks to interval computation, and on the other hand to obtain accurate results, thanks to multiple precision arithmetic. The MPFI library is built upon MPFR in order to benefit from the correct rounding provided, for each operation or function, by MPFR. Further advantages of using MPFR are its portability and compliance with the IEEE 754 standard for floating-point arithmetic. - -www: http://mpfi.gforge.inria.fr/ diff --git a/math/mpfi/pkg-plist b/math/mpfi/pkg-plist index 52ca3dd62023..2f99197780d4 100644 --- a/math/mpfi/pkg-plist +++ b/math/mpfi/pkg-plist @@ -1,6 +1,7 @@ include/mpfi.h include/mpfi_io.h lib/libmpfi.a lib/libmpfi.so lib/libmpfi.so.0 lib/libmpfi.so.0.0.0 +libdata/pkgconfig/mpfi.pc