Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28288

Modified Files:
        mathomatic.info mathomatic.patch 
Log Message:
New version.


Index: mathomatic.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/mathomatic.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mathomatic.patch    21 Feb 2005 07:41:02 -0000      1.4
+++ mathomatic.patch    13 Apr 2005 07:19:22 -0000      1.5
@@ -2,7 +2,7 @@
 --- mathomatic-12.1b.orig/makefile     2005-02-12 20:54:58.000000000 -0500
 +++ mathomatic-12.1b/makefile  2005-02-20 23:59:52.000000000 -0500
 @@ -1,8 +1,8 @@
- # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
+ # Makefile for compiling Mathomatic under UNIX, GNU/Linux, and MacOS-X.
  
  VERSION               = `cat VERSION`
 -CFLAGS                = -O -DUNIX -DVERSION=\"$(VERSION)\"
@@ -12,26 +12,14 @@
  LIBS          = -lm
  
  CFLAGS                += $(READLINE:1=-DREADLINE)
-@@ -10,7 +10,8 @@
+@@ -10,8 +10,8 @@
  
  prefix                = /usr/local
  bindir                = $(prefix)/bin
 -mandir                = $(prefix)/man
+-docdir                = $(prefix)/doc
 +mandir                = $(prefix)/share/man
 +docdir                = $(prefix)/share/doc
  
  AOUT  =mathomatic
- OBJECTS       =main.o am.o parse.o cmds.o simplify.o factor.o super.o \
-@@ -38,10 +39,10 @@
- install: $(AOUT)
-       install -d $(bindir)
-       install -d $(mandir)/man1
--      install -d $(prefix)/doc/mathomatic
-+      install -d $(docdir)/mathomatic
-       install -m 0755 $(AOUT) $(bindir)
-       install -m 0644 doc/mathomatic.1 $(mandir)/man1
--      install -m 0644 doc/*.htm $(prefix)/doc/mathomatic
-+      install -m 0644 doc/*.htm $(docdir)/mathomatic
-       @echo Install completed.
- 
- clean:
+ OBJECTS       =main.o globals.o am.o help.o parse.o cmds.o simplify.o 
factor.o super.o \

Index: mathomatic.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/mathomatic.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mathomatic.info     21 Feb 2005 16:00:36 -0000      1.8
+++ mathomatic.info     13 Apr 2005 07:19:22 -0000      1.9
@@ -1,5 +1,5 @@
 Package: mathomatic
-Version: 12.1b.20040220
+Version: 12.2d
 Revision: 1
 Description: Symbolic algebra program
 DescDetail: <<
@@ -29,11 +29,8 @@
 Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 BuildDepends: readline, libncurses5
 Depends: readline-shlibs, libncurses5-shlibs
-#Source: http://www.panix.com/~gesslein/am.tgz
-#SourceRename: %n-%v.tgz
-Source: mirror:sourceforge:fink/%n-%v.tgz
-Source-MD5: 17d2a0e2a0554b03d9f2dc5f59e65a28
-SourceDirectory: mathomatic-12.1b
+Source: http://www.panix.com/~gesslein/%n-%v.tgz
+Source-MD5: 29181794b094148c0d5d88daf07d8a67
 Patch: %n.patch
 CompileScript: <<
   make prefix=%p READLINE=1
@@ -42,4 +39,4 @@
 InstallScript: <<
   make install prefix=%i
 <<
-DocFiles: LICENSE.txt README.txt changes.txt changes_old.txt
+DocFiles: LICENSE.txt README.txt changes.txt



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to