pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update mathomatic to 11.2d.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bbb677f197e
branches: trunk
changeset: 477241:6bbb677f197e
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Jun 28 13:58:25 2004 +0000
description:
Update mathomatic to 11.2d.
Changes:
Slight improvement to integrate and laplace commands.
Integrate/laplace x on (a+x)/(b+c) works now.
Added more examples to the documentation (am.htm).
2 to 10 times speedup for simplify command by fixing polynomial factoring.
diffstat:
doc/CHANGES | 3 ++-
math/mathomatic/Makefile | 7 +++++--
math/mathomatic/PLIST | 7 ++++++-
math/mathomatic/distinfo | 8 ++++----
math/mathomatic/patches/patch-aa | 12 ++++++------
5 files changed, 23 insertions(+), 14 deletions(-)
diffs (87 lines):
diff -r 9a8a73bd2f5e -r 6bbb677f197e doc/CHANGES
--- a/doc/CHANGES Mon Jun 28 13:58:08 2004 +0000
+++ b/doc/CHANGES Mon Jun 28 13:58:25 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6367 2004/06/28 13:50:40 jmmv Exp $
+$NetBSD: CHANGES,v 1.6368 2004/06/28 13:58:25 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3129,3 +3129,4 @@
Updated GConf2-ui to 2.6.2 [jmmv 2004-06-28]
Updated gconf-editor to 2.6.2 [jmmv 2004-06-28]
Updated gnome2-applets to 2.6.2 [jmmv 2004-06-28]
+ Updated mathomatic to 11.2d [minskim 2004-06-28]
diff -r 9a8a73bd2f5e -r 6bbb677f197e math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Mon Jun 28 13:58:08 2004 +0000
+++ b/math/mathomatic/Makefile Mon Jun 28 13:58:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/06/26 21:23:43 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/28 13:58:25 minskim Exp $
#
-DISTNAME= mathomatic-11.2c
+DISTNAME= mathomatic-11.2d
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
@@ -26,5 +26,8 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/am ${PREFIX}/bin/am_mathomatic
${INSTALL_MAN} ${WRKSRC}/am.1 ${PREFIX}/man/man1/am_mathomatic.1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/readme.txt \
+ ${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"
diff -r 9a8a73bd2f5e -r 6bbb677f197e math/mathomatic/PLIST
--- a/math/mathomatic/PLIST Mon Jun 28 13:58:08 2004 +0000
+++ b/math/mathomatic/PLIST Mon Jun 28 13:58:25 2004 +0000
@@ -1,3 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/31 18:14:08 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/06/28 13:58:25 minskim Exp $
bin/am_mathomatic
man/man1/am_mathomatic.1
+share/doc/${PKGBASE}/am.htm
+share/doc/${PKGBASE}/manual.htm
+share/doc/${PKGBASE}/notes.htm
+share/doc/${PKGBASE}/readme.txt
+@dirrm share/doc/${PKGBASE}
diff -r 9a8a73bd2f5e -r 6bbb677f197e math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Mon Jun 28 13:58:08 2004 +0000
+++ b/math/mathomatic/distinfo Mon Jun 28 13:58:25 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2004/06/26 21:23:43 minskim Exp $
+$NetBSD: distinfo,v 1.13 2004/06/28 13:58:25 minskim Exp $
-SHA1 (mathomatic-11.2c.tgz) = ccf3b18ac9613c59327e1f03954f18d34483d410
-Size (mathomatic-11.2c.tgz) = 123833 bytes
-SHA1 (patch-aa) = 5db7a43eaee9ed963a180e7617f4e8125ac541c8
+SHA1 (mathomatic-11.2d.tgz) = 5e6a942ef54c8c633ca9429c8feba4cb2efa6da9
+Size (mathomatic-11.2d.tgz) = 125048 bytes
+SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985
diff -r 9a8a73bd2f5e -r 6bbb677f197e math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa Mon Jun 28 13:58:08 2004 +0000
+++ b/math/mathomatic/patches/patch-aa Mon Jun 28 13:58:25 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2004/06/04 03:38:29 minskim Exp $
+$NetBSD: patch-aa,v 1.6 2004/06/28 13:58:25 minskim Exp $
---- makefile.orig 2004-06-01 00:55:54.000000000 -0500
+--- makefile.orig 2004-06-25 18:30:52.000000000 -0500
+++ makefile
@@ -1,13 +1,13 @@
# Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
@@ -16,8 +16,8 @@
+CFLAGS += -DREADLINE
+LIBS += -lreadline
--PREFIX = /usr/local
-+#PREFIX = /usr/local
+-prefix = /usr/local
++prefix = ${PREFIX}
+ bindir = $(prefix)/bin
+ mandir = $(prefix)/man
- AOUT =am
- OBJECTS =main.o am.o parse.o cmds.o simplify.o factor.o super.o \
Home |
Main Index |
Thread Index |
Old Index