From 762d0aef958103b1d9672f30be6329fec746a42d Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 29 Aug 2005 14:00:54 +0000 Subject: Add mpfr 2.1.2, a library for multiple-precision floating-point computations. PR: ports/84724 Submitted by: Steven G. Kargl --- math/mpfr/Makefile | 23 +++++++++++++++++++++++ math/mpfr/distinfo | 2 ++ math/mpfr/pkg-descr | 13 +++++++++++++ math/mpfr/pkg-plist | 3 +++ 4 files changed, 41 insertions(+) create mode 100644 math/mpfr/Makefile create mode 100644 math/mpfr/distinfo create mode 100644 math/mpfr/pkg-descr create mode 100644 math/mpfr/pkg-plist (limited to 'math/mpfr') 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 +# +# $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 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 -- cgit