diff options
author | obache <obache@pkgsrc.org> | 2010-08-17 11:24:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-17 11:24:20 +0000 |
commit | 4b023396c76208d69892e661356f4f5430fcf024 (patch) | |
tree | 28bdffbab826f5c6484e40c6ae815486ab818216 /math | |
parent | e19b9f80df4fe452163c09e99f5500ee061db32b (diff) | |
download | pkgsrc-4b023396c76208d69892e661356f4f5430fcf024.tar.gz |
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).
Diffstat (limited to 'math')
-rw-r--r-- | math/mapm/Makefile | 10 | ||||
-rw-r--r-- | math/mapm/PLIST | 3 | ||||
-rw-r--r-- | math/mapm/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
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 |