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

Modified Files:
        tex4ht.info 
Added Files:
        tex4ht.patch 
Log Message:
Fix mk4ht script

Index: tex4ht.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/tex4ht.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tex4ht.info 21 Aug 2005 20:26:47 -0000      1.4
+++ tex4ht.info 8 Sep 2005 10:03:57 -0000       1.5
@@ -1,6 +1,6 @@
 Package: tex4ht
 Version: 20050816
-Revision: 1
+Revision: 2
 Depends: ghostscript | ghostscript-nox, tetex-base, imagemagick (>= 5.4.5-2)
 BuildDepends: libjpeg, libpng3, libtiff, libxml2, gdbm, gmp, expat, tcltk-dev, 
libkpathsea4
 #Source:http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/%n.tar.gz
@@ -11,6 +11,7 @@
 Source2: http://www.latex-project.org/lppl/lppl-1-3a.txt
 Source-MD5: 2b7e87c246e94acdd6cafd25e9c2fa75
 Source2-MD5: d8418ee9cb69385dac8a7b5cc0181469
+Patch: %n.patch
 PatchScript: <<
 #!/bin/sh
  perl -pi -e '
@@ -61,6 +62,7 @@
 Everything has to be done by hand.
 This version has KPATHSEA enabled, so searching the texmf hierarchy
 should be rather automatic.
+The upstream mk4ht script has typos and needs patching.
 <<
 DescUsage: <<
  The basic usage is "httex texfile.tex" or "htlatex latexfile.tex".

--- NEW FILE: tex4ht.patch ---
--- tex4ht-20050228-3/bin/unix/mk4ht    2005-08-21 17:27:18.000000000 +0200
+++ tex4ht-20050228-3/bin/unix/mk4ht    2005-09-08 10:45:19.000000000 +0200
@@ -32,11 +32,11 @@
  "uxh", "uxhlatex",  "latex",   "xhtml,uni-html4", " -cunihtf", "-cvalidate",
  "uxh", "uxhtex",    "tex",     "xhtml,uni-html4", " -cunihtf", "-cvalidate",
  "uxh", "uxhtexi",   "texi",    "xhtml,uni-html4", " -cunihtf", "-cvalidate",
- "uxh", "uxhtexexec","texexec,  "xhtml,uni-html4", " -cunihtf", "-cvalidate",
+ "uxh", "uxhtexexec","texexec",  "xhtml,uni-html4", " -cunihtf", "-cvalidate",
  "xhm", "xhmlatex", "latex",  "xhtml,mathml", " -cunihtf", "-cvalidate",
  "xhm", "xhmtex",   "tex",    "xhtml,mathml", " -cunihtf", "-cvalidate",
  "xhm", "xhmtexi",  "texi",   "xhtml,mathml", " -cunihtf", "-cvalidate",
- "xhm", "xhmtexexec,"texexec", "xhtml,mathml", " -cunihtf", "-cvalidate"
+ "xhm", "xhmtexexec","texexec", "xhtml,mathml", " -cunihtf", "-cvalidate",
  "mz", "mzlatex",   "latex",   "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
  "mz", "mztex",     "tex",     "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
  "mz", "mztexi",    "texi",    "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
@@ -49,7 +49,7 @@
  "tei",  "teitex",    "tex",     "xhtml,tei",    " -cunihtf",  "-cvalidate",
  "tei",  "teitexi",   "texi",    "xhtml,tei",    " -cunihtf",  "-cvalidate",
  "tei",  "teitexexec","texexec", "xhtml,tei",    " -cunihtf",  "-cvalidate",
- "teim", "teimlatex", "latex", " "xhtml,tei-mml"," -cunihtf",  "-cvalidate",
+ "teim", "teimlatex", "latex",  "xhtml,tei-mml"," -cunihtf",  "-cvalidate",
  "teim", "teimtex",   "tex",     "xhtml,tei-mml"," -cunihtf",  "-cvalidate",
  "teim", "teimtexi",  "texi",    "xhtml,tei-mml"," -cunihtf",  "-cvalidate",
  "teim", "teimtexexec","texexec","xhtml,tei-mml"," -cunihtf",  "-cvalidate",



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to