Update to 16.0.0.

ok edd@
This commit is contained in:
shadchin 2012-07-08 12:24:17 +00:00
parent 3ebd018cac
commit 4f5b583d64
4 changed files with 50 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2011/06/12 19:03:02 shadchin Exp $
# $OpenBSD: Makefile,v 1.26 2012/07/08 12:24:17 shadchin Exp $
COMMENT = small, portable, general purpose computer algebra system
DISTNAME = mathomatic-15.6.1
DISTNAME = mathomatic-16.0.0
CATEGORIES = math

View File

@ -1,5 +1,5 @@
MD5 (mathomatic-15.6.1.tar.bz2) = eNXuyLZMuzsAFi9hb2pHfA==
RMD160 (mathomatic-15.6.1.tar.bz2) = b67X+271vSWGXVoZr/E8eLOwTnE=
SHA1 (mathomatic-15.6.1.tar.bz2) = 7HhoyEAaVO4QrNUGqmOrQW0s/9M=
SHA256 (mathomatic-15.6.1.tar.bz2) = iQS83C47MWy/MbbZ4Ww+0YbM1tAb9tzX+rw/bZ/UHQs=
SIZE (mathomatic-15.6.1.tar.bz2) = 215561
MD5 (mathomatic-16.0.0.tar.bz2) = o0lHHpl6/PoiKWRpJ4C1Zw==
RMD160 (mathomatic-16.0.0.tar.bz2) = CiVdfoXOCYnU1No/EiJmcH4UyUk=
SHA1 (mathomatic-16.0.0.tar.bz2) = /sVk/RJzAT+US8yw4thWzS4osGM=
SHA256 (mathomatic-16.0.0.tar.bz2) = TQsWyRqx7//YL3GtDYSSgJOTr5kHOF4iKyAk4vfnXro=
SIZE (mathomatic-16.0.0.tar.bz2) = 282672

View File

@ -1,13 +1,31 @@
$OpenBSD: patch-makefile,v 1.13 2011/06/12 19:03:02 shadchin Exp $
--- makefile.orig Sun May 22 02:54:29 2011
+++ makefile Thu Jun 9 21:45:34 2011
@@ -22,7 +22,8 @@ INSTALL ?= install # installer utility to use
INSTALL_PROGRAM ?= $(INSTALL) # command to install executable program files
INSTALL_DATA ?= $(INSTALL) -m 0644 # command to install data files
$OpenBSD: patch-makefile,v 1.14 2012/07/08 12:24:17 shadchin Exp $
--- makefile.orig Tue Jun 19 05:55:14 2012
+++ makefile Sat Jul 7 15:16:38 2012
@@ -50,7 +50,8 @@ INSTALL ?= install # Installer utility to use; change
INSTALL_PROGRAM ?= $(INSTALL) # Command to install executable program files.
INSTALL_DATA ?= $(INSTALL) -m 0644 # Command to install data files.
-CC_OPTIMIZE = -O3 # Default C compiler optimization flags that are safe.
-CC_OPTIMIZE ?= -O3 # Default C compiler optimization flags that are safe (but please remove for LLVM/Clang, see "misc/known_bugs.txt").
+CC_OPTIMIZE =
+#CC_OPTIMIZE = -O3 # Default C compiler optimization flags that are safe.
+#CC_OPTIMIZE ?= -O3 # Default C compiler optimization flags that are safe (but please remove for LLVM/Clang, see "misc/known_bugs.txt").
# Be sure and run tests to see if Mathomatic works and runs faster, if you uncomment the following line:
#CC_OPTIMIZE += -fno-signaling-nans -fno-trapping-math -fomit-frame-pointer # Possible additional optimizations, not tested.
@@ -62,7 +63,7 @@ LDLIBS += -lm # libraries to link with to create the
# Run "make READLINE=1" to include the optional readline editing and history support:
CFLAGS += $(READLINE:1=-DREADLINE)
-LDLIBS += $(READLINE:1=-lreadline) # Add -lncurses if needed for readline, might be called "curses" on some systems.
+LDLIBS += $(READLINE:1=-lreadline) -lncurses # Add -lncurses if needed for readline, might be called "curses" on some systems.
# Uncomment the following line to force generation of x86-64-bit code:
#CFLAGS += -m64
@@ -129,7 +130,7 @@ pdfsheet quickref.pdf: $(AOUT)
test:
@echo
@echo Testing ./$(AOUT)
- cd tests && time -p ../$(AOUT) -t all 0<&- >test.out && diff -u --strip-trailing-cr all.out test.out && rm test.out && cd ..
+ cd tests && time -p ../$(AOUT) -t all 0<&- >test.out && diff -u all.out test.out && rm test.out && cd ..
@echo
@echo All tests passed.

