pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mapm import mapm-4.9.2, another Arbitrary Precisi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d0ae969d64a
branches: trunk
changeset: 478367:0d0ae969d64a
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Jul 22 17:33:28 2004 +0000
description:
import mapm-4.9.2, another Arbitrary Precision Math library
(pretty complete, what I'm missing is just better rounding and
conversion support)
diffstat:
math/mapm/DESCR | 8 ++++++++
math/mapm/Makefile | 26 ++++++++++++++++++++++++++
math/mapm/PLIST | 8 ++++++++
math/mapm/distinfo | 4 ++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 9e1ae708bf2d -r 0d0ae969d64a math/mapm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/mapm/DESCR Thu Jul 22 17:33:28 2004 +0000
@@ -0,0 +1,8 @@
+Mike's Arbitrary Precision Math Library is a set of functions that
+allow the user to perform math to any level of accuracy that is
+desired.
+This library
+will perform the following functions to any desired precision level :
+SQRT, CBRT, SIN, COS, TAN, ARC-SIN, ARC-COS, ARC-TAN, ARC-TAN2, LOG,
+LOG10, EXP, POW, SINH, COSH, TANH, ARC-SINH, ARC-COSH, ARC-TANH, and
+also FACTORIAL.
diff -r 9e1ae708bf2d -r 0d0ae969d64a math/mapm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/mapm/Makefile Thu Jul 22 17:33:28 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/22 17:33:28 drochner Exp $
+#
+
+DISTNAME= mapm-4.9.2
+CATEGORIES= math
+MASTER_SITES= http://www.tc.umn.edu/~ringx004/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.tc.umn.edu/~ringx004/
+COMMENT= Arbitrary Precision Math library
+
+WRKSRC= ${WRKDIR}/mapm_4.9.2
+USE_BUILDLINK3= yes
+
+DOCS= README algorithms.used function.ref
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/m_apm.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/libmapm.a ${PREFIX}/lib
+ ${INSTALL_PROGRAM} ${WRKSRC}/calc ${PREFIX}/bin/mapm-calc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mapm
+ cd ${WRKSRC}; for f in ${DOCS}; do \
+ ${INSTALL_DATA} $$f ${PREFIX}/share/doc/mapm; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9e1ae708bf2d -r 0d0ae969d64a math/mapm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/mapm/PLIST Thu Jul 22 17:33:28 2004 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/22 17:33:28 drochner Exp $
+bin/mapm-calc
+include/m_apm.h
+lib/libmapm.a
+share/doc/mapm/README
+share/doc/mapm/algorithms.used
+share/doc/mapm/function.ref
+@dirrm share/doc/mapm
diff -r 9e1ae708bf2d -r 0d0ae969d64a math/mapm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/mapm/distinfo Thu Jul 22 17:33:28 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/22 17:33:28 drochner Exp $
+
+SHA1 (mapm-4.9.2.tar.gz) = e6270b4b88fb1e02acd5699c9c2d6c8a1824153d
+Size (mapm-4.9.2.tar.gz) = 161575 bytes
Home |
Main Index |
Thread Index |
Old Index