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 11.4b.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9377199b92be
branches: trunk
changeset: 481888:9377199b92be
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Oct 14 13:43:26 2004 +0000
description:
Update mathomatic to 11.4b.
Changes:
- Added "code integer" command, which outputs working C code with integer
variables.
- Changed makefile to use libncurses instead of libcurses.
- Added more simplification rules for modulus.
diffstat:
math/mathomatic/Makefile | 4 ++--
math/mathomatic/distinfo | 8 ++++----
math/mathomatic/patches/patch-aa | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (47 lines):
diff -r db07588d14f4 -r 9377199b92be math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Thu Oct 14 12:29:12 2004 +0000
+++ b/math/mathomatic/Makefile Thu Oct 14 13:43:26 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2004/10/04 21:32:29 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/14 13:43:26 minskim Exp $
#
-DISTNAME= mathomatic-11.4
+DISTNAME= mathomatic-11.4b
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
diff -r db07588d14f4 -r 9377199b92be math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Thu Oct 14 12:29:12 2004 +0000
+++ b/math/mathomatic/distinfo Thu Oct 14 13:43:26 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2004/10/04 21:32:29 minskim Exp $
+$NetBSD: distinfo,v 1.20 2004/10/14 13:43:26 minskim Exp $
-SHA1 (mathomatic-11.4.tgz) = 72cb6af569f3452a0c3a021f8cad69f5267b8aa5
-Size (mathomatic-11.4.tgz) = 119821 bytes
-SHA1 (patch-aa) = 75ecc14afaa661e27db5020e18fe6da7eb9d7afd
+SHA1 (mathomatic-11.4b.tgz) = adf92e9c3d1e58ba4c8a21efd57d717a2561e857
+Size (mathomatic-11.4b.tgz) = 120932 bytes
+SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b
diff -r db07588d14f4 -r 9377199b92be math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa Thu Oct 14 12:29:12 2004 +0000
+++ b/math/mathomatic/patches/patch-aa Thu Oct 14 13:43:26 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.8 2004/09/25 00:40:54 minskim Exp $
+$NetBSD: patch-aa,v 1.9 2004/10/14 13:43:26 minskim Exp $
---- makefile.orig 2004-08-02 20:07:42.000000000 -0500
+--- makefile.orig Mon Oct 4 20:55:33 2004
+++ makefile
@@ -1,14 +1,14 @@
# Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
@@ -13,7 +13,7 @@
LIBS = -lm
-CFLAGS += $(READLINE:1=-DREADLINE)
--LIBS += $(READLINE:1=-lreadline -lcurses)
+-LIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
+LIBS += -lreadline -ltermcap
Home |
Main Index |
Thread Index |
Old Index