[30822] trunk/dports/math/maxima
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 7 14:31:15 PST 2007
Revision: 30822
http://trac.macosforge.org/projects/macports/changeset/30822
Author: gwright at macports.org
Date: 2007-11-07 14:31:15 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Fix documentation build.
Modified Paths:
--------------
trunk/dports/math/maxima/Portfile
Added Paths:
-----------
trunk/dports/math/maxima/files/
trunk/dports/math/maxima/files/patch-Trigonometric.texi
trunk/dports/math/maxima/files/patch-maxima.texi
Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile 2007-11-07 22:29:58 UTC (rev 30821)
+++ trunk/dports/math/maxima/Portfile 2007-11-07 22:31:15 UTC (rev 30822)
@@ -3,6 +3,7 @@
PortSystem 1.0
name maxima
version 5.13.0
+revision 1
categories math
maintainers nomaintainer
platforms darwin
@@ -38,6 +39,9 @@
worksrcdir ${name}-${version}
+patchfiles patch-maxima.texi \
+ patch-Trigonometric.texi
+
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--enable-sbcl
Added: trunk/dports/math/maxima/files/patch-Trigonometric.texi
===================================================================
--- trunk/dports/math/maxima/files/patch-Trigonometric.texi (rev 0)
+++ trunk/dports/math/maxima/files/patch-Trigonometric.texi 2007-11-07 22:31:15 UTC (rev 30822)
@@ -0,0 +1,36 @@
+--- doc/info/Trigonometric.texi.sav 2007-11-07 16:49:26.000000000 -0500
++++ doc/info/Trigonometric.texi 2007-11-07 16:51:46.000000000 -0500
+@@ -32,9 +32,9 @@
+ When @code{%piargs} is @code{true},
+ trigonometric functions are simplified to algebraic constants
+ when the argument is an integer multiple of
+- at math{%pi}, @math{%pi/2}, @math{%pi/3}, @math{%pi/4}, or @math{%pi/6}
++ at math{\pi}, @math{\pi/2}, @math{\pi/3}, @math{\pi/4}, or @math{\pi/6}
+
+-Maxima knows some identities which can be applied when @math{%pi}, etc.,
++Maxima knows some identities which can be applied when @math{\pi}, etc.,
+ are multiplied by an integer variable (that is, a symbol declared to be integer).
+
+ Examples:
+@@ -75,7 +75,7 @@
+ 2 2 3
+ @end example
+
+-Some identities are applied when @math{%pi} and @math{%pi/2} are multiplied by an integer variable.
++Some identities are applied when @math{\pi} and @math{\pi/2} are multiplied by an integer variable.
+
+ @c ===beg===
+ @c declare (n, integer, m, even);
+@@ -96,10 +96,10 @@
+
+ When @code{%iargs} is @code{true},
+ trigonometric functions are simplified to hyperbolic functions
+-when the argument is apparently a multiple of the imaginary unit @math{%i}.
++when the argument is apparently a multiple of the imaginary unit @math{i}.
+
+ Even when the argument is demonstrably real, the simplification is applied;
+-Maxima considers only whether the argument is a literal multiple of @math{%i}.
++Maxima considers only whether the argument is a literal multiple of @math{i}.
+
+ Examples:
+
Added: trunk/dports/math/maxima/files/patch-maxima.texi
===================================================================
--- trunk/dports/math/maxima/files/patch-maxima.texi (rev 0)
+++ trunk/dports/math/maxima/files/patch-maxima.texi 2007-11-07 22:31:15 UTC (rev 30822)
@@ -0,0 +1,11 @@
+--- doc/info/maxima.texi.sav 2007-11-07 16:47:44.000000000 -0500
++++ doc/info/maxima.texi 2007-11-07 16:48:14.000000000 -0500
+@@ -35,8 +35,6 @@
+ @end macro
+ @end ifinfo
+
+- at include category-macros.texi
+-
+ @titlepage
+ @sp 10
+ @comment The title is printed in a large font.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071107/ea00e881/attachment.html
More information about the macports-changes
mailing list