update to 14.2.0
This commit is contained in:
parent
d67df0b411
commit
162124e8ec
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2008/02/17 10:54:21 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2008/10/08 21:55:19 steven Exp $
|
||||
|
||||
COMMENT= small, portable, general purpose computer algebra system
|
||||
|
||||
DISTNAME= mathomatic-12.8.7
|
||||
DISTNAME= mathomatic-14.2.0
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://mathomatic.orgserve.de/math/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mathomatic-12.8.7.tar.bz2) = gmvWzI9T+JobscxqGxUPkg==
|
||||
RMD160 (mathomatic-12.8.7.tar.bz2) = MwIUdpeHgknjcl4LQ8UqhRT5MOE=
|
||||
SHA1 (mathomatic-12.8.7.tar.bz2) = T+WBDwjv1uoVs/5qnjo5DCz8mh4=
|
||||
SHA256 (mathomatic-12.8.7.tar.bz2) = EPWuRnjXwuQfPMSDDLd9Da//b/l9EiQeCtuUWDQMDNM=
|
||||
SIZE (mathomatic-12.8.7.tar.bz2) = 137958
|
||||
MD5 (mathomatic-14.2.0.tar.bz2) = p/ADBGhgGCvWNE/R9Mwetg==
|
||||
RMD160 (mathomatic-14.2.0.tar.bz2) = yDbf4RzYczfvNCvNvC+19nj2buE=
|
||||
SHA1 (mathomatic-14.2.0.tar.bz2) = pIVzztXRyLEkMTxzB7zik7qz1g4=
|
||||
SHA256 (mathomatic-14.2.0.tar.bz2) = kF2pN2f8Gh0PuHL1KNAaiOwSfFrFCtoP9KSCi7y0/WM=
|
||||
SIZE (mathomatic-14.2.0.tar.bz2) = 148150
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-globals_c,v 1.9 2008/02/17 10:54:21 steven Exp $
|
||||
--- globals.c.orig Wed Feb 13 00:12:46 2008
|
||||
+++ globals.c Sun Feb 17 11:49:30 2008
|
||||
@@ -53,7 +53,7 @@ int debug_level; /* current debug level */
|
||||
$OpenBSD: patch-globals_c,v 1.10 2008/10/08 21:55:19 steven Exp $
|
||||
--- globals.c.orig Sat Sep 13 14:31:48 2008
|
||||
+++ globals.c Wed Oct 8 23:48:06 2008
|
||||
@@ -57,7 +57,7 @@ int debug_level; /* current debug level */
|
||||
#endif
|
||||
|
||||
/* variables having to do with color mode */
|
||||
|
@ -1,12 +1,21 @@
|
||||
$OpenBSD: patch-makefile,v 1.6 2007/09/18 15:46:36 steven Exp $
|
||||
--- makefile.orig Tue Sep 4 13:22:42 2007
|
||||
+++ makefile Tue Sep 18 17:42:50 2007
|
||||
@@ -3,7 +3,7 @@
|
||||
$OpenBSD: patch-makefile,v 1.7 2008/10/08 21:55:19 steven Exp $
|
||||
--- makefile.orig Sun Sep 21 00:54:47 2008
|
||||
+++ makefile Wed Oct 8 23:51:23 2008
|
||||
@@ -2,7 +2,7 @@
|
||||
# Currently uses gcc only options in CFLAGS, just remove them for other C compilers.
|
||||
|
||||
VERSION = `cat VERSION`
|
||||
CFLAGS += -Wuninitialized -Wshadow -Wformat -Wparentheses -Wcast-align # gcc specific flags
|
||||
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
||||
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
||||
LDFLAGS += # The default linker flags.
|
||||
LIBS += -lm # The default libraries to link.
|
||||
-CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses # gcc specific flags
|
||||
+CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses # gcc specific flags
|
||||
CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags
|
||||
LIBS += -lm # libraries to link
|
||||
|
||||
@@ -13,7 +13,7 @@ LIBS += $(READLINE:1=-lreadline -lncurses)
|
||||
# Install directories:
|
||||
prefix ?= /usr/local
|
||||
bindir ?= $(prefix)/bin
|
||||
-mandir ?= $(prefix)/share/man
|
||||
+mandir ?= $(prefix)/man
|
||||
docdir ?= $(prefix)/share/doc
|
||||
|
||||
MANHTML = doc/mathomatic.1.html doc/matho-primes.1.html doc/matho-pascal.1.html doc/matho-sumsq.1.html
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/02/17 10:54:21 steven Exp $
|
||||
bin/mathomatic
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/10/08 21:55:19 steven Exp $
|
||||
@bin bin/mathomatic
|
||||
@man man/man1/mathomatic.1
|
||||
share/applications/mathomatic.desktop
|
||||
share/doc/mathomatic/
|
||||
@ -26,24 +26,24 @@ 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/notes.html
|
||||
share/doc/mathomatic/html/open_book_nae_02.png
|
||||
share/doc/mathomatic/m4/
|
||||
share/doc/mathomatic/m4/README.txt
|
||||
share/doc/mathomatic/m4/functions.m4
|
||||
share/doc/mathomatic/m4/math
|
||||
share/doc/mathomatic/mathomatic.ico
|
||||
share/doc/mathomatic/tests/
|
||||
share/doc/mathomatic/tests/README.txt
|
||||
share/doc/mathomatic/tests/all.in
|
||||
share/doc/mathomatic/tests/all.out
|
||||
share/doc/mathomatic/tests/circles.in
|
||||
share/doc/mathomatic/tests/conversions.in
|
||||
share/doc/mathomatic/tests/cubic.in
|
||||
share/doc/mathomatic/tests/cyclic_heron.in
|
||||
share/doc/mathomatic/tests/demo.in
|
||||
share/doc/mathomatic/tests/distance.in
|
||||
share/doc/mathomatic/tests/electronics.in
|
||||
share/doc/mathomatic/tests/ellipse.in
|
||||
share/doc/mathomatic/tests/examples.in
|
||||
share/doc/mathomatic/tests/fibonacci.in
|
||||
share/doc/mathomatic/tests/finance.in
|
||||
share/doc/mathomatic/tests/fix1.in
|
||||
share/doc/mathomatic/tests/fix2.in
|
||||
@ -51,6 +51,7 @@ share/doc/mathomatic/tests/fix5.in
|
||||
share/doc/mathomatic/tests/fix7.in
|
||||
share/doc/mathomatic/tests/fix8.in
|
||||
share/doc/mathomatic/tests/fix9.in
|
||||
share/doc/mathomatic/tests/fraction.in
|
||||
share/doc/mathomatic/tests/heron.in
|
||||
share/doc/mathomatic/tests/how_limit_works.in
|
||||
share/doc/mathomatic/tests/hypertrig.in
|
||||
@ -60,14 +61,12 @@ share/doc/mathomatic/tests/pie.in
|
||||
share/doc/mathomatic/tests/points.in
|
||||
share/doc/mathomatic/tests/poly.in
|
||||
share/doc/mathomatic/tests/pyth3d.in
|
||||
share/doc/mathomatic/tests/quartic.in
|
||||
share/doc/mathomatic/tests/radius.in
|
||||
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/trapezoid_heron.in
|
||||
share/doc/mathomatic/tests/trig.in
|
||||
share/pixmaps/
|
||||
share/pixmaps/mathomatic.png
|
||||
|
Loading…
Reference in New Issue
Block a user