diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/mpfr/Makefile | 23 | ||||
-rw-r--r-- | math/mpfr/distinfo | 2 | ||||
-rw-r--r-- | math/mpfr/pkg-descr | 13 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 429b146e09b1..79bd6fb41ee0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -120,6 +120,7 @@ SUBDIR += metis-edf SUBDIR += miracl SUBDIR += mpexpr + SUBDIR += mpfr SUBDIR += mprime SUBDIR += mtl SUBDIR += mtrxmath diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile new file mode 100644 index 000000000000..6bdd68d30486 --- /dev/null +++ b/math/mpfr/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mpfr +# Date created: 28 Aug 2005 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mpfr +PORTVERSION= 2.1.2 +CATEGORIES= math devel +MASTER_SITES= http://www.mpfr.org/mpfr-current/ + +MAINTAINER= ale@FreeBSD.org +COMMENT= A library for multiple-precision floating-point computations + +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} + +INFO= mpfr + +.include <bsd.port.mk> diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo new file mode 100644 index 000000000000..26e8045aa91c --- /dev/null +++ b/math/mpfr/distinfo @@ -0,0 +1,2 @@ +MD5 (mpfr-2.1.2.tar.gz) = d3bf773894478bf71af87f681b6819a1 +SIZE (mpfr-2.1.2.tar.gz) = 622693 diff --git a/math/mpfr/pkg-descr b/math/mpfr/pkg-descr new file mode 100644 index 000000000000..22b3e44c49fb --- /dev/null +++ b/math/mpfr/pkg-descr @@ -0,0 +1,13 @@ +The MPFR library is a C library for multiple-precision floating-point +computations with exact rounding (also called correct rounding). It +is based on the GMP multiple-precision library. + +The main goal of MPFR is to provide a library for multiple-precision +floating-point computation which is both efficient and has a well-defined +semantics. It copies the good ideas from the ANSI/IEEE-754 standard for +double-precision floating-point arithmetic (53-bit mantissa). + +WWW: http://www.mpfr/org/ + +- Alex Dupre +ale@FreeBSD.org diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist new file mode 100644 index 000000000000..8ce14d435be4 --- /dev/null +++ b/math/mpfr/pkg-plist @@ -0,0 +1,3 @@ +lib/libmpfr.a +include/mpfr.h +include/mpf2mpfr.h |