SOURCES: maxima-info-compressed.patch, maxima-info.patch, maxima-install.pa...

duddits duddits at pld-linux.org
Tue Feb 17 20:30:50 CET 2009


Author: duddits                      Date: Tue Feb 17 19:30:50 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to fit 5.17.0

---- Files affected:
SOURCES:
   maxima-info-compressed.patch (1.1 -> 1.2) , maxima-info.patch (1.2 -> 1.3) , maxima-install.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/maxima-info-compressed.patch
diff -u SOURCES/maxima-info-compressed.patch:1.1 SOURCES/maxima-info-compressed.patch:1.2
--- SOURCES/maxima-info-compressed.patch:1.1	Sat Jun 14 14:56:49 2008
+++ SOURCES/maxima-info-compressed.patch	Tue Feb 17 20:30:44 2009
@@ -1,25 +1,22 @@
---- src/cl-info.lisp	2007-06-20 15:18:06.000000000 +0200
-+++ /home/users/kornet/cl-info.lisp	2008-06-14 14:42:23.000000000 +0200
-@@ -161,11 +161,17 @@
+diff -burNp maxima-5.17.0/src/cl-info.lisp maxima-5.17.0-dud/src/cl-info.lisp
+--- maxima-5.17.0/src/cl-info.lisp	2008-04-30 21:55:36.000000000 +0200
++++ maxima-5.17.0-dud/src/cl-info.lisp	2009-02-17 20:20:25.119541499 +0100
+@@ -173,12 +173,17 @@
  	      ""
  	      (concatenate 'string "/" maxima::*maxima-lang-subdir*)))
  	 (path+filename (concatenate 'string maxima::*maxima-infodir* subdir-bit "/" filename)))
--    (with-open-file (in path+filename :direction :input)
--      (file-position in byte-offset)
--      #+gcl (gcl-read-sequence text in :start 0 :end byte-count)
--      #-gcl (read-sequence text in :start 0 :end byte-count))
--    text))
 +    (if (probe-file path+filename)
-+	(with-open-file (in path+filename :direction :input)
-+		(file-position in byte-offset)
-+		#+gcl (gcl-read-sequence text in :start 0 :end byte-count)
-+		#-gcl (read-sequence text in :start 0 :end byte-count))
-+	(with-open-stream (in (ext:run-shell-command (concatenate 'string "gunzip -c " path+filename ".gz") :output :stream))
-+		(dotimes (ibytes byte-offset) 
-+			(read-char in))
-+		#+gcl (gcl-read-sequence text in :start 0 :end byte-count)
-+		#-gcl (read-sequence text in :start 0 :end byte-count)))
-+     text))
- 
+     (with-open-file (in path+filename :direction :input)
+       (file-position in byte-offset)
+       #+gcl (gcl-read-sequence text in :start 0 :end byte-count)
+       #-gcl (read-sequence text in :start 0 :end byte-count))
++       (with-open-stream (in (ext:run-shell-command (concatenate 'string "gunzip -c " path+filename ".gz") :output :stream))
++               (dotimes (ibytes byte-offset)
++                       (read-char in))
++               #+gcl (gcl-read-sequence text in :start 0 :end byte-count)
++               #-gcl (read-sequence text in :start 0 :end byte-count)))
+     text))
+-
  #+gcl
  (defun gcl-read-sequence (s in &key (start 0) (end nil))
+   (dotimes (i (- end start))

================================================================
Index: SOURCES/maxima-info.patch
diff -u SOURCES/maxima-info.patch:1.2 SOURCES/maxima-info.patch:1.3
--- SOURCES/maxima-info.patch:1.2	Fri Dec 23 00:44:44 2005
+++ SOURCES/maxima-info.patch	Tue Feb 17 20:30:44 2009
@@ -1,6 +1,7 @@
---- maxima-5.9.0/doc/info/maxima.texi.orig	Sat Feb  2 20:44:17 2002
-+++ maxima-5.9.0/doc/info/maxima.texi	Fri Jun 18 12:48:30 2004
-@@ -23,9 +23,10 @@
+diff -burNp maxima-5.17.0/doc/info/include-maxima.texi.in maxima-5.17.0-dud/doc/info/include-maxima.texi.in
+--- maxima-5.17.0/doc/info/include-maxima.texi.in	2008-12-03 05:57:01.000000000 +0100
++++ maxima-5.17.0-dud/doc/info/include-maxima.texi.in	2009-02-17 20:15:58.766974769 +0100
+@@ -21,9 +21,10 @@ This is a Texinfo Maxima Manual
  Copyright 1994,2001 William F. Schelter
  
  @format
@@ -9,7 +10,7 @@
 -END-INFO-DIR-ENTRY
 + at dircategory Scientific software:
 + at direntry
-+* Maxima: (maxima).			A computer algebra system
++* Maxima: (maxima).                    A computer algebra system
 + at end direntry
  @end format
  @end ifinfo

================================================================
Index: SOURCES/maxima-install.patch
diff -u SOURCES/maxima-install.patch:1.1 SOURCES/maxima-install.patch:1.2
--- SOURCES/maxima-install.patch:1.1	Fri Jun 13 04:02:43 2008
+++ SOURCES/maxima-install.patch	Tue Feb 17 20:30:45 2009
@@ -1,5 +1,6 @@
---- common.mk.orig	2008-06-06 17:51:22.000000000 +0200
-+++ common.mk	2008-06-06 17:50:42.000000000 +0200
+diff -burNp maxima-5.17.0/common.mk maxima-5.17.0-dud/common.mk
+--- maxima-5.17.0/common.mk	2004-11-13 22:24:17.000000000 +0100
++++ maxima-5.17.0-dud/common.mk	2009-02-17 20:22:20.950173231 +0100
 @@ -3,13 +3,13 @@
  verpkglibdir = $(pkglibdir)/@VERSION@
  verpkglibexecdir = $(libexecdir)/@PACKAGE@/@VERSION@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/maxima-info-compressed.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/maxima-info.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/maxima-install.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list