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

Added Files:
        tex4ht.info 
Log Message:
New version 20050228

--- NEW FILE: tex4ht.info ---
Package: tex4ht
Version: 20050228
Revision: 1
Depends: ghostscript | ghostscript-nox, tetex-base, imagemagick (>= 5.4.5-2)
BuildDepends: libjpeg, libpng3, libtiff, libxml2, gdbm, gmp, expat, tcltk-dev
#Source:http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/%n.tar.gz
Source: http://www.cse.ohio-state.edu/~gurari/TeX4ht/%n-%v.zip
#Source: mirror:ctan:support/TeX4ht/%n.zip
#Source: mirror:sourceforge:fink/%n-%v.zip
#SourceRename: %n-%v.tar.gz
NoSourceDirectory: true
#Source2: http://www.latex-project.org/lppl.txt
Source2: mirror:sourceforge:fink/lppl-1.2.txt
Source-MD5: 63f7eacf6db8a20b6b282b2c365bcf7d
Source2-MD5: 5af7e4b8e7dde262cf18bd7224f454b5
PatchScript: <<
perl -pi -e 's|~/tex4ht.dir/texmf/tex4ht/ht-fonts|%p/share/%n/ht-fonts|g' 
bin/unix/* texmf/tex/generic/tex4ht/mkht-scripts.4ht 
texmf/tex4ht/base/unix/tex4ht.env 
perl -pi -e 's|path/tex/texmf/fonts/tfm|%p/share/texmf-dist/fonts/tfm|g' 
texmf/tex4ht/base/unix/tex4ht.env
<<
CompileScript:<<
(cd src; cc -O2 -o tex4ht tex4ht.c -DHAVE_STRING_H -DHAVE_DIRENT_H 
-DENVFILE='"%p/share/%n/tex4ht.env"' ) 
(cd src; cc -O2 -o t4ht t4ht.c -DHAVE_STRING_H 
-DENVFILE='"%p/share/%n/tex4ht.env"' ) 
head -n 28 src/t4ht.c > LICENSE
mv lppl-1.2.txt lppl.txt
<<
InstallScript:<<
mkdir -p %i/etc/texmf.local/tex/%n
mkdir -p %i/share/%n/bin
mkdir -p %i/share/doc/%n
mkdir -p %i/bin
cp -p src/*.c temp/*.tex texmf/tex4ht/base/unix/* %i/share/%n/ 
cp -p texmf/tex/generic/tex4ht/*  %i/etc/texmf.local/tex/%n/ 
( cd texmf/tex4ht; cp -pR ht-fonts %i/share/%n/ )
mv src/t*4ht bin/unix/ht* %i/bin/
cp bin/unix/* %i/share/%n/bin/
<<
DocFiles: LICENSE lppl.txt
PostInstScript: <<
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
#mkdir -p /var/tmp/%n ; chmod 777 /var/tmp/%n
<<
PostRmScript: <<
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
#rm -rf /var/tmp/%n
<<
Description: TeX to Hypertext translator
DescDetail: <<
TeX4ht is a highly configurable TeX-based authoring system for 
producing hypertext. It interacts with TeX-based applications 
through style files and postprocessors, leaving the processing 
of the source files to the native TeX compiler. Consequently, 
TeX4ht can handle the features of TeX-based systems in general, 
and of the LaTeX and AMS style files in particular. 
<<
DescPort: <<
There are no configure or Makefile scripts. 
Everything has to be done by hand.
TeX4ht needs a world writable directory for its bookkeeping file
tex4ht.fls. We put it into /var/tmp/tex4ht/.
<<
DescUsage: <<
The basic usage is "httex texfile.tex" or "htlatex latexfile.tex".
The htlatex, httex, and httexi scripts convert from LaTeX, TeX, and TeXinfo
to html.
Additional conversion scripts can be found in the directory 
%p/share/tex4ht/bin/.
<<
License: OSI-Approved
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html



-------------------------------------------------------
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