pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 14.0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b17a678b70d3
branches:  trunk
changeset: 543636:b17a678b70d3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 21 17:23:26 2008 +0000

description:
Update mathomatic to 14.0.5.

Major changes since 12.8.0:
- Improved the "solve verify" command option.
- Added "derivative nosimplify" command option.
- Added "simplify sign" command option.
- More correct simplification restriction added.
- Disallow variable name "all" in expressions.
- Turned off readline file name completion.
- Implemented integral divide operator "//".

diffstat:

 math/mathomatic/Makefile         |   4 ++--
 math/mathomatic/PLIST            |  26 +++++++++++++++-----------
 math/mathomatic/distinfo         |  10 +++++-----
 math/mathomatic/patches/patch-aa |   8 ++++----
 4 files changed, 26 insertions(+), 22 deletions(-)

diffs (77 lines):

diff -r f148a60d92f6 -r b17a678b70d3 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Jun 21 17:17:51 2008 +0000
+++ b/math/mathomatic/Makefile  Sat Jun 21 17:23:26 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2008/03/04 18:12:59 jlam Exp $
+# $NetBSD: Makefile,v 1.86 2008/06/21 17:23:26 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.8.0
+DISTNAME=              mathomatic-14.0.5
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
diff -r f148a60d92f6 -r b17a678b70d3 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST     Sat Jun 21 17:17:51 2008 +0000
+++ b/math/mathomatic/PLIST     Sat Jun 21 17:23:26 2008 +0000
@@ -1,13 +1,17 @@
-@comment $NetBSD: PLIST,v 1.10 2007/09/16 16:53:12 minskim Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/06/21 17:23:26 minskim Exp $
 bin/mathomatic
 man/man1/mathomatic.1
-share/doc/${PKGBASE}/README.txt
-share/doc/${PKGBASE}/am.html
-share/doc/${PKGBASE}/favicon.ico
-share/doc/${PKGBASE}/greenfade.png
-share/doc/${PKGBASE}/index.html
-share/doc/${PKGBASE}/led_circle_green.png
-share/doc/${PKGBASE}/manpage.html
-share/doc/${PKGBASE}/manual.html
-share/doc/${PKGBASE}/notes.html
-@dirrm share/doc/${PKGBASE}
+share/doc/mathomatic/README.txt
+share/doc/mathomatic/am.html
+share/doc/mathomatic/doc.css
+share/doc/mathomatic/favicon.ico
+share/doc/mathomatic/greenfade.png
+share/doc/mathomatic/index.html
+share/doc/mathomatic/led_circle_green.png
+share/doc/mathomatic/manual.html
+share/doc/mathomatic/matho-pascal.1.html
+share/doc/mathomatic/matho-primes.1.html
+share/doc/mathomatic/matho-sumsq.1.html
+share/doc/mathomatic/mathomatic.1.html
+share/doc/mathomatic/open_book_nae_02.png
+@dirrm share/doc/mathomatic
diff -r f148a60d92f6 -r b17a678b70d3 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Jun 21 17:17:51 2008 +0000
+++ b/math/mathomatic/distinfo  Sat Jun 21 17:23:26 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2007/11/21 23:36:23 minskim Exp $
+$NetBSD: distinfo,v 1.76 2008/06/21 17:23:26 minskim Exp $
 
-SHA1 (mathomatic-12.8.0.tar.bz2) = 898bd34bc3085d95318796343d0fef04962d23f4
-RMD160 (mathomatic-12.8.0.tar.bz2) = caa3ed249225f02385049dad3c09027d6f00c949
-Size (mathomatic-12.8.0.tar.bz2) = 127221 bytes
-SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af
+SHA1 (mathomatic-14.0.5.tar.bz2) = ae438144b980ccf24032d8a2fe29e6c99dda6b20
+RMD160 (mathomatic-14.0.5.tar.bz2) = d5e2897a4b14fb8c4ba636813f8fe8c2fb1faabb
+Size (mathomatic-14.0.5.tar.bz2) = 141987 bytes
+SHA1 (patch-aa) = 40cb5c7b8867768234784afc209a57c2a84ff6f1
diff -r f148a60d92f6 -r b17a678b70d3 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Sat Jun 21 17:17:51 2008 +0000
+++ b/math/mathomatic/patches/patch-aa  Sat Jun 21 17:23:26 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.18 2007/04/18 21:09:13 minskim Exp $
+$NetBSD: patch-aa,v 1.19 2008/06/21 17:23:26 minskim Exp $
 
---- makefile.orig      2007-04-04 15:06:10.000000000 -0700
+--- makefile.orig      2008-06-15 05:37:20.000000000 -0700
 +++ makefile
-@@ -8,8 +8,8 @@ LDFLAGS                += -s # The default linker flag
- LIBS          += -lm # The default libraries to link.
+@@ -8,8 +8,8 @@ LDFLAGS                += # linker flags
+ LIBS          += -lm # libraries to link
  
  # "make READLINE=1" to include readline support:
 -CFLAGS                += $(READLINE:1=-DREADLINE)



Home | Main Index | Thread Index | Old Index