summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-08-04 19:59:59 +0000
committerminskim <minskim@pkgsrc.org>2004-08-04 19:59:59 +0000
commit2933f808308203d5855cab74fd9ace3f704a546b (patch)
tree8718c13717fc6311ecf56aaa830d9b5c980f96c4 /math/mathomatic
parent73e8702339cb9df4e0cee93d9780841e6ae6e32b (diff)
downloadpkgsrc-2933f808308203d5855cab74fd9ace3f704a546b.tar.gz
Update mathomatic to 11.3c.
Changes: "factor number" command now accepts more than one integer. Added file "mathomatic.ico". Added temporary fix for 64 bit longs. Added file "VERSION" which contains the version number of Mathomatic. "makefile" modified. Renamed "lgpl.txt" to "LICENSE.txt". "make install" now installs all HTML files in "/usr/local/doc/mathomatic". Added compile-time define "TIMEOUT_SECONDS". Useful for limiting the amount of time Mathomatic can run as a CGI.
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile4
-rw-r--r--math/mathomatic/distinfo8
-rw-r--r--math/mathomatic/patches/patch-aa11
3 files changed, 12 insertions, 11 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 7060a396f69..63945d48dd9 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2004/07/26 17:37:02 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2004/08/04 19:59:59 minskim Exp $
#
-DISTNAME= mathomatic-11.3b
+DISTNAME= mathomatic-11.3c
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index a32955f5c92..35cc074d898 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2004/07/26 17:37:02 minskim Exp $
+$NetBSD: distinfo,v 1.17 2004/08/04 19:59:59 minskim Exp $
-SHA1 (mathomatic-11.3b.tgz) = deb0c0211524bc6acf878485cec932c9771b9476
-Size (mathomatic-11.3b.tgz) = 125769 bytes
-SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985
+SHA1 (mathomatic-11.3c.tgz) = 6246998f340460bb588caef47e74b45824e7696a
+Size (mathomatic-11.3c.tgz) = 126520 bytes
+SHA1 (patch-aa) = f2879261541a9c5934404b0f7a6272343feb57ca
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 8a6298ecf87..f0fa1f34ece 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,13 +1,14 @@
-$NetBSD: patch-aa,v 1.6 2004/06/28 13:58:25 minskim Exp $
+$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:59 minskim Exp $
---- makefile.orig 2004-06-25 18:30:52.000000000 -0500
+--- makefile.orig 2004-08-02 20:07:42.000000000 -0500
+++ makefile
-@@ -1,13 +1,13 @@
+@@ -1,14 +1,14 @@
# Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
--CFLAGS = -O -DUNIX
+ VERSION = `cat VERSION`
+-CFLAGS = -O -DUNIX -DVERSION=\"$(VERSION)\"
-LDFLAGS = -s
-+CFLAGS += -O -DUNIX
++CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
+#LDFLAGS = -s
LIBS = -lm