View File

@ -1,25 +1,31 @@
@comment $OpenBSD: PLIST,v 1.13 2011/06/12 19:03:02 shadchin Exp $
@comment $OpenBSD: PLIST,v 1.14 2012/07/08 12:24:17 shadchin Exp $
@bin bin/mathomatic
@man man/man1/mathomatic.1
share/applications/mathomatic.desktop
share/doc/mathomatic/
share/doc/mathomatic/AUTHORS
share/doc/mathomatic/COPYING
share/doc/mathomatic/NEWS
share/doc/mathomatic/README.txt
share/doc/mathomatic/VERSION
share/doc/mathomatic/changes.txt
share/doc/mathomatic/examples/
share/doc/mathomatic/examples/README.txt
share/doc/mathomatic/examples/compile.limits
share/doc/mathomatic/examples/compile.roots
share/doc/mathomatic/examples/fact.c
share/doc/mathomatic/examples/fact.py
share/doc/mathomatic/examples/factorial
share/doc/mathomatic/examples/intfact.c
share/doc/mathomatic/examples/limits.c
share/doc/mathomatic/examples/roots.c
share/doc/mathomatic/examples/testprimes
share/doc/mathomatic/html/
share/doc/mathomatic/html/README.txt
share/doc/mathomatic/html/am.html
share/doc/mathomatic/html/doc.css
share/doc/mathomatic/html/favicon.ico
share/doc/mathomatic/html/fdl-1.3-standalone.html
share/doc/mathomatic/html/gnu-fdl.png
share/doc/mathomatic/html/greenfade.png
share/doc/mathomatic/html/index.html
share/doc/mathomatic/html/led_circle_green.png
@ -33,16 +39,20 @@ 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/html/primorial.1.html
share/doc/mathomatic/html/quickrefcard.html
share/doc/mathomatic/html/rmath.1.html
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/batman_plot
share/doc/mathomatic/tests/circles.in
share/doc/mathomatic/tests/collatz.in
share/doc/mathomatic/tests/conversions.in
share/doc/mathomatic/tests/cubic.in
share/doc/mathomatic/tests/cubic2.in
share/doc/mathomatic/tests/demo
share/doc/mathomatic/tests/demo.in
share/doc/mathomatic/tests/demo_sub
share/doc/mathomatic/tests/distance.in
share/doc/mathomatic/tests/electronics.in
share/doc/mathomatic/tests/ellipse.in
@ -56,15 +66,17 @@ 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/geometry.in
share/doc/mathomatic/tests/heart.in
share/doc/mathomatic/tests/heron.in
share/doc/mathomatic/tests/how_limit_works.in
share/doc/mathomatic/tests/hypertrig.in
share/doc/mathomatic/tests/limits.in
share/doc/mathomatic/tests/linear.in
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/quadratic.in
share/doc/mathomatic/tests/quartic.in
share/doc/mathomatic/tests/radius.in
share/doc/mathomatic/tests/simplify.in
@ -75,6 +87,7 @@ share/doc/mathomatic/tests/test2.in
share/doc/mathomatic/tests/test3.in
share/doc/mathomatic/tests/test6.in
share/doc/mathomatic/tests/trig
share/doc/mathomatic/tests/trig.in
share/pixmaps/
share/pixmaps/mathomatic.png
share/pixmaps/mathomatic.xpm