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 12.2c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72719571277a
branches:  trunk
changeset: 492359:72719571277a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Apr 11 03:45:43 2005 +0000

description:
Update mathomatic to 12.2c.

Changes:
  - Use mkstemp() for temp file in edit command.  Put temp file in "/tmp",
    instead of current directory.
  - Created my_strlcpy(), since Linux doesn't have strlcpy().
  - Made everything declared static that should be.
  - Prime Number Tools cleaned up and compiled with "-Wall".
  - Made them all successfully compile with g++.
  - A bug fix for HTML mode.
  - Completely removed sensitivity command and simplified parsing code.
  - Fixed minor bug in fraction format display routine.

diffstat:

 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r bc21481a6ace -r 72719571277a math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Mon Apr 11 03:29:21 2005 +0000
+++ b/math/mathomatic/Makefile  Mon Apr 11 03:45:43 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2005/03/28 14:52:28 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2005/04/11 03:45:43 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.2b
+DISTNAME=              mathomatic-12.2c
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r bc21481a6ace -r 72719571277a math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Mon Apr 11 03:29:21 2005 +0000
+++ b/math/mathomatic/distinfo  Mon Apr 11 03:45:43 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2005/03/28 14:52:28 minskim Exp $
+$NetBSD: distinfo,v 1.33 2005/04/11 03:45:43 minskim Exp $
 
-SHA1 (mathomatic-12.2b.tgz) = c03a0e5e9430dd3929a36d12abc2cdc0c8a9545f
-RMD160 (mathomatic-12.2b.tgz) = dcd360a256fded9707be129c85d0684d1b05a91c
-Size (mathomatic-12.2b.tgz) = 133945 bytes
+SHA1 (mathomatic-12.2c.tgz) = 3c0ba971639b29ddcbd4d75047b13c031451fa7e
+RMD160 (mathomatic-12.2c.tgz) = f27ecf4f4d7f8dd1e59b40258515ba569afd0f7e
+Size (mathomatic-12.2c.tgz) = 120410 bytes
 SHA1 (patch-aa) = e75d4f2d1bd3c5a3e41194d38a1c783a59ef0e39



Home | Main Index | Thread Index | Old Index