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.6.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e5b4c5201a7
branches: trunk
changeset: 528011:6e5b4c5201a7
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Apr 18 21:09:13 2007 +0000
description:
Update mathomatic to 12.6.12.
Changes since 12.6.8:
12/16/06 - Add "set special_variable_character" option.
12/26/06 - Comment makefiles and add "INSTALL.txt" for first-time users.
12/31/06 - Add "primes/primorial" Python program.
2/10/07 - "make install" wasn't working - fixed.
2/24/07 - Allow calculating large powers of complex numbers at the prompt,
like (i#+1)^99.
3/06/07 - Display which color mode is in effect on startup of Mathomatic.
3/08/07 - Some minor interface improvements to the taylor command.
3/31/07 - Corrected limit command for infinity limits.
4/3/07 - Updated root "README.txt" and created "tests/limits.in".
diffstat:
math/mathomatic/Makefile | 4 ++--
math/mathomatic/distinfo | 10 +++++-----
math/mathomatic/patches/patch-aa | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (53 lines):
diff -r fe0a000c4438 -r 6e5b4c5201a7 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Wed Apr 18 18:47:21 2007 +0000
+++ b/math/mathomatic/Makefile Wed Apr 18 21:09:13 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2007/01/07 09:13:59 rillig Exp $
+# $NetBSD: Makefile,v 1.77 2007/04/18 21:09:13 minskim Exp $
#
-DISTNAME= mathomatic-12.6.8
+DISTNAME= mathomatic-12.6.12
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
diff -r fe0a000c4438 -r 6e5b4c5201a7 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Wed Apr 18 18:47:21 2007 +0000
+++ b/math/mathomatic/distinfo Wed Apr 18 21:09:13 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2007/01/02 16:56:20 minskim Exp $
+$NetBSD: distinfo,v 1.70 2007/04/18 21:09:13 minskim Exp $
-SHA1 (mathomatic-12.6.8.tar.bz2) = b2344ac3244990eed56e61fbfbd9ba586558201e
-RMD160 (mathomatic-12.6.8.tar.bz2) = cfdde7d03ba97983dc6e8d4067c4ec9b61fcd2fe
-Size (mathomatic-12.6.8.tar.bz2) = 116303 bytes
-SHA1 (patch-aa) = e1e881d988e092376e15b0b2b4fc1af7546daee9
+SHA1 (mathomatic-12.6.12.tar.bz2) = 20b5d2144c40dc062f58448b7a994aca9fdf914b
+RMD160 (mathomatic-12.6.12.tar.bz2) = 928b1ba2446fd39865cfcd0dead91c67e70d9be7
+Size (mathomatic-12.6.12.tar.bz2) = 118966 bytes
+SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af
diff -r fe0a000c4438 -r 6e5b4c5201a7 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa Wed Apr 18 18:47:21 2007 +0000
+++ b/math/mathomatic/patches/patch-aa Wed Apr 18 21:09:13 2007 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.17 2006/08/15 15:38:26 minskim Exp $
+$NetBSD: patch-aa,v 1.18 2007/04/18 21:09:13 minskim Exp $
---- makefile.orig 2006-07-23 03:22:54.000000000 -0700
+--- makefile.orig 2007-04-04 15:06:10.000000000 -0700
+++ makefile
-@@ -7,8 +7,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
- LDFLAGS += -s
- LIBS += -lm
+@@ -8,8 +8,8 @@ LDFLAGS += -s # The default linker flag
+ LIBS += -lm # The default libraries to link.
+ # "make READLINE=1" to include readline support:
-CFLAGS += $(READLINE:1=-DREADLINE)
-LIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
+LIBS += -lreadline
+ # Install directories:
prefix ?= /usr/local
- bindir ?= $(prefix)/bin
Home |
Main Index |
Thread Index |
Old Index