On Sat, Feb 25, 2012 at 11:06:00PM +0600, Alexandr Shadchin wrote:
> On Tue, Dec 27, 2011 at 08:31:26PM +0600, Alexandr Shadchin wrote:
> > Hi,
> > 
> > This update package mathomatic to the latest release 15.7.2.
> > Tested on amd64.
> > 
> > Comments ? OK ?
> > 
> 
> Update to 15.8.0
> 

Update to 15.8.5. OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/mathomatic/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile    12 Jun 2011 19:03:02 -0000      1.25
+++ Makefile    9 Jun 2012 15:51:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      small, portable, general purpose computer algebra system
 
-DISTNAME =     mathomatic-15.6.1
+DISTNAME =     mathomatic-15.8.5
 
 CATEGORIES =   math
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/mathomatic/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo    12 Jun 2011 19:03:02 -0000      1.18
+++ distinfo    9 Jun 2012 15:51:19 -0000
@@ -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-15.8.5.tar.bz2) = yyq8GjUUIVj47JnX6DaOEQ==
+RMD160 (mathomatic-15.8.5.tar.bz2) = ADxnSOOWNs60vhplI/PY9Qb+rgI=
+SHA1 (mathomatic-15.8.5.tar.bz2) = Yyng+EOBzPPJPgvUujzUnia3hNE=
+SHA256 (mathomatic-15.8.5.tar.bz2) = 
VwBl53GW38pa2F20zZcErM80I/qVUtSKDYR+tn+375g=
+SIZE (mathomatic-15.8.5.tar.bz2) = 270607
Index: patches/patch-makefile
===================================================================
RCS file: /cvs/ports/math/mathomatic/patches/patch-makefile,v
retrieving revision 1.13
diff -u -p -r1.13 patch-makefile
--- patches/patch-makefile      12 Jun 2011 19:03:02 -0000      1.13
+++ patches/patch-makefile      9 Jun 2012 15:51:19 -0000
@@ -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
+--- makefile.orig      Fri Mar  9 23:26:52 2012
++++ makefile   Sun Mar 25 12:01:53 2012
+@@ -44,7 +44,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.
 +CC_OPTIMIZE   =
-+#CC_OPTIMIZE  = -O3 # Default C compiler optimization flags that are safe.
++#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.
+ 
+@@ -56,7 +57,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
+@@ -123,7 +124,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.
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/mathomatic/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   12 Jun 2011 19:03:02 -0000      1.13
+++ pkg/PLIST   9 Jun 2012 15:51:19 -0000
@@ -5,21 +5,27 @@ 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.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/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

Reply via email to