update to 14.5.2
and homepage changed
This commit is contained in:
parent
061f6b687f
commit
3361bf851b
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2009/04/14 18:37:31 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2009/07/26 19:53:28 steven Exp $
|
||||
|
||||
COMMENT = small, portable, general purpose computer algebra system
|
||||
|
||||
DISTNAME = mathomatic-14.3.7
|
||||
DISTNAME = mathomatic-14.5.2
|
||||
CATEGORIES = math
|
||||
|
||||
HOMEPAGE = http://mathomatic.orgserve.de/math/
|
||||
HOMEPAGE = http://www.mathomatic.org/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mathomatic-14.3.7.tar.bz2) = RxiyY1GYxZyliWmxT1RTgg==
|
||||
RMD160 (mathomatic-14.3.7.tar.bz2) = mK9dZk2U/yy1HFAtG97E7IdK1k8=
|
||||
SHA1 (mathomatic-14.3.7.tar.bz2) = uUYIAoPsQcPPFEjG6+5guOa4idI=
|
||||
SHA256 (mathomatic-14.3.7.tar.bz2) = 1ARp0fIKSbzw9qZYSApWWUhI96T15lDjoVGXq+6BGJE=
|
||||
SIZE (mathomatic-14.3.7.tar.bz2) = 161727
|
||||
MD5 (mathomatic-14.5.2.tar.bz2) = P4cCNYOviPVOOWzmUTgAbQ==
|
||||
RMD160 (mathomatic-14.5.2.tar.bz2) = O9wtMF94C19nH2RaQVlWPreZuTU=
|
||||
SHA1 (mathomatic-14.5.2.tar.bz2) = STF1ZJfUnfEaZlZ67Ng7xVy5k2w=
|
||||
SHA256 (mathomatic-14.5.2.tar.bz2) = HETavnzteiOnQ2mBteCpI9OAiHMMJoWEpETg30GwK+s=
|
||||
SIZE (mathomatic-14.5.2.tar.bz2) = 167847
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-globals_c,v 1.11 2009/04/14 18:37:31 steven Exp $
|
||||
--- globals.c.orig Mon Mar 30 03:55:52 2009
|
||||
+++ globals.c Tue Apr 14 20:30:42 2009
|
||||
@@ -56,7 +56,7 @@ int debug_level; /* current debug level */
|
||||
#endif
|
||||
|
||||
/* variables having to do with color mode */
|
||||
$OpenBSD: patch-globals_c,v 1.12 2009/07/26 19:53:28 steven Exp $
|
||||
--- globals.c.orig Mon Jun 22 21:12:40 2009
|
||||
+++ globals.c Sun Jul 26 21:45:43 2009
|
||||
@@ -61,7 +61,7 @@ int debug_level; /* current debug level */
|
||||
#if LIBRARY
|
||||
int color_flag = false; /* library doesn't default to color mode */
|
||||
#else
|
||||
-int color_flag = true; /* "set color" flag, true for color mode */
|
||||
+int color_flag = false; /* "set color" flag, true for color mode */
|
||||
#endif
|
||||
int bold_colors; /* "set bold_colors" flag */
|
||||
int cur_color = -1; /* current color on the terminal */
|
||||
int html_flag; /* true for HTML output mode */
|
||||
|
@ -1,17 +1,17 @@
|
||||
$OpenBSD: patch-makefile,v 1.8 2009/04/14 18:37:31 steven Exp $
|
||||
--- makefile.orig Mon Apr 6 00:12:58 2009
|
||||
+++ makefile Tue Apr 14 20:31:15 2009
|
||||
@@ -3,7 +3,7 @@
|
||||
$OpenBSD: patch-makefile,v 1.9 2009/07/26 19:53:28 steven Exp $
|
||||
--- makefile.orig Sat Jul 11 02:42:07 2009
|
||||
+++ makefile Sun Jul 26 21:46:19 2009
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
VERSION = `cat VERSION`
|
||||
#CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
|
||||
-CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
|
||||
+CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
|
||||
CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
CFLAGS += -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
|
||||
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
LDLIBS += -lm # libraries to link
|
||||
|
||||
@@ -14,7 +14,7 @@ LDLIBS += $(READLINE:1=-lreadline -lncurses)
|
||||
# Install directories:
|
||||
# "make READLINE=1" to include readline support:
|
||||
@@ -16,7 +16,7 @@ LDLIBS += $(READLINE:1=-lreadline -lncurses)
|
||||
# Install directories follow, installs everything in /usr/local by default:
|
||||
prefix ?= /usr/local
|
||||
bindir ?= $(prefix)/bin
|
||||
-mandir ?= $(prefix)/share/man
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/04/14 18:37:31 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2009/07/26 19:53:28 steven Exp $
|
||||
@bin bin/mathomatic
|
||||
@man man/man1/mathomatic.1
|
||||
share/applications/mathomatic.desktop
|
||||
@ -25,6 +25,7 @@ share/doc/mathomatic/html/matho-pascal.1.html
|
||||
share/doc/mathomatic/html/matho-primes.1.html
|
||||
share/doc/mathomatic/html/matho-sumsq.1.html
|
||||
share/doc/mathomatic/html/mathomatic.1.html
|
||||
share/doc/mathomatic/html/mathomatic16x16.png
|
||||
share/doc/mathomatic/html/open_book_nae_02.png
|
||||
share/doc/mathomatic/m4/
|
||||
share/doc/mathomatic/m4/README.txt
|
||||
@ -68,7 +69,6 @@ share/doc/mathomatic/tests/simplify.in
|
||||
share/doc/mathomatic/tests/test.in
|
||||
share/doc/mathomatic/tests/test1.in
|
||||
share/doc/mathomatic/tests/test2.in
|
||||
share/doc/mathomatic/tests/test3.in
|
||||
share/doc/mathomatic/tests/test6.in
|
||||
share/doc/mathomatic/tests/trig.in
|
||||
share/pixmaps/
|
||||
|
Loading…
Reference in New Issue
Block a user