Hi, This update package mathomatic to the latest release 15.6.1. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/math/mathomatic/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 3 Dec 2010 08:43:49 -0000 1.24 +++ Makefile 12 Jun 2011 07:56:02 -0000 @@ -2,13 +2,13 @@ COMMENT = small, portable, general purpose computer algebra system -DISTNAME = mathomatic-15.3.0 +DISTNAME = mathomatic-15.6.1 CATEGORIES = math HOMEPAGE = http://www.mathomatic.org/math/ -# LGPL +# LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM = Yes @@ -16,15 +16,16 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = c m ncurses readline -MASTER_SITES = http://www.panix.com/~gesslein/ +MASTER_SITES = http://mathomatic.org/ EXTRACT_SUFX = .tar.bz2 MAKE_ENV = READLINE=1 MAKE_FILE = makefile USE_GMAKE = Yes -USE_GROFF = Yes FAKE_FLAGS = mandir=$(PREFIX)/man + +CFLAGS += -DNO_COLOR REGRESS_TARGET = test Index: distinfo =================================================================== RCS file: /cvs/ports/math/mathomatic/distinfo,v retrieving revision 1.17 diff -u -p -r1.17 distinfo --- distinfo 23 Oct 2010 16:47:33 -0000 1.17 +++ distinfo 12 Jun 2011 07:56:02 -0000 @@ -1,5 +1,5 @@ -MD5 (mathomatic-15.3.0.tar.bz2) = dX3MGF90gSUXYb75V7oOAQ== -RMD160 (mathomatic-15.3.0.tar.bz2) = UNse2qmnxcPj7ZW1bKCsDzwhuaU= -SHA1 (mathomatic-15.3.0.tar.bz2) = m0ieeY0L3Jjiy9ZscPYpec3mURo= -SHA256 (mathomatic-15.3.0.tar.bz2) = 2157a+qE6zRdDq74ormU6YzXj9MsFME2YlBPZe/CaPk= -SIZE (mathomatic-15.3.0.tar.bz2) = 180588 +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 Index: patches/patch-globals_c =================================================================== RCS file: patches/patch-globals_c diff -N patches/patch-globals_c --- patches/patch-globals_c 23 Oct 2010 16:47:34 -0000 1.14 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-globals_c,v 1.14 2010/10/23 16:47:34 steven Exp $ ---- globals.c.orig Fri Oct 8 19:57:18 2010 -+++ globals.c Sat Oct 23 18:05:12 2010 -@@ -81,7 +81,7 @@ int debug_level; /* current debug level */ - #if LIBRARY || NO_COLOR - int color_flag = false; /* library shouldn't default to color mode */ - #else --int color_flag = true; /* "set color" flag, true for color output mode */ -+int color_flag = false; /* "set color" flag, true for color output mode */ - #endif - int bold_colors; /* "set bold_colors" flag */ - int cur_color = -1; /* current color on the terminal */ Index: patches/patch-makefile =================================================================== RCS file: /cvs/ports/math/mathomatic/patches/patch-makefile,v retrieving revision 1.12 diff -u -p -r1.12 patch-makefile --- patches/patch-makefile 3 Dec 2010 08:43:49 -0000 1.12 +++ patches/patch-makefile 12 Jun 2011 07:56:02 -0000 @@ -1,13 +1,13 @@ $OpenBSD: patch-makefile,v 1.12 2010/12/03 08:43:49 jasper Exp $ ---- makefile.orig Fri Oct 8 01:43:47 2010 -+++ makefile Sat Oct 23 18:07:42 2010 -@@ -9,7 +9,8 @@ INSTALL ?= install # installer to use - INSTALL_PROGRAM ?= $(INSTALL) # command to install program files +--- 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 --CC_OPTIMIZE = -O # default C compiler optimization flags +-CC_OPTIMIZE = -O3 # Default C compiler optimization flags that are safe. +CC_OPTIMIZE = -+#CC_OPTIMIZE = -O # default C compiler optimization flags - #CC_OPTIMIZE = -O3 -msse2 -mfpmath=sse -fomit-frame-pointer # optimize for speed on a Pentium 4 or higher CPU ++#CC_OPTIMIZE = -O3 # Default C compiler optimization flags that are safe. + # 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. - VERSION = `cat VERSION` Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/math/mathomatic/pkg/PLIST,v retrieving revision 1.12 diff -u -p -r1.12 PLIST --- pkg/PLIST 23 Oct 2010 16:47:34 -0000 1.12 +++ pkg/PLIST 12 Jun 2011 07:56:02 -0000 @@ -8,17 +8,18 @@ share/doc/mathomatic/COPYING share/doc/mathomatic/README.txt share/doc/mathomatic/VERSION share/doc/mathomatic/changes.txt -share/doc/mathomatic/factorial/ -share/doc/mathomatic/factorial/README.txt -share/doc/mathomatic/factorial/fact.c -share/doc/mathomatic/factorial/fact.py -share/doc/mathomatic/factorial/factorial -share/doc/mathomatic/factorial/intfact.c +share/doc/mathomatic/examples/ +share/doc/mathomatic/examples/README.txt +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/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/greenfade.png share/doc/mathomatic/html/index.html share/doc/mathomatic/html/led_circle_green.png @@ -32,13 +33,7 @@ share/doc/mathomatic/html/mathomatic.1.h 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/m4/ -share/doc/mathomatic/m4/README.txt -share/doc/mathomatic/m4/functions.m4 -share/doc/mathomatic/m4/matho -share/doc/mathomatic/m4/matho-install -share/doc/mathomatic/m4/matho-uninstall -share/doc/mathomatic/m4/rmath +share/doc/mathomatic/html/rmath.1.html share/doc/mathomatic/tests/ share/doc/mathomatic/tests/README.txt share/doc/mathomatic/tests/all.in @@ -47,7 +42,6 @@ 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/david.in share/doc/mathomatic/tests/demo.in share/doc/mathomatic/tests/distance.in share/doc/mathomatic/tests/electronics.in @@ -65,21 +59,22 @@ share/doc/mathomatic/tests/fraction.in share/doc/mathomatic/tests/geometry.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/quartic.in share/doc/mathomatic/tests/radius.in share/doc/mathomatic/tests/simplify.in share/doc/mathomatic/tests/t 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/doc/mathomatic/tests/trig share/pixmaps/ share/pixmaps/mathomatic.png share/pixmaps/mathomatic.xpm