From 4b023396c76208d69892e661356f4f5430fcf024 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 17 Aug 2010 11:24:20 +0000 Subject: Update mapm to 4.9.5a. Based on PR#43736 by Kamel Derouiche. V 4.9.5 - Dec 10, 2007 Updated software license, allowing distribution of modified source code. The actual library source code is identical to version 4.9.2 (except the obvious library version identifier, and Digital Mars #ifdef). Added support for the Digital Mars Compiler. Added build script for Intel Linux Compiler. V 4.9.5a - Feb 21, 2010 Updated authors email address. Note that there are no changes to the library source code - so the library will still identify itself as "4.9.5". Added Makefile for Microsoft Visual Studio 2005. Added another Makefile for MAC OSX (for 10.6). --- math/mapm/Makefile | 10 +++++----- math/mapm/PLIST | 3 ++- math/mapm/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'math') diff --git a/math/mapm/Makefile b/math/mapm/Makefile index da718525f40..1c6de60a58f 100644 --- a/math/mapm/Makefile +++ b/math/mapm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2010/08/17 11:24:20 obache Exp $ # -DISTNAME= mapm-4.9.2 +DISTNAME= mapm-4.9.5a CATEGORIES= math MASTER_SITES= http://www.tc.umn.edu/~ringx004/ @@ -11,9 +11,9 @@ COMMENT= Arbitrary Precision Math library PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/mapm_4.9.2 +WRKSRC= ${WRKDIR}/${DISTNAME:S/-/_/} -DOCS= README algorithms.used function.ref +DOCS= README algorithms.used function.ref article.pdf USE_LANGUAGES= c c++ @@ -23,7 +23,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/m_apm.h ${DESTDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libmapm.a ${DESTDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/calc ${DESTDIR}${PREFIX}/bin/mapm-calc - cd ${WRKSRC}; for f in ${DOCS}; do \ + cd ${WRKSRC}/DOCS; for f in ${DOCS}; do \ ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/mapm; \ done diff --git a/math/mapm/PLIST b/math/mapm/PLIST index 9984db902b1..865c4f11689 100644 --- a/math/mapm/PLIST +++ b/math/mapm/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/08/17 11:24:20 obache Exp $ bin/mapm-calc include/m_apm.h lib/libmapm.a share/doc/mapm/README share/doc/mapm/algorithms.used +share/doc/mapm/article.pdf share/doc/mapm/function.ref diff --git a/math/mapm/distinfo b/math/mapm/distinfo index c5102c50c49..4593764b08f 100644 --- a/math/mapm/distinfo +++ b/math/mapm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 12:06:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2010/08/17 11:24:20 obache Exp $ -SHA1 (mapm-4.9.2.tar.gz) = e6270b4b88fb1e02acd5699c9c2d6c8a1824153d -RMD160 (mapm-4.9.2.tar.gz) = 59763de606943e684addbc88c84e7ba073a2cfad -Size (mapm-4.9.2.tar.gz) = 161575 bytes +SHA1 (mapm-4.9.5a.tar.gz) = 481bb2f1958bf62ca3ffff23e0d4b994c40b5a80 +RMD160 (mapm-4.9.5a.tar.gz) = 59f17ef04a068ef05f43c9dbf747e9eed22cae2c +Size (mapm-4.9.5a.tar.gz) = 163651 bytes -- cgit v1.2.3