summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile5
-rw-r--r--math/mathomatic/PLIST3
-rw-r--r--math/mathomatic/distinfo10
-rw-r--r--math/mathomatic/patches/patch-aa10
4 files changed, 14 insertions, 14 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index ee022eca939..a878adb51d7 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2009/05/20 00:58:22 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2009/06/10 17:03:54 minskim Exp $
#
-DISTNAME= mathomatic-14.3.6
-PKGREVISION= 1
+DISTNAME= mathomatic-14.4.4
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST
index f076a72fca4..7c2139fc579 100644
--- a/math/mathomatic/PLIST
+++ b/math/mathomatic/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2008/06/21 17:23:26 minskim Exp $
+@comment $NetBSD: PLIST,v 1.12 2009/06/10 17:03:54 minskim Exp $
bin/mathomatic
man/man1/mathomatic.1
share/doc/mathomatic/README.txt
@@ -13,5 +13,6 @@ 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/mathomatic16x16.png
share/doc/mathomatic/open_book_nae_02.png
@dirrm share/doc/mathomatic
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index fd819117291..950bcca4cae 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.78 2009/04/07 17:30:25 minskim Exp $
+$NetBSD: distinfo,v 1.79 2009/06/10 17:03:54 minskim Exp $
-SHA1 (mathomatic-14.3.6.tar.bz2) = 6aafc360237ccbe38d7d0c5bae247c36020a8419
-RMD160 (mathomatic-14.3.6.tar.bz2) = 1508f668faf8fd1faffe1de2b50acbd9aa362ae2
-Size (mathomatic-14.3.6.tar.bz2) = 160957 bytes
-SHA1 (patch-aa) = 3860df2956bf9eeadde03f6f99b7d0d66a3c0766
+SHA1 (mathomatic-14.4.4.tar.bz2) = 98b8aa6d99452d1921c990a78e49945c10f09897
+RMD160 (mathomatic-14.4.4.tar.bz2) = f1987404df565f811a2ec991a442b1670c79a778
+Size (mathomatic-14.4.4.tar.bz2) = 165576 bytes
+SHA1 (patch-aa) = 135eb7a51c8883693a739e27e1d6a44857f97326
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 95d9e6810fa..348275caf87 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.20 2008/12/21 02:02:25 minskim Exp $
+$NetBSD: patch-aa,v 1.21 2009/06/10 17:03:55 minskim Exp $
---- makefile.orig 2008-12-18 12:57:54.000000000 -0800
+--- makefile.orig 2009-05-31 11:01:26.000000000 -0700
+++ makefile
-@@ -7,8 +7,8 @@ CFLAGS += -DUNIX -DVERSION=\"$(VERSION)
+@@ -10,8 +10,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
LDLIBS += -lm # libraries to link
# "make READLINE=1" to include readline support:
-CFLAGS += $(READLINE:1=-DREADLINE)
--LDLIBS += $(READLINE:1=-lreadline -lncurses)
+-LDLIBS += $(READLINE:1=-lreadline)
+CFLAGS += -DREADLINE
+LDLIBS += -lreadline
- # Install directories:
+ # Install directories follow, installs everything in /usr/local by default:
prefix ?= /usr/local