aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-12 10:27:50 +0800
committernaddy <naddy@FreeBSD.org>2003-02-12 10:27:50 +0800
commiteae303f7a3f2761af170a8e16fc3eab07d8b627d (patch)
tree8059e2aa138ea6edce27d51c980a5cd9f54dbdf8 /japanese
parent4a28d8c9eff9ee77bb0817b5baf8dc16e987aae8 (diff)
downloadfreebsd-ports-gnome-eae303f7a3f2761af170a8e16fc3eab07d8b627d.tar.gz
freebsd-ports-gnome-eae303f7a3f2761af170a8e16fc3eab07d8b627d.tar.zst
freebsd-ports-gnome-eae303f7a3f2761af170a8e16fc3eab07d8b627d.zip
Update to 2002-2-1+jp2.0.
PR: 47812 Submitted by: Sadahiro SUGIMOTO <ixtl@utmc.or.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/latex2html/Makefile66
-rw-r--r--japanese/latex2html/distinfo4
-rw-r--r--japanese/latex2html/files/answer-gif7
-rw-r--r--japanese/latex2html/files/answer-png7
-rw-r--r--japanese/latex2html/files/patch-ba38
-rw-r--r--japanese/latex2html/files/patch-bb11
-rw-r--r--japanese/latex2html/files/patch-bc11
-rw-r--r--japanese/latex2html/files/patch-bd11
-rw-r--r--japanese/latex2html/files/patch-be11
-rw-r--r--japanese/latex2html/files/patch-ca11
-rw-r--r--japanese/latex2html/pkg-descr2
-rw-r--r--japanese/latex2html/pkg-plist332
12 files changed, 160 insertions, 351 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile
index 02292b37b865..94d08eb11731 100644
--- a/japanese/latex2html/Makefile
+++ b/japanese/latex2html/Makefile
@@ -4,17 +4,16 @@
#
# $FreeBSD$
#
-# 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.topstudio.co.jp/~kmuto/debian/private/dists/stable/contrib/source/
-DISTNAME= jlatex2html_${VERSION}+${JP_VERSION}.orig
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= support/${PORTNAME}
+DISTNAME= ${PORTNAME}-${VERSION:S/./-/g}
-PATCH_SITES= http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/99-1/
-PATCHFILES= jlatex2html-${VERSION}+${JP_VERSION}.dif.gz
+PATCH_SITES= http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data/
+PATCHFILES= l2h-2002-2-1+jp${JP_VERSION}.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ixtl@utmc.or.jp
@@ -22,47 +21,28 @@ MAINTAINER= ixtl@utmc.or.jp
RUN_DEPENDS= platex:${PORTSDIR}/japanese/ptex-euc \
dvips:${PORTSDIR}/japanese/dvipsk-vflib \
gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
- anytopnm:${PORTSDIR}/graphics/netpbm \
- nkf:${PORTSDIR}/japanese/nkf
+ anytopnm:${PORTSDIR}/graphics/netpbm
-VERSION= 99.1
-JP_VERSION= 3.01
+VERSION= 2002.2.1
+JP_VERSION= 2.0
-WRKSRC= ${WRKDIR}/latex2html
USE_PERL5= yes
-NO_BUILD= yes
-
-L2HDIR= ${PREFIX}/share/latex2html
-
-post-patch:
-.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
-
-do-install:
- ${MKDIR} ${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}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --shlibdir=${DATADIR} \
+ --disable-gif \
+ --with-perl=${PERL} \
+ --with-texpath=${PREFIX}/share/texmf/tex/latex/html
+
+DOC_FILES= FAQ INSTALL LICENSE README README.patch-2002jp \
+ README.patch-99.1jp
+
+post-install:
+ (cd ${WRKSRC}; csh mkwrapper ${PREFIX})
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
- ${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html
- ${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html
-.ifdef WITH_GIF
- cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-gif | ${PERL} install-test
-.else
- cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-png | ${PERL} install-test
.endif
- ${INSTALL_SCRIPT} ${L2HDIR}/latex2html ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/japanese/latex2html/distinfo b/japanese/latex2html/distinfo
index 34e2227b5613..a60b9048ba78 100644
--- a/japanese/latex2html/distinfo
+++ b/japanese/latex2html/distinfo
@@ -1,2 +1,2 @@
-MD5 (jlatex2html_99.1+3.01.orig.tar.gz) = b3291f179eee168756f01544201456ae
-MD5 (jlatex2html-99.1+3.01.dif.gz) = 0d0ab1af4210f40916d5ad1a0d5dc42d
+MD5 (latex2html-2002-2-1.tar.gz) = 37488919ac4fd3475d389ddfdb0aea02
+MD5 (l2h-2002-2-1+jp2.0.patch.gz) = d9410f69e046604c8c109ba6bb774e51
diff --git a/japanese/latex2html/files/answer-gif b/japanese/latex2html/files/answer-gif
deleted file mode 100644
index 7df36dd9d432..000000000000
--- a/japanese/latex2html/files/answer-gif
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-g
-
-
-
diff --git a/japanese/latex2html/files/answer-png b/japanese/latex2html/files/answer-png
deleted file mode 100644
index b8d1824a3d4d..000000000000
--- a/japanese/latex2html/files/answer-png
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-p
-
-
-
diff --git a/japanese/latex2html/files/patch-ba b/japanese/latex2html/files/patch-ba
deleted file mode 100644
index acc73fe0c080..000000000000
--- a/japanese/latex2html/files/patch-ba
+++ /dev/null
@@ -1,38 +0,0 @@
---- latex2html.orig Tue Jul 18 09:41:56 2000
-+++ latex2html Tue Jul 18 09:46:11 2000
-@@ -2780,7 +2780,7 @@
- if (defined &$trans) {
- &set_default_language($pattern,*_);
- }
-- undef($cmd,$trans);
-+ undef $cmd; undef $trans;
- }
- next;
- } elsif ($4) {
-@@ -3085,7 +3085,7 @@
- # Modifies $contents
- &process_command($single_cmd_rx,*contents) if ($contents =~ /\\/o);
- }
-- undef ($cmd,$tmp,$etmp);
-+ undef $cmd; undef $tmp; undef $etmp;
- } else {
- $contents = &translate_environments($contents);
- $contents = &translate_commands($contents)
-@@ -8916,7 +8916,7 @@
- };
- }
- return(1) if ($this_dir eq '.');
-- rmdir($this_dir,$print_dir) if $mode;
-+ if ($mode) { rmdir $this_dir; rmdir $print_dir }
- if (!$mode) { &new_dir($this_dir,'r')};
- return(1);
- } elsif ($answer =~ /^q$/) {
-@@ -11326,7 +11326,7 @@
- &extract_captions($cap_env) if ($_ =~ /\\caption/m);
- $minipage_caption = $captions;
- $_ = $contents;
-- undef($contents, $captions);
-+ undef $contentscw; undef $captions;
- };
- }
-
diff --git a/japanese/latex2html/files/patch-bb b/japanese/latex2html/files/patch-bb
deleted file mode 100644
index 18ff12030c1d..000000000000
--- a/japanese/latex2html/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html3_1.pl Tue Mar 30 20:29:04 1999
-+++ versions/html3_1.pl.new Tue Jul 18 09:27:13 2000
-@@ -1731,7 +1731,7 @@
- ($this, $_) = &$ctmp($_);
- $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
- @open_tags = @save_open_tags;
-- undef ($color_env, $inside_math, @save_open_tags);
-+ undef $color_env; undef $inside_math; undef @save_open_tags;
- };
- } elsif ($cmd eq 'left') {
- #expandable delimiter: make an image
diff --git a/japanese/latex2html/files/patch-bc b/japanese/latex2html/files/patch-bc
deleted file mode 100644
index a0d4af98f86b..000000000000
--- a/japanese/latex2html/files/patch-bc
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html3_2.pl Wed Dec 2 19:43:50 1998
-+++ versions/html3_2.pl.new Tue Jul 18 09:24:27 2000
-@@ -801,7 +801,7 @@
- local($tmp) = ++$global{'max_id'};
- "\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
- /eg;
-- undef ($cmd,$tmp,$endspec); undef @cmds;
-+ undef $cmd; undef $tmp; undef $endspec; undef @cmds;
-
- local($tmp) = ++$global{'max_id'};
- if(@save_open_tags_tabular) {
diff --git a/japanese/latex2html/files/patch-bd b/japanese/latex2html/files/patch-bd
deleted file mode 100644
index 23616be6e0f3..000000000000
--- a/japanese/latex2html/files/patch-bd
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html4_0.pl Wed Dec 2 19:43:52 1998
-+++ versions/html4_0.pl.new Tue Jul 18 09:25:00 2000
-@@ -1138,7 +1138,7 @@
- local($tmp) = ++$global{'max_id'};
- "\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
- /eg;
-- undef ($cmd,$tmp,$endspec); undef @cmds;
-+ undef $cmd; undef $tmp; undef $endspec; undef @cmds;
-
- local($tmp) = ++$global{'max_id'};
- if(@save_open_tags_tabular) {
diff --git a/japanese/latex2html/files/patch-be b/japanese/latex2html/files/patch-be
deleted file mode 100644
index 1ccd8b1d4a88..000000000000
--- a/japanese/latex2html/files/patch-be
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/math.pl Tue Jul 18 09:25:39 2000
-+++ versions/math.pl.new Tue Jul 18 09:26:05 2000
-@@ -1731,7 +1731,7 @@
- ($this, $_) = &$ctmp($_);
- $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
- @open_tags = @save_open_tags;
-- undef ($color_env, $inside_math, @save_open_tags);
-+ undef $color_env; undef $inside_math; undef @save_open_tags;
- };
- } elsif ($cmd eq 'left') {
- #expandable delimiter: make an image
diff --git a/japanese/latex2html/files/patch-ca b/japanese/latex2html/files/patch-ca
new file mode 100644
index 000000000000..40826ab05d10
--- /dev/null
+++ b/japanese/latex2html/files/patch-ca
@@ -0,0 +1,11 @@
+--- prefs.pm.orig Mon Feb 3 01:44:43 2003
++++ prefs.pm Mon Feb 3 01:45:37 2003
+@@ -220,7 +220,7 @@
+ # $prefs{'DVIPSOPT'} = ' -E'; # create encapsulated (EPS) images
+ # $prefs{'DVIPSOPT'} = ' -Ppdf'; # use Type 1 fonts, as for PDF
+ # $prefs{'DVIPSOPT'} = ' -Pcmz -Pamz'; # use CM and AMS Type 1 fonts
+-$prefs{'DVIPSOPT'} = ' -Ppdf';
++# $prefs{'DVIPSOPT'} = ' -Ppdf';
+
+ # set this to 1 if you want dvips to create special fonts for better
+ # image generation. You need to set the following two items to correct
diff --git a/japanese/latex2html/pkg-descr b/japanese/latex2html/pkg-descr
index 53ca9c408255..b84212ab3050 100644
--- a/japanese/latex2html/pkg-descr
+++ b/japanese/latex2html/pkg-descr
@@ -4,6 +4,6 @@ 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/
+WWW: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/ltx2html.html
Package Maintainer: Sugimoto Sadahiro <ixtl@utmc.or.jp>
diff --git a/japanese/latex2html/pkg-plist b/japanese/latex2html/pkg-plist
index 6bc5ef0b79cd..6e0c2950b895 100644
--- a/japanese/latex2html/pkg-plist
+++ b/japanese/latex2html/pkg-plist
@@ -1,8 +1,47 @@
bin/latex2html
-share/latex2html/.dvipsrc
-share/latex2html/Changes
-share/latex2html/DBM.tst.db
-share/latex2html/FAQ
+bin/pstoimg
+bin/texexpand
+bin/l2h
+lib/latex2html/cfgcache.pm
+lib/latex2html/l2hconf.pm
+lib/latex2html/l2hconf_en.pm
+lib/latex2html/l2hconf_ja.pm
+share/doc/latex2html/FAQ
+share/doc/latex2html/INSTALL
+share/doc/latex2html/LICENSE
+share/doc/latex2html/README
+share/doc/latex2html/README.patch-2002jp
+share/doc/latex2html/README.patch-99.1jp
+share/latex2html/icons/blueball.png
+share/latex2html/icons/ch_beg_r.png
+share/latex2html/icons/ch_begin.png
+share/latex2html/icons/ch_del_r.png
+share/latex2html/icons/ch_delet.png
+share/latex2html/icons/ch_end.png
+share/latex2html/icons/ch_end_r.png
+share/latex2html/icons/contents.png
+share/latex2html/icons/crossref.png
+share/latex2html/icons/footnote.png
+share/latex2html/icons/greenball.png
+share/latex2html/icons/icons.html
+share/latex2html/icons/image.png
+share/latex2html/icons/index.png
+share/latex2html/icons/next.png
+share/latex2html/icons/next_g.png
+share/latex2html/icons/nx_grp.png
+share/latex2html/icons/nx_grp_g.png
+share/latex2html/icons/orangeball.png
+share/latex2html/icons/pinkball.png
+share/latex2html/icons/prev.png
+share/latex2html/icons/up.png
+share/latex2html/icons/prev_g.png
+share/latex2html/icons/purpleball.png
+share/latex2html/icons/pv_grp.png
+share/latex2html/icons/pv_grp_g.png
+share/latex2html/icons/redball.png
+share/latex2html/icons/up_g.png
+share/latex2html/icons/whiteball.png
+share/latex2html/icons/yellowball.png
share/latex2html/IndicTeX-HTML/README
share/latex2html/IndicTeX-HTML/bengali.perl
share/latex2html/IndicTeX-HTML/bengali.sty
@@ -34,13 +73,12 @@ 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/L2hos/Dos.pm
+share/latex2html/L2hos/Mac.pm
+share/latex2html/L2hos/OS2.pm
+share/latex2html/L2hos/Unix.pm
+share/latex2html/L2hos/Win32.pm
+share/latex2html/L2hos.pm
share/latex2html/XyMTeX-HTML/aliphat.perl
share/latex2html/XyMTeX-HTML/carom.perl
share/latex2html/XyMTeX-HTML/ccycle.perl
@@ -52,20 +90,9 @@ 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/configure-pstoimg.bak
share/latex2html/cweb2html/Makefile
share/latex2html/cweb2html/README
+share/latex2html/cweb2html/cweb.cls
share/latex2html/cweb2html/cweb.perl
share/latex2html/cweb2html/cweb2html
share/latex2html/cweb2html/htcweb.perl
@@ -81,24 +108,8 @@ 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
@@ -115,6 +126,23 @@ share/latex2html/docs/manual.index
share/latex2html/docs/manual.tex
share/latex2html/docs/overview.tex
share/latex2html/docs/problems.tex
+share/latex2html/docs/support.tex
+share/latex2html/docs/url.sty
+share/latex2html/docs/userman.tex
+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/hthtml/Makefile
+share/latex2html/docs/hthtml/hthtml.sty
+share/latex2html/docs/hthtml/hthtml.tex
+share/latex2html/docs/hthtml/readme.hthtml
share/latex2html/docs/psfiles/HTMLtab.ps
share/latex2html/docs/psfiles/dn.gif
share/latex2html/docs/psfiles/eform.ps
@@ -131,9 +159,6 @@ 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
@@ -142,130 +167,9 @@ 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.bak
-share/latex2html/latex2html.config
-share/latex2html/latex2html.config.bak
-share/latex2html/local.pm
share/latex2html/makemap
share/latex2html/makeseg/makeseg
share/latex2html/makeseg/makeseg.tex
-share/latex2html/ps2img-n
-share/latex2html/ps2img-n.bak
-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.bak
-share/latex2html/pstoimg_nopipes
-share/latex2html/pstoimg_nopipes.bak
share/latex2html/readme.hthtml
share/latex2html/styles/CJK.perl
share/latex2html/styles/TEMPLATE.perl
@@ -279,8 +183,6 @@ 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
@@ -290,8 +192,8 @@ 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/chemsym.perl
share/latex2html/styles/colordvi.perl
share/latex2html/styles/crayola.txt
share/latex2html/styles/croatian.perl
@@ -313,10 +215,13 @@ share/latex2html/styles/french.perl
share/latex2html/styles/galician.perl
share/latex2html/styles/german.perl
share/latex2html/styles/germanb.perl
+share/latex2html/styles/havard.perl
+share/latex2html/styles/getimagesize.perl
+share/latex2html/styles/graphics-support.perl
share/latex2html/styles/graphics.perl
share/latex2html/styles/graphicx.perl
+share/latex2html/styles/graphixx.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
@@ -324,33 +229,24 @@ 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/lyx.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/more_amsmath.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/polski.perl
share/latex2html/styles/portuges.perl
+share/latex2html/styles/psfrag.perl
share/latex2html/styles/report.perl
share/latex2html/styles/rgb.txt
share/latex2html/styles/romanian.perl
@@ -364,6 +260,7 @@ share/latex2html/styles/supertabular.perl
share/latex2html/styles/texdefs.perl
share/latex2html/styles/texnames.perl
share/latex2html/styles/textcomp.perl
+share/latex2html/styles/xy.perl
share/latex2html/styles/turkish.perl
share/latex2html/styles/usorbian.perl
share/latex2html/styles/verbatim.perl
@@ -372,15 +269,18 @@ 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/texexpand.bak
+share/latex2html/styles/ascmac.perl
+share/latex2html/styles/j-article.perl
+share/latex2html/styles/j-book.perl
+share/latex2html/styles/j-report.perl
+share/latex2html/styles/japanese.perl
+share/latex2html/styles/jarticle.perl
+share/latex2html/styles/jbook.perl
+share/latex2html/styles/jreport.perl
+share/latex2html/styles/jsarticle.perl
+share/latex2html/styles/jsbook.perl
+share/latex2html/styles/jslides.perl
+share/latex2html/styles/psfrag.perl.orig
share/latex2html/texinputs/floatflt.ins
share/latex2html/texinputs/frames.sty
share/latex2html/texinputs/heqn.sty
@@ -388,20 +288,29 @@ share/latex2html/texinputs/hthtml.sty
share/latex2html/texinputs/html.sty
share/latex2html/texinputs/htmllist.sty
share/latex2html/texinputs/justify.sty
+share/latex2html/texinputs/latin9.def
share/latex2html/texinputs/ldump.sty
+share/latex2html/texinputs/techexplHTML.tex
share/latex2html/texinputs/url.sty
share/latex2html/texinputs/verbatimfiles.sty
+share/latex2html/versions/cp1252.pl
+share/latex2html/versions/decmulti.pl
share/latex2html/versions/frame.pl
+share/latex2html/versions/hebrew.pl
share/latex2html/versions/html2_1.pl
share/latex2html/versions/html2_2.pl
+share/latex2html/versions/html2_2.pl.orig
share/latex2html/versions/html3_0.pl
share/latex2html/versions/html3_1.pl
-share/latex2html/versions/html3_1.pl.orig
share/latex2html/versions/html3_2.pl
share/latex2html/versions/html3_2.pl.orig
share/latex2html/versions/html4_0.pl
share/latex2html/versions/html4_0.pl.orig
+share/latex2html/versions/html4_01.pl
+share/latex2html/versions/html4_1.pl
+share/latex2html/versions/html4_1.pl.orig
share/latex2html/versions/i18n.pl
+share/latex2html/versions/koi8.pl
share/latex2html/versions/lang.pl
share/latex2html/versions/latin1.pl
share/latex2html/versions/latin2.pl
@@ -409,24 +318,34 @@ share/latex2html/versions/latin3.pl
share/latex2html/versions/latin4.pl
share/latex2html/versions/latin5.pl
share/latex2html/versions/latin6.pl
+share/latex2html/versions/latin7.pl
+share/latex2html/versions/latin8.pl
+share/latex2html/versions/latin9.pl
+share/latex2html/versions/macroman.pl
share/latex2html/versions/math.pl
-share/latex2html/versions/math.pl.orig
share/latex2html/versions/table.pl
+share/latex2html/versions/table.pl.orig
+share/latex2html/versions/techexpl.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/texmf/tex/latex/latex2html/
+share/latex2html/versions/utf8.pl
+share/texmf/tex/latex/html/floatflt.ins
+share/texmf/tex/latex/html/frames.sty
+share/texmf/tex/latex/html/heqn.sty
+share/texmf/tex/latex/html/hthtml.sty
+share/texmf/tex/latex/html/html.sty
+share/texmf/tex/latex/html/htmllist.sty
+share/texmf/tex/latex/html/justify.sty
+share/texmf/tex/latex/html/latin9.def
+share/texmf/tex/latex/html/ldump.sty
+share/texmf/tex/latex/html/techexplHTML.tex
+share/texmf/tex/latex/html/url.sty
+share/texmf/tex/latex/html/verbatimfiles.sty
+@dirrm lib/latex2html
+@dirrm share/doc/latex2html
+@dirrm share/latex2html/icons
@dirrm share/latex2html/IndicTeX-HTML
+@dirrm share/latex2html/L2hos
@dirrm share/latex2html/XyMTeX-HTML
-@dirrm share/latex2html/changebar
@dirrm share/latex2html/cweb2html
@dirrm share/latex2html/docs/changebar
@dirrm share/latex2html/docs/hthtml
@@ -434,14 +353,9 @@ share/texmf/tex/latex/latex2html/verbatimfiles.sty
@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/html