From 973b6068a777d82c6a41f17617bb1acad9d103b7 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 29 May 2000 03:11:35 +0000 Subject: Update to version 99.1 + JA patch 3.01 Change filename and directory name ... jlatex2html -> latex2html Change default format of image ... GIF -> PNG PR: 18610 Submitted by: maintainer --- japanese/latex2html/Makefile | 112 +++---- japanese/latex2html/distinfo | 4 +- japanese/latex2html/pkg-comment | 2 +- japanese/latex2html/pkg-descr | 4 +- japanese/latex2html/pkg-plist | 723 ++++++++++++++++++++++++---------------- 5 files changed, 495 insertions(+), 350 deletions(-) (limited to 'japanese/latex2html') diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index b3314a344f57..2991e47fd004 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -4,83 +4,77 @@ # # $FreeBSD$ # -# Default image format is GIF. -# If you prefer PNG to GIF, define WITH_PNG (`make -DWITH_PNG`). +# Default image format is PNG. +# If you prefer GIF to PNG, define WITH_GIF (`make -DWITH_GIF`). PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} CATEGORIES= japanese textproc -MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ - ftp://ftp.mpn.com/pub/nikos/latex2html-mirror/sources/ \ - http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/98-1/ -DISTNAME= ${PORTNAME}-${VERSION}p1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-${VERSION}jpatch-${JP_VERSION}.tar.gz +MASTER_SITES= http://www.topstudio.co.jp/~kmuto/debian/private/dists/unstable/contrib/source/ +DISTNAME= jlatex2html_${VERSION}+${JP_VERSION}.orig + +PATCH_SITES= http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/99-1/ +PATCHFILES= jlatex2html-${VERSION}+${JP_VERSION}.dif.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= ixtl@utmc.or.jp -RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ - ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ - ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ - ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm +RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc \ + dvips:${PORTSDIR}/japanese/dvipsk-vflib \ + gs:${PORTSDIR}/japanese/vfghostscript55 \ + anytopnm:${PORTSDIR}/graphics/netpbm -.ifdef WITH_PNG -RUN_DEPENDS += ${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng +.ifndef WITH_GIF +RUN_DEPENDS+= ${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng .endif -VERSION= 98.1 -JP_VERSION= 2.1 +VERSION= 99.1 +JP_VERSION= 3.01 -WRKSRC= ${WRKDIR}/latex2html +WRKSRC= ${WRKDIR}/latex2html USE_PERL5= yes NO_BUILD= yes -PATCHDIR= ${WRKDIR}/patches - -L2HDIR= ${PREFIX}/share/jlatex2html -pre-patch: - @${MKDIR} ${PATCHDIR} - @for p in ${MASTERDIR}/patches/patch-*; do \ - ${SED} -e "s:@Id@:Id:" $$p > ${PATCHDIR}/$${p##*/}; \ - done +L2HDIR= ${PREFIX}/share/latex2html post-patch: - @${PATCH} ${PATCH_ARGS} -o ${WRKDIR}/jlatex2html < ${WRKDIR}/jlatex2html.dif - @${PATCH} ${PATCH_ARGS} -o ${WRKDIR}/jlatex2html.config \ - < ${WRKDIR}/jlatex2html.config.dif - @for file in latex2html/configure-pstoimg latex2html/texexpand \ - latex2html/pstoimg latex2html/pstoimg_nopipes \ - jlatex2html.config jlatex2html; do \ - ${PERL} -pi.org -e \ - "s|LATEX2HTMLDIR\s*=.*;|LATEX2HTMLDIR='${L2HDIR}';|; s|^use lib.*;|use lib '${L2HDIR}';|;" \ - ${WRKDIR}/$$file; \ - done -.ifdef WITH_PNG - @${PERL} -pi -e "s|IMAGE_TYPE=.*;|IMAGE_TYPE='png';|" \ - ${WRKDIR}/jlatex2html.config +.for f in configure-pstoimg latex2html latex2html.config \ + ps2img-n pstoimg pstoimg_nopipes + ${PERL} -e "s:\\\$$ENV{'L2HMODULE'}/user:${L2HDIR}:" \ + -pi ${WRKSRC}/$f +.endfor +.for f in configure-pstoimg install-test latex2html makemap \ + ps2img-n pstoimg pstoimg_nopipes texexpand + ${PERL} -e "s:^\#!/usr/local/bin/perl:\#!${PERL}:" \ + -pi ${WRKSRC}/$f +.endfor + ${PERL} -e "s:^use lib \"/usr/local/share/latex2html\":use lib \'${L2HDIR}\':" \ + ${PERL} -e "s:/usr/local/share/latex2html:${L2HDIR}:" \ + -pi ${WRKSRC}/texexpand +.ifdef WITH_GIF + ${PERL} -pi -e "s|IMAGE_TYPE=.*;|IMAGE_TYPE='gif';|" \ + ${WRKSRC}/latex2html.config .endif do-install: - @${MKDIR} ${L2HDIR} - @${INSTALL_DATA} ${FILESDIR}/local.pm ${L2HDIR} - @ for dir in makeseg IndicTeX-HTML cweb2html docs example icons.gif icons.png styles tests versions; do \ - ${CP} -R ${WRKSRC}/$$dir ${L2HDIR}; \ - done - @ for prog in Override.pm configure-pstoimg install-test makemap pstoimg\ - pstoimg_nopipes texexpand; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/$$prog ${L2HDIR}; \ - done - @ for file in FAQ MANIFEST README README.dvips dot.latex2html-init; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${L2HDIR}; \ - done - @${MKDIR} ${PREFIX}/share/texmf/tex/latex/jlatex2html - @${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/jlatex2html - @${INSTALL_SCRIPT} ${WRKDIR}/jlatex2html ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/jlatex2html ${L2HDIR} - @${INSTALL_DATA} ${WRKDIR}/jlatex2html.config ${L2HDIR} - @ for dir in styles versions; do \ - ${MKDIR} ${L2HDIR}/$$dir; \ - ${INSTALL_DATA} ${WRKDIR}/$$dir/* ${L2HDIR}/$$dir; \ - done + ${MKDIR} ${L2HDIR} + ${INSTALL_DATA} ${FILESDIR}/local.pm ${FILESDIR}/DBM.tst.db \ + ${FILESDIR}/TEST2.TMP ${L2HDIR} +.for dir in IndicTeX-HTML XyMTeX-HTML cweb2html docs/changebar \ + docs/hthtml docs/psfiles docs example foilhtml icon-dos icons.gif \ + icons.png makeseg styles tests texinputs versions + ${CP} -R ${WRKSRC}/${dir} ${L2HDIR} +.endfor +.for prog in Override.pm configure-pstoimg install-test latex2html \ + makemap ps2img-n pstoimg pstoimg_nopipes texexpand + ${INSTALL_SCRIPT} ${WRKSRC}/${prog} ${L2HDIR} +.endfor +.for file in .dvipsrc Changes FAQ MANIFEST README README.dvips \ + README.patch TODO dot.latex2html-init latex2html.config readme.hthtml + ${INSTALL_DATA} ${WRKSRC}/${file} ${L2HDIR} +.endfor + ${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html + ${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html + ${INSTALL_SCRIPT} ${WRKSRC}/latex2html ${PREFIX}/bin .include diff --git a/japanese/latex2html/distinfo b/japanese/latex2html/distinfo index 6559c61a345a..34e2227b5613 100644 --- a/japanese/latex2html/distinfo +++ b/japanese/latex2html/distinfo @@ -1,2 +1,2 @@ -MD5 (latex2html-98.1p1.tar.gz) = b424fa1e63a5fe7f19365a9050742292 -MD5 (latex2html-98.1jpatch-2.1.tar.gz) = 24e1ad23803c6a3d57a029c36f32e282 +MD5 (jlatex2html_99.1+3.01.orig.tar.gz) = b3291f179eee168756f01544201456ae +MD5 (jlatex2html-99.1+3.01.dif.gz) = 0d0ab1af4210f40916d5ad1a0d5dc42d diff --git a/japanese/latex2html/pkg-comment b/japanese/latex2html/pkg-comment index 3d31e93f3073..61bcde833184 100644 --- a/japanese/latex2html/pkg-comment +++ b/japanese/latex2html/pkg-comment @@ -1 +1 @@ -Japanese latex2html with latex2html-98.1jpatch-2.1 patch +Japanese LaTeX2HTML with JP patch diff --git a/japanese/latex2html/pkg-descr b/japanese/latex2html/pkg-descr index 2519d954ccf9..e80022e2519e 100644 --- a/japanese/latex2html/pkg-descr +++ b/japanese/latex2html/pkg-descr @@ -1,7 +1,9 @@ -Japanese latex2html with latex2html-98.1jpatch-2.1 patch +Japanese LaTeX2HTML with JP patch This program can be used to convert LaTeX to HTML. It has many configuration options configurable by editing a configuration file. It can handle equations and postscript images as well. +WWW: http://www.topstudio.co.jp/~kmuto/software/latex2html/ + Package Maintainer: Sugimoto Sadahiro diff --git a/japanese/latex2html/pkg-plist b/japanese/latex2html/pkg-plist index 660faedf722b..df55905efe66 100644 --- a/japanese/latex2html/pkg-plist +++ b/japanese/latex2html/pkg-plist @@ -1,287 +1,436 @@ -share/jlatex2html/local.pm -share/jlatex2html/makeseg/makeseg -share/jlatex2html/makeseg/makeseg.tex -share/jlatex2html/IndicTeX-HTML/hindi.sty -share/jlatex2html/IndicTeX-HTML/telugu.perl -share/jlatex2html/IndicTeX-HTML/tibetan.sty -share/jlatex2html/IndicTeX-HTML/malyalam.perl -share/jlatex2html/IndicTeX-HTML/gujarati.perl -share/jlatex2html/IndicTeX-HTML/oriya.perl -share/jlatex2html/IndicTeX-HTML/gurmukhi.perl -share/jlatex2html/IndicTeX-HTML/telugu.sty -share/jlatex2html/IndicTeX-HTML/sanskrit.sty -share/jlatex2html/IndicTeX-HTML/sinhlese.sty -share/jlatex2html/IndicTeX-HTML/README -share/jlatex2html/IndicTeX-HTML/oriya.sty -share/jlatex2html/IndicTeX-HTML/bengali.sty -share/jlatex2html/IndicTeX-HTML/kannada.perl -share/jlatex2html/IndicTeX-HTML/sinhlese.perl -share/jlatex2html/IndicTeX-HTML/hindi.perl -share/jlatex2html/IndicTeX-HTML/gujrathi.perl -share/jlatex2html/IndicTeX-HTML/devnagri.perl -share/jlatex2html/IndicTeX-HTML/bengali.perl -share/jlatex2html/IndicTeX-HTML/indica.perl -share/jlatex2html/IndicTeX-HTML/tibetan.perl -share/jlatex2html/IndicTeX-HTML/tamil.perl -share/jlatex2html/IndicTeX-HTML/malyalam.sty -share/jlatex2html/IndicTeX-HTML/tamil.sty -share/jlatex2html/IndicTeX-HTML/gujrathi.sty -share/jlatex2html/IndicTeX-HTML/gujarati.sty -share/jlatex2html/IndicTeX-HTML/gurmukhi.sty -share/jlatex2html/IndicTeX-HTML/kannada.sty -share/jlatex2html/IndicTeX-HTML/devnagri.sty -share/jlatex2html/IndicTeX-HTML/indica.sty -share/jlatex2html/IndicTeX-HTML/sanskrit.perl -share/jlatex2html/cweb2html/wcltx.bib -share/jlatex2html/cweb2html/linkex1.w -share/jlatex2html/cweb2html/cweb2html -share/jlatex2html/cweb2html/htcweb.tex -share/jlatex2html/cweb2html/htcweb.sty -share/jlatex2html/cweb2html/makemake.pl -share/jlatex2html/cweb2html/README -share/jlatex2html/cweb2html/Makefile -share/jlatex2html/cweb2html/cweb.perl -share/jlatex2html/cweb2html/htcweb.perl -share/jlatex2html/cweb2html/wcltx.w -share/jlatex2html/cweb2html/linkex2.w -share/jlatex2html/docs/changebar/update.txt -share/jlatex2html/docs/changebar/manifest.txt -share/jlatex2html/docs/changebar/00readme.txt -share/jlatex2html/docs/changebar/changebar.idx -share/jlatex2html/docs/changebar/changebar.ins -share/jlatex2html/docs/changebar/changebar.bug -share/jlatex2html/docs/changebar/changebar.dtx -share/jlatex2html/docs/changebar/00Contents -share/jlatex2html/docs/changebar/catalog.txt -share/jlatex2html/docs/changebar/chbar.sh -share/jlatex2html/docs/hthtml/readme.hthtml -share/jlatex2html/docs/hthtml/Makefile -share/jlatex2html/docs/hthtml/hthtml.tex -share/jlatex2html/docs/hthtml/hthtml.sty -share/jlatex2html/docs/psfiles/eqarrB15.ps -share/jlatex2html/docs/psfiles/eqn15.ps -share/jlatex2html/docs/psfiles/eform.ps -share/jlatex2html/docs/psfiles/HTMLtab.ps -share/jlatex2html/docs/psfiles/figure.ps -share/jlatex2html/docs/psfiles/eform2.ps -share/jlatex2html/docs/psfiles/table.ps -share/jlatex2html/docs/psfiles/eqarrB2.ps -share/jlatex2html/docs/psfiles/eqarrB1.ps -share/jlatex2html/docs/psfiles/dn.gif -share/jlatex2html/docs/psfiles/eqn1.ps -share/jlatex2html/docs/psfiles/eqn2.ps -share/jlatex2html/docs/psfiles/eqarrA2.ps -share/jlatex2html/docs/psfiles/eqarrA1.ps -share/jlatex2html/docs/psfiles/eqarrA15.ps -share/jlatex2html/docs/psfiles/up.gif -share/jlatex2html/docs/manual.bbl -share/jlatex2html/docs/manual.ind -share/jlatex2html/docs/manhtml.tex -share/jlatex2html/docs/changebar.sty -share/jlatex2html/docs/credits.tex -share/jlatex2html/docs/l2hfiles.dat -share/jlatex2html/docs/Makefile -share/jlatex2html/docs/justify.sty -share/jlatex2html/docs/hypextra.tex -share/jlatex2html/docs/manual.cb -share/jlatex2html/docs/overview.tex -share/jlatex2html/docs/htmllist.sty -share/jlatex2html/docs/support.tex -share/jlatex2html/docs/licence.tex -share/jlatex2html/docs/l2hidx.ist -share/jlatex2html/docs/features.tex -share/jlatex2html/docs/html.sty -share/jlatex2html/docs/url.sty -share/jlatex2html/docs/l2hglo.ist -share/jlatex2html/docs/problems.tex -share/jlatex2html/docs/l2hman.sty -share/jlatex2html/docs/appendix.tex -share/jlatex2html/docs/userman.tex -share/jlatex2html/docs/manual.index -share/jlatex2html/docs/manual.tex -share/jlatex2html/docs/manual.gls -share/jlatex2html/example/sec1.tex -share/jlatex2html/example/report.tex -share/jlatex2html/example/sec2.tex -share/jlatex2html/example/Makefile -share/jlatex2html/icons.gif/previous_motif.gif -share/jlatex2html/icons.gif/icons.html -share/jlatex2html/icons.gif/blueball.gif -share/jlatex2html/icons.gif/redball.gif -share/jlatex2html/icons.gif/purpleball.gif -share/jlatex2html/icons.gif/change_begin_right.gif -share/jlatex2html/icons.gif/greenball.gif -share/jlatex2html/icons.gif/previous_group_motif.gif -share/jlatex2html/icons.gif/image.gif -share/jlatex2html/icons.gif/contents.xbm -share/jlatex2html/icons.gif/change_delete.gif -share/jlatex2html/icons.gif/orangeball.gif -share/jlatex2html/icons.gif/next_group_motif.gif -share/jlatex2html/icons.gif/change_end_right.gif -share/jlatex2html/icons.gif/invis_anchor.xbm -share/jlatex2html/icons.gif/next_group_motif_gr.gif -share/jlatex2html/icons.gif/previous_group_motif_gr.gif -share/jlatex2html/icons.gif/up_motif.gif -share/jlatex2html/icons.gif/cross_ref_motif.gif -share/jlatex2html/icons.gif/contents_motif.gif -share/jlatex2html/icons.gif/whiteball.gif -share/jlatex2html/icons.gif/previous_motif_gr.gif -share/jlatex2html/icons.gif/change_delete_right.gif -share/jlatex2html/icons.gif/pinkball.gif -share/jlatex2html/icons.gif/change_end.gif -share/jlatex2html/icons.gif/foot_motif.gif -share/jlatex2html/icons.gif/up_motif_gr.gif -share/jlatex2html/icons.gif/next_motif_gr.gif -share/jlatex2html/icons.gif/yellowball.gif -share/jlatex2html/icons.gif/index_motif.gif -share/jlatex2html/icons.gif/next_motif.gif -share/jlatex2html/icons.gif/change_begin.gif -share/jlatex2html/icons.png/previous_motif.png -share/jlatex2html/icons.png/blueball.png -share/jlatex2html/icons.png/redball.png -share/jlatex2html/icons.png/purpleball.png -share/jlatex2html/icons.png/greenball.png -share/jlatex2html/icons.png/previous_group_motif.png -share/jlatex2html/icons.png/image.png -share/jlatex2html/icons.png/change_delete.png -share/jlatex2html/icons.png/orangeball.png -share/jlatex2html/icons.png/next_group_motif.png -share/jlatex2html/icons.png/next_group_motif_gr.png -share/jlatex2html/icons.png/previous_group_motif_gr.png -share/jlatex2html/icons.png/up_motif.png -share/jlatex2html/icons.png/cross_ref_motif.png -share/jlatex2html/icons.png/contents_motif.png -share/jlatex2html/icons.png/whiteball.png -share/jlatex2html/icons.png/previous_motif_gr.png -share/jlatex2html/icons.png/pinkball.png -share/jlatex2html/icons.png/change_end.png -share/jlatex2html/icons.png/foot_motif.png -share/jlatex2html/icons.png/up_motif_gr.png -share/jlatex2html/icons.png/next_motif_gr.png -share/jlatex2html/icons.png/yellowball.png -share/jlatex2html/icons.png/index_motif.png -share/jlatex2html/icons.png/next_motif.png -share/jlatex2html/icons.png/change_begin.png -share/jlatex2html/styles/CJK.perl -share/jlatex2html/styles/alltt.perl -share/jlatex2html/styles/amsmath.perl -share/jlatex2html/styles/chemsym.perl -share/jlatex2html/styles/seminar.perl -share/jlatex2html/styles/makeidx.perl -share/jlatex2html/styles/amsbook.perl -share/jlatex2html/styles/latexsym.perl -share/jlatex2html/styles/changebar.perl -share/jlatex2html/styles/havard.perl -share/jlatex2html/styles/justify.perl -share/jlatex2html/styles/natbib.perl -share/jlatex2html/styles/colordvi.perl -share/jlatex2html/styles/letter.perl -share/jlatex2html/styles/inputenc.perl -share/jlatex2html/styles/floatfig.perl -share/jlatex2html/styles/floatflt.perl -share/jlatex2html/styles/german.perl -share/jlatex2html/styles/amsart.perl -share/jlatex2html/styles/amssymb.perl -share/jlatex2html/styles/amstex.perl -share/jlatex2html/styles/rgb.txt -share/jlatex2html/styles/report.perl -share/jlatex2html/styles/wrapfig.perl -share/jlatex2html/styles/xspace.perl -share/jlatex2html/styles/more_amsmath.perl -share/jlatex2html/styles/enumerate.perl -share/jlatex2html/styles/crayola.txt -share/jlatex2html/styles/graphics.perl -share/jlatex2html/styles/graphicx.perl -share/jlatex2html/styles/multicol.perl -share/jlatex2html/styles/germanb.perl -share/jlatex2html/styles/htmllist.perl -share/jlatex2html/styles/heqn.perl -share/jlatex2html/styles/html.perl -share/jlatex2html/styles/hthtml.perl -share/jlatex2html/styles/slides.perl -share/jlatex2html/styles/article.perl -share/jlatex2html/styles/amsfonts.perl -share/jlatex2html/styles/verbatim.perl -share/jlatex2html/styles/texdefs.perl -share/jlatex2html/styles/francais.perl -share/jlatex2html/styles/french.perl -share/jlatex2html/styles/book.perl -share/jlatex2html/styles/xy.perl -share/jlatex2html/styles/frames.perl -share/jlatex2html/styles/babel.perl -share/jlatex2html/styles/harvard.perl -share/jlatex2html/styles/epsfig.perl -share/jlatex2html/styles/epsbox.perl -share/jlatex2html/styles/nharvard.perl -share/jlatex2html/styles/verbatimfiles.perl -share/jlatex2html/styles/supertabular.perl -share/jlatex2html/styles/longtable.perl -share/jlatex2html/styles/color.perl -share/jlatex2html/tests/jcl-verb.tex -share/jlatex2html/tests/pages.tex -share/jlatex2html/tests/pages1.eps -share/jlatex2html/tests/jcl-env.tex -share/jlatex2html/tests/jcl-pag.tex -share/jlatex2html/tests/rrm-col.tex -share/jlatex2html/versions/lang.pl -share/jlatex2html/versions/html3_2.pl -share/jlatex2html/versions/html2_2.pl -share/jlatex2html/versions/html3_0.pl -share/jlatex2html/versions/html4_0.pl -share/jlatex2html/versions/html3_1.pl -share/jlatex2html/versions/html2_1.pl -share/jlatex2html/versions/latin6.pl -share/jlatex2html/versions/latin4.pl -share/jlatex2html/versions/latin5.pl -share/jlatex2html/versions/latin2.pl -share/jlatex2html/versions/latin3.pl -share/jlatex2html/versions/latin1.pl -share/jlatex2html/versions/i18n.pl -share/jlatex2html/versions/unicode.pl -share/jlatex2html/versions/table.pl -share/jlatex2html/versions/math.pl -share/jlatex2html/configure-pstoimg -share/jlatex2html/install-test -share/jlatex2html/makemap -share/jlatex2html/pstoimg -share/jlatex2html/pstoimg_nopipes -share/jlatex2html/texexpand -share/jlatex2html/FAQ -share/jlatex2html/MANIFEST -share/jlatex2html/Override.pm -share/jlatex2html/README -share/jlatex2html/README.dvips -share/jlatex2html/dot.latex2html-init -share/texmf/tex/latex/jlatex2html/floatflt.ins -share/texmf/tex/latex/jlatex2html/frames.sty -share/texmf/tex/latex/jlatex2html/heqn.sty -share/texmf/tex/latex/jlatex2html/hthtml.sty -share/texmf/tex/latex/jlatex2html/html.sty -share/texmf/tex/latex/jlatex2html/htmllist.sty -share/texmf/tex/latex/jlatex2html/justify.sty -share/texmf/tex/latex/jlatex2html/ldump.sty -share/texmf/tex/latex/jlatex2html/url.sty -share/texmf/tex/latex/jlatex2html/verbatimfiles.sty -bin/jlatex2html -share/jlatex2html/styles/ascmac.perl -share/jlatex2html/styles/japanese.perl -share/jlatex2html/styles/jarticle.perl -share/jlatex2html/styles/jbook.perl -share/jlatex2html/styles/jreport.perl -share/jlatex2html/jlatex2html.config -share/jlatex2html/jlatex2html -@dirrm share/jlatex2html/makeseg -@dirrm share/jlatex2html/IndicTeX-HTML -@dirrm share/jlatex2html/cweb2html -@dirrm share/jlatex2html/docs/changebar -@dirrm share/jlatex2html/docs/hthtml -@dirrm share/jlatex2html/docs/psfiles -@dirrm share/jlatex2html/docs -@dirrm share/jlatex2html/example -@dirrm share/jlatex2html/icons.gif -@dirrm share/jlatex2html/icons.png -@dirrm share/jlatex2html/styles -@dirrm share/jlatex2html/tests -@dirrm share/jlatex2html/versions -@dirrm share/texmf/tex/latex/jlatex2html -@dirrm share/jlatex2html +bin/latex2html +share/latex2html/.dvipsrc +share/latex2html/Changes +share/latex2html/DBM.tst.db +share/latex2html/FAQ +share/latex2html/IndicTeX-HTML/README +share/latex2html/IndicTeX-HTML/bengali.perl +share/latex2html/IndicTeX-HTML/bengali.sty +share/latex2html/IndicTeX-HTML/devnagri.perl +share/latex2html/IndicTeX-HTML/devnagri.sty +share/latex2html/IndicTeX-HTML/gujarati.perl +share/latex2html/IndicTeX-HTML/gujarati.sty +share/latex2html/IndicTeX-HTML/gurmukhi.perl +share/latex2html/IndicTeX-HTML/gurmukhi.sty +share/latex2html/IndicTeX-HTML/hindi.perl +share/latex2html/IndicTeX-HTML/hindi.sty +share/latex2html/IndicTeX-HTML/indica.perl +share/latex2html/IndicTeX-HTML/indica.sty +share/latex2html/IndicTeX-HTML/itrans.perl +share/latex2html/IndicTeX-HTML/itrans.sty +share/latex2html/IndicTeX-HTML/kannada.perl +share/latex2html/IndicTeX-HTML/kannada.sty +share/latex2html/IndicTeX-HTML/malyalam.perl +share/latex2html/IndicTeX-HTML/malyalam.sty +share/latex2html/IndicTeX-HTML/oriya.perl +share/latex2html/IndicTeX-HTML/oriya.sty +share/latex2html/IndicTeX-HTML/sanskrit.perl +share/latex2html/IndicTeX-HTML/sanskrit.sty +share/latex2html/IndicTeX-HTML/sinhlese.perl +share/latex2html/IndicTeX-HTML/sinhlese.sty +share/latex2html/IndicTeX-HTML/tamil.perl +share/latex2html/IndicTeX-HTML/tamil.sty +share/latex2html/IndicTeX-HTML/telugu.perl +share/latex2html/IndicTeX-HTML/telugu.sty +share/latex2html/IndicTeX-HTML/tibetan.perl +share/latex2html/IndicTeX-HTML/tibetan.sty +share/latex2html/MANIFEST +share/latex2html/Override.pm +share/latex2html/README +share/latex2html/README.dvips +share/latex2html/README.patch +share/latex2html/TEST2.TMP +share/latex2html/TODO +share/latex2html/XyMTeX-HTML/aliphat.perl +share/latex2html/XyMTeX-HTML/carom.perl +share/latex2html/XyMTeX-HTML/ccycle.perl +share/latex2html/XyMTeX-HTML/chemstr.perl +share/latex2html/XyMTeX-HTML/chemsym.perl +share/latex2html/XyMTeX-HTML/hcycle.perl +share/latex2html/XyMTeX-HTML/hetarom.perl +share/latex2html/XyMTeX-HTML/hetaromh.perl +share/latex2html/XyMTeX-HTML/locant.perl +share/latex2html/XyMTeX-HTML/lowcycle.perl +share/latex2html/XyMTeX-HTML/xymman.perl +share/latex2html/changebar/00Contents +share/latex2html/changebar/00readme.txt +share/latex2html/changebar/catalog.txt +share/latex2html/changebar/changebar.bug +share/latex2html/changebar/changebar.dtx +share/latex2html/changebar/changebar.idx +share/latex2html/changebar/changebar.ins +share/latex2html/changebar/chbar.sh +share/latex2html/changebar/manifest.txt +share/latex2html/changebar/update.txt +share/latex2html/configure-pstoimg +share/latex2html/cweb2html/Makefile +share/latex2html/cweb2html/README +share/latex2html/cweb2html/cweb.perl +share/latex2html/cweb2html/cweb2html +share/latex2html/cweb2html/htcweb.perl +share/latex2html/cweb2html/htcweb.sty +share/latex2html/cweb2html/htcweb.tex +share/latex2html/cweb2html/linkex1.w +share/latex2html/cweb2html/linkex2.w +share/latex2html/cweb2html/makemake.pl +share/latex2html/cweb2html/wcltx.bib +share/latex2html/cweb2html/wcltx.w +share/latex2html/docs/.latex2html-init +share/latex2html/docs/Makefile +share/latex2html/docs/Makefile.frames +share/latex2html/docs/appendix.tex +share/latex2html/docs/changebar.sty +share/latex2html/docs/changebar/00Contents +share/latex2html/docs/changebar/00readme.txt +share/latex2html/docs/changebar/catalog.txt +share/latex2html/docs/changebar/changebar.bug +share/latex2html/docs/changebar/changebar.dtx +share/latex2html/docs/changebar/changebar.idx +share/latex2html/docs/changebar/changebar.ins +share/latex2html/docs/changebar/chbar.sh +share/latex2html/docs/changebar/manifest.txt +share/latex2html/docs/changebar/update.txt +share/latex2html/docs/credits.tex +share/latex2html/docs/features.tex +share/latex2html/docs/hthtml/Makefile +share/latex2html/docs/hthtml/hthtml.sty +share/latex2html/docs/hthtml/hthtml.tex +share/latex2html/docs/hthtml/readme.hthtml +share/latex2html/docs/html.sty +share/latex2html/docs/htmllist.sty +share/latex2html/docs/hypextra.tex +share/latex2html/docs/justify.sty +share/latex2html/docs/l2hfiles.dat +share/latex2html/docs/l2hglo.ist +share/latex2html/docs/l2hidx.ist +share/latex2html/docs/l2hman.sty +share/latex2html/docs/licence.tex +share/latex2html/docs/manhtml.tex +share/latex2html/docs/manual.bbl +share/latex2html/docs/manual.cb +share/latex2html/docs/manual.gls +share/latex2html/docs/manual.ind +share/latex2html/docs/manual.index +share/latex2html/docs/manual.tex +share/latex2html/docs/overview.tex +share/latex2html/docs/problems.tex +share/latex2html/docs/psfiles/HTMLtab.ps +share/latex2html/docs/psfiles/dn.gif +share/latex2html/docs/psfiles/eform.ps +share/latex2html/docs/psfiles/eform2.ps +share/latex2html/docs/psfiles/eqarrA1.ps +share/latex2html/docs/psfiles/eqarrA15.ps +share/latex2html/docs/psfiles/eqarrA2.ps +share/latex2html/docs/psfiles/eqarrB1.ps +share/latex2html/docs/psfiles/eqarrB15.ps +share/latex2html/docs/psfiles/eqarrB2.ps +share/latex2html/docs/psfiles/eqn1.ps +share/latex2html/docs/psfiles/eqn15.ps +share/latex2html/docs/psfiles/eqn2.ps +share/latex2html/docs/psfiles/figure.ps +share/latex2html/docs/psfiles/table.ps +share/latex2html/docs/psfiles/up.gif +share/latex2html/docs/support.tex +share/latex2html/docs/url.sty +share/latex2html/docs/userman.tex +share/latex2html/dot.latex2html-init +share/latex2html/example/Makefile +share/latex2html/example/report.tex +share/latex2html/example/sec1.tex +share/latex2html/example/sec2.tex +share/latex2html/foilhtml/foilhtml.dtx +share/latex2html/foilhtml/foilhtml.ins +share/latex2html/foilhtml/readme.v12 +share/latex2html/hthtml/Makefile +share/latex2html/hthtml/hthtml.sty +share/latex2html/hthtml/hthtml.tex +share/latex2html/hthtml/readme.hthtml +share/latex2html/icon-dos/blueball.gif +share/latex2html/icon-dos/ch_beg_r.gif +share/latex2html/icon-dos/ch_begin.gif +share/latex2html/icon-dos/ch_del.gif +share/latex2html/icon-dos/ch_del_r.gif +share/latex2html/icon-dos/ch_delet.gif +share/latex2html/icon-dos/ch_end.gif +share/latex2html/icon-dos/ch_end_r.gif +share/latex2html/icon-dos/contents.gif +share/latex2html/icon-dos/crossref.gif +share/latex2html/icon-dos/foot_mot.gif +share/latex2html/icon-dos/greenbal.gif +share/latex2html/icon-dos/image.gif +share/latex2html/icon-dos/index_m.gif +share/latex2html/icon-dos/localdos.pm +share/latex2html/icon-dos/nx_gr_m.gif +share/latex2html/icon-dos/nx_gr_mg.gif +share/latex2html/icon-dos/nx_mg.gif +share/latex2html/icon-dos/nx_motif.gif +share/latex2html/icon-dos/orangeba.gif +share/latex2html/icon-dos/pinkball.gif +share/latex2html/icon-dos/purpleba.gif +share/latex2html/icon-dos/pv_gr_m.gif +share/latex2html/icon-dos/pv_gr_mg.gif +share/latex2html/icon-dos/pv_mg.gif +share/latex2html/icon-dos/pv_motif.gif +share/latex2html/icon-dos/redball.gif +share/latex2html/icon-dos/up_m_gr.gif +share/latex2html/icon-dos/up_motif.gif +share/latex2html/icon-dos/whitebal.gif +share/latex2html/icon-dos/yellowba.gif +share/latex2html/icons.gif/blueball.gif +share/latex2html/icons.gif/change_begin.gif +share/latex2html/icons.gif/change_begin_right.gif +share/latex2html/icons.gif/change_delete.gif +share/latex2html/icons.gif/change_delete_right.gif +share/latex2html/icons.gif/change_end.gif +share/latex2html/icons.gif/change_end_right.gif +share/latex2html/icons.gif/contents.xbm +share/latex2html/icons.gif/contents_motif.gif +share/latex2html/icons.gif/cross_ref_motif.gif +share/latex2html/icons.gif/foot_motif.gif +share/latex2html/icons.gif/greenball.gif +share/latex2html/icons.gif/icons.html +share/latex2html/icons.gif/image.gif +share/latex2html/icons.gif/index_motif.gif +share/latex2html/icons.gif/invis_anchor.xbm +share/latex2html/icons.gif/next_group_motif.gif +share/latex2html/icons.gif/next_group_motif_gr.gif +share/latex2html/icons.gif/next_motif.gif +share/latex2html/icons.gif/next_motif_gr.gif +share/latex2html/icons.gif/orangeball.gif +share/latex2html/icons.gif/pinkball.gif +share/latex2html/icons.gif/previous_group_motif.gif +share/latex2html/icons.gif/previous_group_motif_gr.gif +share/latex2html/icons.gif/previous_motif.gif +share/latex2html/icons.gif/previous_motif_gr.gif +share/latex2html/icons.gif/purpleball.gif +share/latex2html/icons.gif/redball.gif +share/latex2html/icons.gif/up_motif.gif +share/latex2html/icons.gif/up_motif_gr.gif +share/latex2html/icons.gif/whiteball.gif +share/latex2html/icons.gif/yellowball.gif +share/latex2html/icons.png/blueball.png +share/latex2html/icons.png/change_begin.png +share/latex2html/icons.png/change_delete.png +share/latex2html/icons.png/change_end.png +share/latex2html/icons.png/contents_motif.png +share/latex2html/icons.png/cross_ref_motif.png +share/latex2html/icons.png/foot_motif.png +share/latex2html/icons.png/greenball.png +share/latex2html/icons.png/image.png +share/latex2html/icons.png/index_motif.png +share/latex2html/icons.png/next_group_motif.png +share/latex2html/icons.png/next_group_motif_gr.png +share/latex2html/icons.png/next_motif.png +share/latex2html/icons.png/next_motif_gr.png +share/latex2html/icons.png/orangeball.png +share/latex2html/icons.png/pinkball.png +share/latex2html/icons.png/previous_group_motif.png +share/latex2html/icons.png/previous_group_motif_gr.png +share/latex2html/icons.png/previous_motif.png +share/latex2html/icons.png/previous_motif_gr.png +share/latex2html/icons.png/purpleball.png +share/latex2html/icons.png/redball.png +share/latex2html/icons.png/up_motif.png +share/latex2html/icons.png/up_motif_gr.png +share/latex2html/icons.png/whiteball.png +share/latex2html/icons.png/yellowball.png +share/latex2html/install-test +share/latex2html/latex2html +share/latex2html/latex2html.config +share/latex2html/local.pm +share/latex2html/makemap +share/latex2html/makeseg/makeseg +share/latex2html/makeseg/makeseg.tex +share/latex2html/ps2img-n +share/latex2html/psfiles/HTMLtab.ps +share/latex2html/psfiles/dn.gif +share/latex2html/psfiles/eform.ps +share/latex2html/psfiles/eform2.ps +share/latex2html/psfiles/eqarrA1.ps +share/latex2html/psfiles/eqarrA15.ps +share/latex2html/psfiles/eqarrA2.ps +share/latex2html/psfiles/eqarrB1.ps +share/latex2html/psfiles/eqarrB15.ps +share/latex2html/psfiles/eqarrB2.ps +share/latex2html/psfiles/eqn1.ps +share/latex2html/psfiles/eqn15.ps +share/latex2html/psfiles/eqn2.ps +share/latex2html/psfiles/figure.ps +share/latex2html/psfiles/table.ps +share/latex2html/psfiles/up.gif +share/latex2html/pstoimg +share/latex2html/pstoimg_nopipes +share/latex2html/readme.hthtml +share/latex2html/styles/CJK.perl +share/latex2html/styles/TEMPLATE.perl +share/latex2html/styles/afrikaan.perl +share/latex2html/styles/alltt.perl +share/latex2html/styles/american.perl +share/latex2html/styles/amsart.perl +share/latex2html/styles/amsbook.perl +share/latex2html/styles/amsfonts.perl +share/latex2html/styles/amsmath.perl +share/latex2html/styles/amssymb.perl +share/latex2html/styles/amstex.perl +share/latex2html/styles/article.perl +share/latex2html/styles/ascmac.perl +share/latex2html/styles/ascmac.perl.orig +share/latex2html/styles/austrian.perl +share/latex2html/styles/babel.perl +share/latex2html/styles/babelbst.perl +share/latex2html/styles/bahasa.perl +share/latex2html/styles/book.perl +share/latex2html/styles/brazil.perl +share/latex2html/styles/breton.perl +share/latex2html/styles/catalan.perl +share/latex2html/styles/changebar.perl +share/latex2html/styles/chemsym.perl +share/latex2html/styles/color.perl +share/latex2html/styles/colordvi.perl +share/latex2html/styles/crayola.txt +share/latex2html/styles/croatian.perl +share/latex2html/styles/czech.perl +share/latex2html/styles/danish.perl +share/latex2html/styles/dutch.perl +share/latex2html/styles/english.perl +share/latex2html/styles/enumerate.perl +share/latex2html/styles/epsbox.perl +share/latex2html/styles/epsfig.perl +share/latex2html/styles/esperant.perl +share/latex2html/styles/estonian.perl +share/latex2html/styles/finnish.perl +share/latex2html/styles/floatfig.perl +share/latex2html/styles/floatflt.perl +share/latex2html/styles/frames.perl +share/latex2html/styles/francais.perl +share/latex2html/styles/french.perl +share/latex2html/styles/galician.perl +share/latex2html/styles/german.perl +share/latex2html/styles/germanb.perl +share/latex2html/styles/graphics.perl +share/latex2html/styles/graphicx.perl +share/latex2html/styles/harvard.perl +share/latex2html/styles/havard.perl +share/latex2html/styles/heqn.perl +share/latex2html/styles/hthtml.perl +share/latex2html/styles/html.perl +share/latex2html/styles/htmllist.perl +share/latex2html/styles/inputenc.perl +share/latex2html/styles/irish.perl +share/latex2html/styles/italian.perl +share/latex2html/styles/j-article.perl +share/latex2html/styles/j-article.perl.orig +share/latex2html/styles/j-report.perl +share/latex2html/styles/j-report.perl.orig +share/latex2html/styles/japanese.perl +share/latex2html/styles/japanese.perl.orig +share/latex2html/styles/jarticle.perl +share/latex2html/styles/jarticle.perl.orig +share/latex2html/styles/jreport.perl +share/latex2html/styles/jreport.perl.orig +share/latex2html/styles/jslides.perl +share/latex2html/styles/jslides.perl.orig +share/latex2html/styles/justify.perl +share/latex2html/styles/latexsym.perl +share/latex2html/styles/letter.perl +share/latex2html/styles/longtable.perl +share/latex2html/styles/lsorbian.perl +share/latex2html/styles/magyar.perl +share/latex2html/styles/makeidx.perl +share/latex2html/styles/more_amsmath.perl +share/latex2html/styles/multicol.perl +share/latex2html/styles/natbib.perl +share/latex2html/styles/nharvard.perl +share/latex2html/styles/norsk.perl +share/latex2html/styles/nynorsk.perl +share/latex2html/styles/polish.perl +share/latex2html/styles/portuges.perl +share/latex2html/styles/report.perl +share/latex2html/styles/rgb.txt +share/latex2html/styles/romanian.perl +share/latex2html/styles/scottish.perl +share/latex2html/styles/seminar.perl +share/latex2html/styles/slides.perl +share/latex2html/styles/slovak.perl +share/latex2html/styles/slovene.perl +share/latex2html/styles/spanish.perl +share/latex2html/styles/supertabular.perl +share/latex2html/styles/texdefs.perl +share/latex2html/styles/texnames.perl +share/latex2html/styles/textcomp.perl +share/latex2html/styles/turkish.perl +share/latex2html/styles/usorbian.perl +share/latex2html/styles/verbatim.perl +share/latex2html/styles/verbatimfiles.perl +share/latex2html/styles/webtex.perl +share/latex2html/styles/welsh.perl +share/latex2html/styles/wrapfig.perl +share/latex2html/styles/xspace.perl +share/latex2html/styles/xy.perl +share/latex2html/tests/jcl-env.tex +share/latex2html/tests/jcl-pag.tex +share/latex2html/tests/jcl-verb.tex +share/latex2html/tests/pages.tex +share/latex2html/tests/pages1.eps +share/latex2html/tests/rrm-col.tex +share/latex2html/texexpand +share/latex2html/texinputs/floatflt.ins +share/latex2html/texinputs/frames.sty +share/latex2html/texinputs/heqn.sty +share/latex2html/texinputs/hthtml.sty +share/latex2html/texinputs/html.sty +share/latex2html/texinputs/htmllist.sty +share/latex2html/texinputs/justify.sty +share/latex2html/texinputs/ldump.sty +share/latex2html/texinputs/url.sty +share/latex2html/texinputs/verbatimfiles.sty +share/latex2html/versions/frame.pl +share/latex2html/versions/html2_1.pl +share/latex2html/versions/html2_2.pl +share/latex2html/versions/html3_0.pl +share/latex2html/versions/html3_1.pl +share/latex2html/versions/html3_2.pl +share/latex2html/versions/html4_0.pl +share/latex2html/versions/i18n.pl +share/latex2html/versions/lang.pl +share/latex2html/versions/latin1.pl +share/latex2html/versions/latin2.pl +share/latex2html/versions/latin3.pl +share/latex2html/versions/latin4.pl +share/latex2html/versions/latin5.pl +share/latex2html/versions/latin6.pl +share/latex2html/versions/math.pl +share/latex2html/versions/table.pl +share/latex2html/versions/unicode.pl +share/texmf/tex/latex/latex2html/floatflt.ins +share/texmf/tex/latex/latex2html/frames.sty +share/texmf/tex/latex/latex2html/heqn.sty +share/texmf/tex/latex/latex2html/hthtml.sty +share/texmf/tex/latex/latex2html/html.sty +share/texmf/tex/latex/latex2html/htmllist.sty +share/texmf/tex/latex/latex2html/justify.sty +share/texmf/tex/latex/latex2html/ldump.sty +share/texmf/tex/latex/latex2html/url.sty +share/texmf/tex/latex/latex2html/verbatimfiles.sty +@dirrm share/latex2html/IndicTeX-HTML +@dirrm share/latex2html/XyMTeX-HTML +@dirrm share/latex2html/changebar +@dirrm share/latex2html/cweb2html +@dirrm share/latex2html/docs/changebar +@dirrm share/latex2html/docs/hthtml +@dirrm share/latex2html/docs/psfiles +@dirrm share/latex2html/docs +@dirrm share/latex2html/example +@dirrm share/latex2html/foilhtml +@dirrm share/latex2html/hthtml +@dirrm share/latex2html/icon-dos +@dirrm share/latex2html/icons.gif +@dirrm share/latex2html/icons.png +@dirrm share/latex2html/makeseg +@dirrm share/latex2html/psfiles +@dirrm share/latex2html/styles +@dirrm share/latex2html/tests +@dirrm share/latex2html/texinputs +@dirrm share/latex2html/versions +@dirrm share/latex2html +@dirrm share/texmf/tex/latex/latex2html/ -- cgit