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.3b.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ac55a234407
branches: trunk
changeset: 478572:3ac55a234407
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Jul 26 17:37:02 2004 +0000
description:
Update mathomatic to 11.3b.
Changes:
Proper exit after error reading files on the command line.
Added code to preserve roots of integers, if the result is irrational.
Fixed "calculate >filename".
Made "+/-2^.5" work as expected.
Code cleanup.
Full simplify added for every loop of taylor command.
Removed "replace temp" option, so that the "temp" variable can be renamed.
diffstat:
doc/CHANGES | 3 ++-
math/mathomatic/Makefile | 6 +++---
math/mathomatic/PLIST | 4 ++--
math/mathomatic/distinfo | 6 +++---
4 files changed, 10 insertions(+), 9 deletions(-)
diffs (62 lines):
diff -r 7d10d3326103 -r 3ac55a234407 doc/CHANGES
--- a/doc/CHANGES Mon Jul 26 17:32:52 2004 +0000
+++ b/doc/CHANGES Mon Jul 26 17:37:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6682 2004/07/26 17:32:52 shannonjr Exp $
+$NetBSD: CHANGES,v 1.6683 2004/07/26 17:37:02 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3572,3 +3572,4 @@
Updated doxygen to 1.3.8 [martti 2004-07-26]
Added crypto++-5.1 [minskim 2004-07-26]
Updated gcc34-ada to 3.4.1nb1 [shannonjr 2004-07-26]
+ Updated mathomatic to 11.3b [minskim 2004-07-26]
diff -r 7d10d3326103 -r 3ac55a234407 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Mon Jul 26 17:32:52 2004 +0000
+++ b/math/mathomatic/Makefile Mon Jul 26 17:37:02 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/07/13 21:12:23 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/26 17:37:02 minskim Exp $
#
-DISTNAME= mathomatic-11.3
+DISTNAME= mathomatic-11.3b
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
@@ -27,7 +27,7 @@
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/readme.txt \
+ ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/README.txt \
${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"
diff -r 7d10d3326103 -r 3ac55a234407 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST Mon Jul 26 17:32:52 2004 +0000
+++ b/math/mathomatic/PLIST Mon Jul 26 17:37:02 2004 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/07/04 16:38:47 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/07/26 17:37:02 minskim Exp $
bin/mathomatic
man/man1/mathomatic.1
+share/doc/${PKGBASE}/README.txt
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 7d10d3326103 -r 3ac55a234407 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Mon Jul 26 17:32:52 2004 +0000
+++ b/math/mathomatic/distinfo Mon Jul 26 17:37:02 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2004/07/13 21:12:23 minskim Exp $
+$NetBSD: distinfo,v 1.16 2004/07/26 17:37:02 minskim Exp $
-SHA1 (mathomatic-11.3.tgz) = 7ad8e8e9936a12dc5db0628f69f3fcc66efe0ef6
-Size (mathomatic-11.3.tgz) = 125651 bytes
+SHA1 (mathomatic-11.3b.tgz) = deb0c0211524bc6acf878485cec932c9771b9476
+Size (mathomatic-11.3b.tgz) = 125769 bytes
SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985
Home |
Main Index |
Thread Index |
Old Index