pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mpfr update to 2.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/01b30727bbe8
branches: trunk
changeset: 533420:01b30727bbe8
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Sep 18 20:15:57 2007 +0000
description:
update to 2.3.0
changes:
-New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
mpfr_setsign, mpfr_copysign, mpfr_get_patches
-Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved
-More detailed MPFR manual
-Improved tests (make check)
-Bug fixes
diffstat:
math/mpfr/Makefile | 9 ++-------
math/mpfr/buildlink3.mk | 3 +--
math/mpfr/distinfo | 13 +++++--------
math/mpfr/patches/patch-aa | 8 ++++----
4 files changed, 12 insertions(+), 21 deletions(-)
diffs (77 lines):
diff -r 538a1e2391ae -r 01b30727bbe8 math/mpfr/Makefile
--- a/math/mpfr/Makefile Tue Sep 18 20:13:14 2007 +0000
+++ b/math/mpfr/Makefile Tue Sep 18 20:15:57 2007 +0000
@@ -1,15 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/09/18 20:15:57 drochner Exp $
#
-DISTNAME= mpfr-2.2.0
+DISTNAME= mpfr-2.3.0
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/mpfr-current/
-DIST_SUBDIR= mpfr-2.2.0-060221
-PATCH_SITES= http://www.mpfr.org/mpfr-current/
-PATCHFILES= patches
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= rh%NetBSD.org@localhost
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations
diff -r 538a1e2391ae -r 01b30727bbe8 math/mpfr/buildlink3.mk
--- a/math/mpfr/buildlink3.mk Tue Sep 18 20:13:14 2007 +0000
+++ b/math/mpfr/buildlink3.mk Tue Sep 18 20:15:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 23:10:59 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2007/09/18 20:15:58 drochner Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MPFR_BUILDLINK3_MK:= ${MPFR_BUILDLINK3_MK}+
@@ -13,7 +13,6 @@
.if !empty(MPFR_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
-BUILDLINK_DEPMETHOD.mpfr?= build
BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr
.endif # MPFR_BUILDLINK3_MK
diff -r 538a1e2391ae -r 01b30727bbe8 math/mpfr/distinfo
--- a/math/mpfr/distinfo Tue Sep 18 20:13:14 2007 +0000
+++ b/math/mpfr/distinfo Tue Sep 18 20:15:57 2007 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/03/24 10:35:29 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/09/18 20:15:58 drochner Exp $
-SHA1 (mpfr-2.2.0-060221/mpfr-2.2.0.tar.gz) = 4b284df87e0adac4d00b573d48ab77ff8ef6de75
-RMD160 (mpfr-2.2.0-060221/mpfr-2.2.0.tar.gz) = ea16ccba121eaa3f92b4b2fac31e9a60de9b118b
-Size (mpfr-2.2.0-060221/mpfr-2.2.0.tar.gz) = 944299 bytes
-SHA1 (mpfr-2.2.0-060221/patches) = 3c4680500722e349d4dd4d515098b64e535fd054
-RMD160 (mpfr-2.2.0-060221/patches) = 031e2a081318bce2a9faaa6d912995ec74fbadaf
-Size (mpfr-2.2.0-060221/patches) = 44540 bytes
-SHA1 (patch-aa) = afb281d1f954af759f81b7ed2039c97a285065da
+SHA1 (mpfr-2.3.0.tar.gz) = 04cccc50438248e71b9232bb3c852f508ad0ffea
+RMD160 (mpfr-2.3.0.tar.gz) = 2e61748abc86a9c9578666ca5d2498956a24fa4b
+Size (mpfr-2.3.0.tar.gz) = 1153474 bytes
+SHA1 (patch-aa) = 5eb0a9996c8c7af27df9081a4b675b47a15c096e
diff -r 538a1e2391ae -r 01b30727bbe8 math/mpfr/patches/patch-aa
--- a/math/mpfr/patches/patch-aa Tue Sep 18 20:13:14 2007 +0000
+++ b/math/mpfr/patches/patch-aa Tue Sep 18 20:15:57 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2006/03/24 10:35:29 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2007/09/18 20:15:58 drochner Exp $
---- mpfr.h.orig 2006-03-24 10:17:08.000000000 +0000
+--- mpfr.h.orig 2007-08-29 12:18:11.000000000 +0200
+++ mpfr.h
-@@ -22,6 +22,10 @@ MA 02110-1301, USA. */
+@@ -23,6 +23,10 @@ MA 02110-1301, USA. */
#ifndef __MPFR_H
#define __MPFR_H
@@ -12,4 +12,4 @@
+
/* Define MPFR version number */
#define MPFR_VERSION_MAJOR 2
- #define MPFR_VERSION_MINOR 2
+ #define MPFR_VERSION_MINOR 3
Home |
Main Index |
Thread Index |
Old Index