View | Details | Raw Unified | Return to bug 47812
Collapse All | Expand All

(-)latex2html/Makefile (-43 / +23 lines)
Lines 4-20 Link Here
4
#
4
#
5
# $FreeBSD: ports/japanese/latex2html/Makefile,v 1.12 2002/08/09 00:27:31 mita Exp $
5
# $FreeBSD: ports/japanese/latex2html/Makefile,v 1.12 2002/08/09 00:27:31 mita Exp $
6
#
6
#
7
# Default image format is PNG.
8
# If you prefer GIF to PNG, define WITH_GIF (`make -DWITH_GIF`).
9
7
10
PORTNAME=	latex2html
8
PORTNAME=	latex2html
11
PORTVERSION=	${VERSION}j${JP_VERSION}
9
PORTVERSION=	${VERSION}j${JP_VERSION}
12
CATEGORIES=	japanese textproc
10
CATEGORIES=	japanese textproc
13
MASTER_SITES=	http://www.topstudio.co.jp/~kmuto/debian/private/dists/stable/contrib/source/
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
14
DISTNAME=	jlatex2html_${VERSION}+${JP_VERSION}.orig
12
MASTER_SITE_SUBDIR=     support/${PORTNAME}
13
DISTNAME=       ${PORTNAME}-${VERSION:S/./-/g}
15
14
16
PATCH_SITES=	http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/99-1/
15
PATCH_SITES=	http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data/
17
PATCHFILES=	jlatex2html-${VERSION}+${JP_VERSION}.dif.gz
16
PATCHFILES=	l2h-2002-2-1+jp${JP_VERSION}.patch.gz
18
PATCH_DIST_STRIP=	-p1
17
PATCH_DIST_STRIP=	-p1
19
18
20
MAINTAINER=	ixtl@utmc.or.jp
19
MAINTAINER=	ixtl@utmc.or.jp
Lines 22-68 Link Here
22
RUN_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-euc \
21
RUN_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-euc \
23
		dvips:${PORTSDIR}/japanese/dvipsk-vflib \
22
		dvips:${PORTSDIR}/japanese/dvipsk-vflib \
24
		gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
23
		gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
25
		anytopnm:${PORTSDIR}/graphics/netpbm \
24
		anytopnm:${PORTSDIR}/graphics/netpbm
26
		nkf:${PORTSDIR}/japanese/nkf
27
25
28
VERSION=	99.1
26
VERSION=	2002.2.1
29
JP_VERSION=	3.01
27
JP_VERSION=	2.0
30
28
31
WRKSRC=		${WRKDIR}/latex2html
32
USE_PERL5=	yes
29
USE_PERL5=	yes
33
NO_BUILD=	yes
30
GNU_CONFIGURE=	yes
34
31
CONFIGURE_ARGS=	--shlibdir=${DATADIR} \
35
L2HDIR=		${PREFIX}/share/latex2html
32
		--disable-gif \
36
33
		--with-perl=${PERL} \
37
post-patch:
34
		--with-texpath=${PREFIX}/share/texmf/tex/latex/html
38
.for f in configure-pstoimg install-test latex2html makemap \
35
39
	ps2img-n pstoimg pstoimg_nopipes texexpand
36
DOC_FILES=	FAQ INSTALL LICENSE README README.patch-2002jp \
40
		${PERL} -e "s:^\#!/usr/local/bin/perl:\#!${PERL}:" \
37
		README.patch-99.1jp
41
		-pi ${WRKSRC}/$f
38
42
.endfor
39
post-install:
43
40
	(cd ${WRKSRC}; csh mkwrapper ${PREFIX})
44
do-install:
41
.if !defined(NOPORTDOCS)
45
	${MKDIR} ${L2HDIR}
42
	@${MKDIR} ${DOCSDIR}
46
.for dir in IndicTeX-HTML XyMTeX-HTML cweb2html docs/changebar \
43
.for file in ${DOC_FILES}
47
	docs/hthtml docs/psfiles docs example foilhtml icon-dos icons.gif \
44
	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
48
	icons.png makeseg styles tests texinputs versions
49
		${CP} -R ${WRKSRC}/${dir} ${L2HDIR}
50
.endfor
51
.for prog in Override.pm configure-pstoimg install-test latex2html \
52
	makemap ps2img-n pstoimg pstoimg_nopipes texexpand
53
		${INSTALL_SCRIPT} ${WRKSRC}/${prog} ${L2HDIR}
54
.endfor
55
.for file in .dvipsrc Changes FAQ MANIFEST README README.dvips \
56
	README.patch TODO dot.latex2html-init latex2html.config readme.hthtml
57
		${INSTALL_DATA} ${WRKSRC}/${file} ${L2HDIR}
58
.endfor
45
.endfor
59
	${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html
60
	${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html
61
.ifdef WITH_GIF
62
	cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-gif | ${PERL} install-test
63
.else
64
	cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-png | ${PERL} install-test
65
.endif
46
.endif
66
	${INSTALL_SCRIPT} ${L2HDIR}/latex2html ${PREFIX}/bin
67
47
68
.include <bsd.port.mk>
48
.include <bsd.port.mk>
(-)latex2html/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (jlatex2html_99.1+3.01.orig.tar.gz) = b3291f179eee168756f01544201456ae
1
MD5 (latex2html-2002-2-1.tar.gz) = 37488919ac4fd3475d389ddfdb0aea02
2
MD5 (jlatex2html-99.1+3.01.dif.gz) = 0d0ab1af4210f40916d5ad1a0d5dc42d
2
MD5 (l2h-2002-2-1+jp2.0.patch.gz) = d9410f69e046604c8c109ba6bb774e51
(-)latex2html/files/answer-gif (-7 lines)
Lines 1-7 Link Here
1
2
3
4
g
5
6
7
(-)latex2html/files/answer-png (-7 lines)
Lines 1-7 Link Here
1
2
3
4
p
5
6
7
(-)latex2html/files/patch-ba (-38 lines)
Lines 1-38 Link Here
1
--- latex2html.orig	Tue Jul 18 09:41:56 2000
2
+++ latex2html	Tue Jul 18 09:46:11 2000
3
@@ -2780,7 +2780,7 @@
4
 		if (defined &$trans) {
5
 		    &set_default_language($pattern,*_);
6
 		}
7
-		undef($cmd,$trans);
8
+		undef $cmd; undef $trans;
9
 	    }
10
 	    next;
11
 	} elsif ($4) {
12
@@ -3085,7 +3085,7 @@
13
 	    # Modifies $contents
14
 	    &process_command($single_cmd_rx,*contents) if ($contents =~ /\\/o);
15
 	}
16
-	undef ($cmd,$tmp,$etmp);
17
+	undef $cmd; undef $tmp; undef $etmp;
18
     } else { 
19
 	$contents = &translate_environments($contents);
20
 	$contents = &translate_commands($contents)
21
@@ -8916,7 +8916,7 @@
22
 			    };
23
 			}
24
 			return(1) if ($this_dir eq '.');
25
-			rmdir($this_dir,$print_dir) if $mode;
26
+			if ($mode) { rmdir $this_dir; rmdir $print_dir }
27
 			if (!$mode) { &new_dir($this_dir,'r')};
28
 			return(1);
29
 		    } elsif ($answer =~ /^q$/) {
30
@@ -11326,7 +11326,7 @@
31
 	    &extract_captions($cap_env) if ($_ =~ /\\caption/m);
32
 	    $minipage_caption = $captions;
33
 	    $_ = $contents;
34
-	    undef($contents, $captions);
35
+	    undef $contentscw; undef $captions;
36
 	};
37
     }
38
 
(-)latex2html/files/patch-bb (-11 lines)
Lines 1-11 Link Here
1
--- versions/html3_1.pl	Tue Mar 30 20:29:04 1999
2
+++ versions/html3_1.pl.new	Tue Jul 18 09:27:13 2000
3
@@ -1731,7 +1731,7 @@
4
 		    ($this, $_) = &$ctmp($_);
5
 		    $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
6
 		    @open_tags = @save_open_tags;
7
-		    undef ($color_env, $inside_math, @save_open_tags);
8
+		    undef $color_env; undef $inside_math; undef @save_open_tags;
9
 		};
10
 	    } elsif ($cmd eq 'left') {
11
 		#expandable delimiter: make an image
(-)latex2html/files/patch-bc (-11 lines)
Lines 1-11 Link Here
1
--- versions/html3_2.pl	Wed Dec  2 19:43:50 1998
2
+++ versions/html3_2.pl.new	Tue Jul 18 09:24:27 2000
3
@@ -801,7 +801,7 @@
4
 		    local($tmp) = ++$global{'max_id'};
5
 	"\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
6
 		    /eg;
7
-		undef ($cmd,$tmp,$endspec); undef @cmds;
8
+		undef $cmd; undef $tmp; undef $endspec; undef @cmds;
9
 
10
 		local($tmp) = ++$global{'max_id'};
11
 		if(@save_open_tags_tabular) {
(-)latex2html/files/patch-bd (-11 lines)
Lines 1-11 Link Here
1
--- versions/html4_0.pl	Wed Dec  2 19:43:52 1998
2
+++ versions/html4_0.pl.new	Tue Jul 18 09:25:00 2000
3
@@ -1138,7 +1138,7 @@
4
 		    local($tmp) = ++$global{'max_id'};
5
 	"\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
6
 		    /eg;
7
-		undef ($cmd,$tmp,$endspec); undef @cmds;
8
+		undef $cmd; undef $tmp; undef $endspec; undef @cmds;
9
 
10
 		local($tmp) = ++$global{'max_id'};
11
 		if(@save_open_tags_tabular) {
(-)latex2html/files/patch-be (-11 lines)
Lines 1-11 Link Here
1
--- versions/math.pl	Tue Jul 18 09:25:39 2000
2
+++ versions/math.pl.new	Tue Jul 18 09:26:05 2000
3
@@ -1731,7 +1731,7 @@
4
 		    ($this, $_) = &$ctmp($_);
5
 		    $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
6
 		    @open_tags = @save_open_tags;
7
-		    undef ($color_env, $inside_math, @save_open_tags);
8
+		    undef $color_env; undef $inside_math; undef @save_open_tags;
9
 		};
10
 	    } elsif ($cmd eq 'left') {
11
 		#expandable delimiter: make an image
(-)latex2html/files/patch-ca (+11 lines)
Line 0 Link Here
1
--- prefs.pm.orig	Mon Feb  3 01:44:43 2003
2
+++ prefs.pm	Mon Feb  3 01:45:37 2003
3
@@ -220,7 +220,7 @@
4
 # $prefs{'DVIPSOPT'} = ' -E';  # create encapsulated (EPS) images
5
 # $prefs{'DVIPSOPT'} = ' -Ppdf'; # use Type 1 fonts, as for PDF
6
 # $prefs{'DVIPSOPT'} = ' -Pcmz -Pamz'; # use CM and AMS Type 1 fonts
7
-$prefs{'DVIPSOPT'} = ' -Ppdf';
8
+# $prefs{'DVIPSOPT'} = ' -Ppdf';
9
 
10
 # set this to 1 if you want dvips to create special fonts for better
11
 # image generation. You need to set the following two items to correct
(-)latex2html/pkg-descr (-1 / +1 lines)
Lines 4-9 Link Here
4
options configurable by editing a configuration file.  It can handle equations
4
options configurable by editing a configuration file.  It can handle equations
5
and postscript images as well.
5
and postscript images as well.
6
6
7
WWW: http://www.topstudio.co.jp/~kmuto/software/latex2html/
7
WWW: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/ltx2html.html
8
8
9
Package Maintainer: Sugimoto Sadahiro <ixtl@utmc.or.jp>
9
Package Maintainer: Sugimoto Sadahiro <ixtl@utmc.or.jp>
(-)latex2html/pkg-plist (-209 / +123 lines)
Lines 1-8 Link Here
1
bin/latex2html
1
bin/latex2html
2
share/latex2html/.dvipsrc
2
bin/pstoimg
3
share/latex2html/Changes
3
bin/texexpand
4
share/latex2html/DBM.tst.db
4
bin/l2h
5
share/latex2html/FAQ
5
lib/latex2html/cfgcache.pm
6
lib/latex2html/l2hconf.pm
7
lib/latex2html/l2hconf_en.pm
8
lib/latex2html/l2hconf_ja.pm
9
share/doc/latex2html/FAQ
10
share/doc/latex2html/INSTALL
11
share/doc/latex2html/LICENSE
12
share/doc/latex2html/README
13
share/doc/latex2html/README.patch-2002jp
14
share/doc/latex2html/README.patch-99.1jp
15
share/latex2html/icons/blueball.png
16
share/latex2html/icons/ch_beg_r.png
17
share/latex2html/icons/ch_begin.png
18
share/latex2html/icons/ch_del_r.png
19
share/latex2html/icons/ch_delet.png
20
share/latex2html/icons/ch_end.png
21
share/latex2html/icons/ch_end_r.png
22
share/latex2html/icons/contents.png
23
share/latex2html/icons/crossref.png
24
share/latex2html/icons/footnote.png
25
share/latex2html/icons/greenball.png
26
share/latex2html/icons/icons.html
27
share/latex2html/icons/image.png
28
share/latex2html/icons/index.png
29
share/latex2html/icons/next.png
30
share/latex2html/icons/next_g.png
31
share/latex2html/icons/nx_grp.png
32
share/latex2html/icons/nx_grp_g.png
33
share/latex2html/icons/orangeball.png
34
share/latex2html/icons/pinkball.png
35
share/latex2html/icons/prev.png
36
share/latex2html/icons/up.png
37
share/latex2html/icons/prev_g.png
38
share/latex2html/icons/purpleball.png
39
share/latex2html/icons/pv_grp.png
40
share/latex2html/icons/pv_grp_g.png
41
share/latex2html/icons/redball.png
42
share/latex2html/icons/up_g.png
43
share/latex2html/icons/whiteball.png
44
share/latex2html/icons/yellowball.png
6
share/latex2html/IndicTeX-HTML/README
45
share/latex2html/IndicTeX-HTML/README
7
share/latex2html/IndicTeX-HTML/bengali.perl
46
share/latex2html/IndicTeX-HTML/bengali.perl
8
share/latex2html/IndicTeX-HTML/bengali.sty
47
share/latex2html/IndicTeX-HTML/bengali.sty
Lines 34-46 Link Here
34
share/latex2html/IndicTeX-HTML/telugu.sty
73
share/latex2html/IndicTeX-HTML/telugu.sty
35
share/latex2html/IndicTeX-HTML/tibetan.perl
74
share/latex2html/IndicTeX-HTML/tibetan.perl
36
share/latex2html/IndicTeX-HTML/tibetan.sty
75
share/latex2html/IndicTeX-HTML/tibetan.sty
37
share/latex2html/MANIFEST
76
share/latex2html/L2hos/Dos.pm
38
share/latex2html/Override.pm
77
share/latex2html/L2hos/Mac.pm
39
share/latex2html/README
78
share/latex2html/L2hos/OS2.pm
40
share/latex2html/README.dvips
79
share/latex2html/L2hos/Unix.pm
41
share/latex2html/README.patch
80
share/latex2html/L2hos/Win32.pm
42
share/latex2html/TEST2.TMP
81
share/latex2html/L2hos.pm
43
share/latex2html/TODO
44
share/latex2html/XyMTeX-HTML/aliphat.perl
82
share/latex2html/XyMTeX-HTML/aliphat.perl
45
share/latex2html/XyMTeX-HTML/carom.perl
83
share/latex2html/XyMTeX-HTML/carom.perl
46
share/latex2html/XyMTeX-HTML/ccycle.perl
84
share/latex2html/XyMTeX-HTML/ccycle.perl
Lines 52-71 Link Here
52
share/latex2html/XyMTeX-HTML/locant.perl
90
share/latex2html/XyMTeX-HTML/locant.perl
53
share/latex2html/XyMTeX-HTML/lowcycle.perl
91
share/latex2html/XyMTeX-HTML/lowcycle.perl
54
share/latex2html/XyMTeX-HTML/xymman.perl
92
share/latex2html/XyMTeX-HTML/xymman.perl
55
share/latex2html/changebar/00Contents
56
share/latex2html/changebar/00readme.txt
57
share/latex2html/changebar/catalog.txt
58
share/latex2html/changebar/changebar.bug
59
share/latex2html/changebar/changebar.dtx
60
share/latex2html/changebar/changebar.idx
61
share/latex2html/changebar/changebar.ins
62
share/latex2html/changebar/chbar.sh
63
share/latex2html/changebar/manifest.txt
64
share/latex2html/changebar/update.txt
65
share/latex2html/configure-pstoimg
66
share/latex2html/configure-pstoimg.bak
67
share/latex2html/cweb2html/Makefile
93
share/latex2html/cweb2html/Makefile
68
share/latex2html/cweb2html/README
94
share/latex2html/cweb2html/README
95
share/latex2html/cweb2html/cweb.cls
69
share/latex2html/cweb2html/cweb.perl
96
share/latex2html/cweb2html/cweb.perl
70
share/latex2html/cweb2html/cweb2html
97
share/latex2html/cweb2html/cweb2html
71
share/latex2html/cweb2html/htcweb.perl
98
share/latex2html/cweb2html/htcweb.perl
Lines 81-104 Link Here
81
share/latex2html/docs/Makefile.frames
108
share/latex2html/docs/Makefile.frames
82
share/latex2html/docs/appendix.tex
109
share/latex2html/docs/appendix.tex
83
share/latex2html/docs/changebar.sty
110
share/latex2html/docs/changebar.sty
84
share/latex2html/docs/changebar/00Contents
85
share/latex2html/docs/changebar/00readme.txt
86
share/latex2html/docs/changebar/catalog.txt
87
share/latex2html/docs/changebar/changebar.bug
88
share/latex2html/docs/changebar/changebar.dtx
89
share/latex2html/docs/changebar/changebar.idx
90
share/latex2html/docs/changebar/changebar.ins
91
share/latex2html/docs/changebar/chbar.sh
92
share/latex2html/docs/changebar/manifest.txt
93
share/latex2html/docs/changebar/update.txt
94
share/latex2html/docs/credits.tex
111
share/latex2html/docs/credits.tex
95
share/latex2html/docs/features.tex
112
share/latex2html/docs/features.tex
96
share/latex2html/docs/hthtml/Makefile
97
share/latex2html/docs/hthtml/hthtml.sty
98
share/latex2html/docs/hthtml/hthtml.tex
99
share/latex2html/docs/hthtml/readme.hthtml
100
share/latex2html/docs/html.sty
101
share/latex2html/docs/htmllist.sty
102
share/latex2html/docs/hypextra.tex
113
share/latex2html/docs/hypextra.tex
103
share/latex2html/docs/justify.sty
114
share/latex2html/docs/justify.sty
104
share/latex2html/docs/l2hfiles.dat
115
share/latex2html/docs/l2hfiles.dat
Lines 115-120 Link Here
115
share/latex2html/docs/manual.tex
126
share/latex2html/docs/manual.tex
116
share/latex2html/docs/overview.tex
127
share/latex2html/docs/overview.tex
117
share/latex2html/docs/problems.tex
128
share/latex2html/docs/problems.tex
129
share/latex2html/docs/support.tex
130
share/latex2html/docs/url.sty
131
share/latex2html/docs/userman.tex
132
share/latex2html/docs/changebar/00Contents
133
share/latex2html/docs/changebar/00readme.txt
134
share/latex2html/docs/changebar/catalog.txt
135
share/latex2html/docs/changebar/changebar.bug
136
share/latex2html/docs/changebar/changebar.dtx
137
share/latex2html/docs/changebar/changebar.idx
138
share/latex2html/docs/changebar/changebar.ins
139
share/latex2html/docs/changebar/chbar.sh
140
share/latex2html/docs/changebar/manifest.txt
141
share/latex2html/docs/changebar/update.txt
142
share/latex2html/docs/hthtml/Makefile
143
share/latex2html/docs/hthtml/hthtml.sty
144
share/latex2html/docs/hthtml/hthtml.tex
145
share/latex2html/docs/hthtml/readme.hthtml
118
share/latex2html/docs/psfiles/HTMLtab.ps
146
share/latex2html/docs/psfiles/HTMLtab.ps
119
share/latex2html/docs/psfiles/dn.gif
147
share/latex2html/docs/psfiles/dn.gif
120
share/latex2html/docs/psfiles/eform.ps
148
share/latex2html/docs/psfiles/eform.ps
Lines 131-139 Link Here
131
share/latex2html/docs/psfiles/figure.ps
159
share/latex2html/docs/psfiles/figure.ps
132
share/latex2html/docs/psfiles/table.ps
160
share/latex2html/docs/psfiles/table.ps
133
share/latex2html/docs/psfiles/up.gif
161
share/latex2html/docs/psfiles/up.gif
134
share/latex2html/docs/support.tex
135
share/latex2html/docs/url.sty
136
share/latex2html/docs/userman.tex
137
share/latex2html/dot.latex2html-init
162
share/latex2html/dot.latex2html-init
138
share/latex2html/example/Makefile
163
share/latex2html/example/Makefile
139
share/latex2html/example/report.tex
164
share/latex2html/example/report.tex
Lines 142-271 Link Here
142
share/latex2html/foilhtml/foilhtml.dtx
167
share/latex2html/foilhtml/foilhtml.dtx
143
share/latex2html/foilhtml/foilhtml.ins
168
share/latex2html/foilhtml/foilhtml.ins
144
share/latex2html/foilhtml/readme.v12
169
share/latex2html/foilhtml/readme.v12
145
share/latex2html/hthtml/Makefile
146
share/latex2html/hthtml/hthtml.sty
147
share/latex2html/hthtml/hthtml.tex
148
share/latex2html/hthtml/readme.hthtml
149
share/latex2html/icon-dos/blueball.gif
150
share/latex2html/icon-dos/ch_beg_r.gif
151
share/latex2html/icon-dos/ch_begin.gif
152
share/latex2html/icon-dos/ch_del.gif
153
share/latex2html/icon-dos/ch_del_r.gif
154
share/latex2html/icon-dos/ch_delet.gif
155
share/latex2html/icon-dos/ch_end.gif
156
share/latex2html/icon-dos/ch_end_r.gif
157
share/latex2html/icon-dos/contents.gif
158
share/latex2html/icon-dos/crossref.gif
159
share/latex2html/icon-dos/foot_mot.gif
160
share/latex2html/icon-dos/greenbal.gif
161
share/latex2html/icon-dos/image.gif
162
share/latex2html/icon-dos/index_m.gif
163
share/latex2html/icon-dos/localdos.pm
164
share/latex2html/icon-dos/nx_gr_m.gif
165
share/latex2html/icon-dos/nx_gr_mg.gif
166
share/latex2html/icon-dos/nx_mg.gif
167
share/latex2html/icon-dos/nx_motif.gif
168
share/latex2html/icon-dos/orangeba.gif
169
share/latex2html/icon-dos/pinkball.gif
170
share/latex2html/icon-dos/purpleba.gif
171
share/latex2html/icon-dos/pv_gr_m.gif
172
share/latex2html/icon-dos/pv_gr_mg.gif
173
share/latex2html/icon-dos/pv_mg.gif
174
share/latex2html/icon-dos/pv_motif.gif
175
share/latex2html/icon-dos/redball.gif
176
share/latex2html/icon-dos/up_m_gr.gif
177
share/latex2html/icon-dos/up_motif.gif
178
share/latex2html/icon-dos/whitebal.gif
179
share/latex2html/icon-dos/yellowba.gif
180
share/latex2html/icons.gif/blueball.gif
181
share/latex2html/icons.gif/change_begin.gif
182
share/latex2html/icons.gif/change_begin_right.gif
183
share/latex2html/icons.gif/change_delete.gif
184
share/latex2html/icons.gif/change_delete_right.gif
185
share/latex2html/icons.gif/change_end.gif
186
share/latex2html/icons.gif/change_end_right.gif
187
share/latex2html/icons.gif/contents.xbm
188
share/latex2html/icons.gif/contents_motif.gif
189
share/latex2html/icons.gif/cross_ref_motif.gif
190
share/latex2html/icons.gif/foot_motif.gif
191
share/latex2html/icons.gif/greenball.gif
192
share/latex2html/icons.gif/icons.html
193
share/latex2html/icons.gif/image.gif
194
share/latex2html/icons.gif/index_motif.gif
195
share/latex2html/icons.gif/invis_anchor.xbm
196
share/latex2html/icons.gif/next_group_motif.gif
197
share/latex2html/icons.gif/next_group_motif_gr.gif
198
share/latex2html/icons.gif/next_motif.gif
199
share/latex2html/icons.gif/next_motif_gr.gif
200
share/latex2html/icons.gif/orangeball.gif
201
share/latex2html/icons.gif/pinkball.gif
202
share/latex2html/icons.gif/previous_group_motif.gif
203
share/latex2html/icons.gif/previous_group_motif_gr.gif
204
share/latex2html/icons.gif/previous_motif.gif
205
share/latex2html/icons.gif/previous_motif_gr.gif
206
share/latex2html/icons.gif/purpleball.gif
207
share/latex2html/icons.gif/redball.gif
208
share/latex2html/icons.gif/up_motif.gif
209
share/latex2html/icons.gif/up_motif_gr.gif
210
share/latex2html/icons.gif/whiteball.gif
211
share/latex2html/icons.gif/yellowball.gif
212
share/latex2html/icons.png/blueball.png
213
share/latex2html/icons.png/change_begin.png
214
share/latex2html/icons.png/change_delete.png
215
share/latex2html/icons.png/change_end.png
216
share/latex2html/icons.png/contents_motif.png
217
share/latex2html/icons.png/cross_ref_motif.png
218
share/latex2html/icons.png/foot_motif.png
219
share/latex2html/icons.png/greenball.png
220
share/latex2html/icons.png/image.png
221
share/latex2html/icons.png/index_motif.png
222
share/latex2html/icons.png/next_group_motif.png
223
share/latex2html/icons.png/next_group_motif_gr.png
224
share/latex2html/icons.png/next_motif.png
225
share/latex2html/icons.png/next_motif_gr.png
226
share/latex2html/icons.png/orangeball.png
227
share/latex2html/icons.png/pinkball.png
228
share/latex2html/icons.png/previous_group_motif.png
229
share/latex2html/icons.png/previous_group_motif_gr.png
230
share/latex2html/icons.png/previous_motif.png
231
share/latex2html/icons.png/previous_motif_gr.png
232
share/latex2html/icons.png/purpleball.png
233
share/latex2html/icons.png/redball.png
234
share/latex2html/icons.png/up_motif.png
235
share/latex2html/icons.png/up_motif_gr.png
236
share/latex2html/icons.png/whiteball.png
237
share/latex2html/icons.png/yellowball.png
238
share/latex2html/install-test
239
share/latex2html/latex2html
240
share/latex2html/latex2html.bak
241
share/latex2html/latex2html.config
242
share/latex2html/latex2html.config.bak
243
share/latex2html/local.pm
244
share/latex2html/makemap
170
share/latex2html/makemap
245
share/latex2html/makeseg/makeseg
171
share/latex2html/makeseg/makeseg
246
share/latex2html/makeseg/makeseg.tex
172
share/latex2html/makeseg/makeseg.tex
247
share/latex2html/ps2img-n
248
share/latex2html/ps2img-n.bak
249
share/latex2html/psfiles/HTMLtab.ps
250
share/latex2html/psfiles/dn.gif
251
share/latex2html/psfiles/eform.ps
252
share/latex2html/psfiles/eform2.ps
253
share/latex2html/psfiles/eqarrA1.ps
254
share/latex2html/psfiles/eqarrA15.ps
255
share/latex2html/psfiles/eqarrA2.ps
256
share/latex2html/psfiles/eqarrB1.ps
257
share/latex2html/psfiles/eqarrB15.ps
258
share/latex2html/psfiles/eqarrB2.ps
259
share/latex2html/psfiles/eqn1.ps
260
share/latex2html/psfiles/eqn15.ps
261
share/latex2html/psfiles/eqn2.ps
262
share/latex2html/psfiles/figure.ps
263
share/latex2html/psfiles/table.ps
264
share/latex2html/psfiles/up.gif
265
share/latex2html/pstoimg
266
share/latex2html/pstoimg.bak
267
share/latex2html/pstoimg_nopipes
268
share/latex2html/pstoimg_nopipes.bak
269
share/latex2html/readme.hthtml
173
share/latex2html/readme.hthtml
270
share/latex2html/styles/CJK.perl
174
share/latex2html/styles/CJK.perl
271
share/latex2html/styles/TEMPLATE.perl
175
share/latex2html/styles/TEMPLATE.perl
Lines 279-286 Link Here
279
share/latex2html/styles/amssymb.perl
183
share/latex2html/styles/amssymb.perl
280
share/latex2html/styles/amstex.perl
184
share/latex2html/styles/amstex.perl
281
share/latex2html/styles/article.perl
185
share/latex2html/styles/article.perl
282
share/latex2html/styles/ascmac.perl
283
share/latex2html/styles/ascmac.perl.orig
284
share/latex2html/styles/austrian.perl
186
share/latex2html/styles/austrian.perl
285
share/latex2html/styles/babel.perl
187
share/latex2html/styles/babel.perl
286
share/latex2html/styles/babelbst.perl
188
share/latex2html/styles/babelbst.perl
Lines 290-297 Link Here
290
share/latex2html/styles/breton.perl
192
share/latex2html/styles/breton.perl
291
share/latex2html/styles/catalan.perl
193
share/latex2html/styles/catalan.perl
292
share/latex2html/styles/changebar.perl
194
share/latex2html/styles/changebar.perl
293
share/latex2html/styles/chemsym.perl
294
share/latex2html/styles/color.perl
195
share/latex2html/styles/color.perl
196
share/latex2html/styles/chemsym.perl
295
share/latex2html/styles/colordvi.perl
197
share/latex2html/styles/colordvi.perl
296
share/latex2html/styles/crayola.txt
198
share/latex2html/styles/crayola.txt
297
share/latex2html/styles/croatian.perl
199
share/latex2html/styles/croatian.perl
Lines 313-322 Link Here
313
share/latex2html/styles/galician.perl
215
share/latex2html/styles/galician.perl
314
share/latex2html/styles/german.perl
216
share/latex2html/styles/german.perl
315
share/latex2html/styles/germanb.perl
217
share/latex2html/styles/germanb.perl
218
share/latex2html/styles/havard.perl
219
share/latex2html/styles/getimagesize.perl
220
share/latex2html/styles/graphics-support.perl
316
share/latex2html/styles/graphics.perl
221
share/latex2html/styles/graphics.perl
317
share/latex2html/styles/graphicx.perl
222
share/latex2html/styles/graphicx.perl
223
share/latex2html/styles/graphixx.perl
318
share/latex2html/styles/harvard.perl
224
share/latex2html/styles/harvard.perl
319
share/latex2html/styles/havard.perl
320
share/latex2html/styles/heqn.perl
225
share/latex2html/styles/heqn.perl
321
share/latex2html/styles/hthtml.perl
226
share/latex2html/styles/hthtml.perl
322
share/latex2html/styles/html.perl
227
share/latex2html/styles/html.perl
Lines 324-356 Link Here
324
share/latex2html/styles/inputenc.perl
229
share/latex2html/styles/inputenc.perl
325
share/latex2html/styles/irish.perl
230
share/latex2html/styles/irish.perl
326
share/latex2html/styles/italian.perl
231
share/latex2html/styles/italian.perl
327
share/latex2html/styles/j-article.perl
328
share/latex2html/styles/j-article.perl.orig
329
share/latex2html/styles/j-report.perl
330
share/latex2html/styles/j-report.perl.orig
331
share/latex2html/styles/japanese.perl
332
share/latex2html/styles/japanese.perl.orig
333
share/latex2html/styles/jarticle.perl
334
share/latex2html/styles/jarticle.perl.orig
335
share/latex2html/styles/jreport.perl
336
share/latex2html/styles/jreport.perl.orig
337
share/latex2html/styles/jslides.perl
338
share/latex2html/styles/jslides.perl.orig
339
share/latex2html/styles/justify.perl
232
share/latex2html/styles/justify.perl
340
share/latex2html/styles/latexsym.perl
233
share/latex2html/styles/latexsym.perl
341
share/latex2html/styles/letter.perl
234
share/latex2html/styles/letter.perl
342
share/latex2html/styles/longtable.perl
235
share/latex2html/styles/longtable.perl
343
share/latex2html/styles/lsorbian.perl
236
share/latex2html/styles/lsorbian.perl
237
share/latex2html/styles/lyx.perl
344
share/latex2html/styles/magyar.perl
238
share/latex2html/styles/magyar.perl
345
share/latex2html/styles/makeidx.perl
239
share/latex2html/styles/makeidx.perl
346
share/latex2html/styles/more_amsmath.perl
347
share/latex2html/styles/multicol.perl
240
share/latex2html/styles/multicol.perl
241
share/latex2html/styles/more_amsmath.perl
348
share/latex2html/styles/natbib.perl
242
share/latex2html/styles/natbib.perl
349
share/latex2html/styles/nharvard.perl
243
share/latex2html/styles/nharvard.perl
350
share/latex2html/styles/norsk.perl
244
share/latex2html/styles/norsk.perl
351
share/latex2html/styles/nynorsk.perl
245
share/latex2html/styles/nynorsk.perl
352
share/latex2html/styles/polish.perl
246
share/latex2html/styles/polish.perl
247
share/latex2html/styles/polski.perl
353
share/latex2html/styles/portuges.perl
248
share/latex2html/styles/portuges.perl
249
share/latex2html/styles/psfrag.perl
354
share/latex2html/styles/report.perl
250
share/latex2html/styles/report.perl
355
share/latex2html/styles/rgb.txt
251
share/latex2html/styles/rgb.txt
356
share/latex2html/styles/romanian.perl
252
share/latex2html/styles/romanian.perl
Lines 364-369 Link Here
364
share/latex2html/styles/texdefs.perl
260
share/latex2html/styles/texdefs.perl
365
share/latex2html/styles/texnames.perl
261
share/latex2html/styles/texnames.perl
366
share/latex2html/styles/textcomp.perl
262
share/latex2html/styles/textcomp.perl
263
share/latex2html/styles/xy.perl
367
share/latex2html/styles/turkish.perl
264
share/latex2html/styles/turkish.perl
368
share/latex2html/styles/usorbian.perl
265
share/latex2html/styles/usorbian.perl
369
share/latex2html/styles/verbatim.perl
266
share/latex2html/styles/verbatim.perl
Lines 372-386 Link Here
372
share/latex2html/styles/welsh.perl
269
share/latex2html/styles/welsh.perl
373
share/latex2html/styles/wrapfig.perl
270
share/latex2html/styles/wrapfig.perl
374
share/latex2html/styles/xspace.perl
271
share/latex2html/styles/xspace.perl
375
share/latex2html/styles/xy.perl
272
share/latex2html/styles/ascmac.perl
376
share/latex2html/tests/jcl-env.tex
273
share/latex2html/styles/j-article.perl
377
share/latex2html/tests/jcl-pag.tex
274
share/latex2html/styles/j-book.perl
378
share/latex2html/tests/jcl-verb.tex
275
share/latex2html/styles/j-report.perl
379
share/latex2html/tests/pages.tex
276
share/latex2html/styles/japanese.perl
380
share/latex2html/tests/pages1.eps
277
share/latex2html/styles/jarticle.perl
381
share/latex2html/tests/rrm-col.tex
278
share/latex2html/styles/jbook.perl
382
share/latex2html/texexpand
279
share/latex2html/styles/jreport.perl
383
share/latex2html/texexpand.bak
280
share/latex2html/styles/jsarticle.perl
281
share/latex2html/styles/jsbook.perl
282
share/latex2html/styles/jslides.perl
283
share/latex2html/styles/psfrag.perl.orig
384
share/latex2html/texinputs/floatflt.ins
284
share/latex2html/texinputs/floatflt.ins
385
share/latex2html/texinputs/frames.sty
285
share/latex2html/texinputs/frames.sty
386
share/latex2html/texinputs/heqn.sty
286
share/latex2html/texinputs/heqn.sty
Lines 388-407 Link Here
388
share/latex2html/texinputs/html.sty
288
share/latex2html/texinputs/html.sty
389
share/latex2html/texinputs/htmllist.sty
289
share/latex2html/texinputs/htmllist.sty
390
share/latex2html/texinputs/justify.sty
290
share/latex2html/texinputs/justify.sty
291
share/latex2html/texinputs/latin9.def
391
share/latex2html/texinputs/ldump.sty
292
share/latex2html/texinputs/ldump.sty
293
share/latex2html/texinputs/techexplHTML.tex
392
share/latex2html/texinputs/url.sty
294
share/latex2html/texinputs/url.sty
393
share/latex2html/texinputs/verbatimfiles.sty
295
share/latex2html/texinputs/verbatimfiles.sty
296
share/latex2html/versions/cp1252.pl
297
share/latex2html/versions/decmulti.pl
394
share/latex2html/versions/frame.pl
298
share/latex2html/versions/frame.pl
299
share/latex2html/versions/hebrew.pl
395
share/latex2html/versions/html2_1.pl
300
share/latex2html/versions/html2_1.pl
396
share/latex2html/versions/html2_2.pl
301
share/latex2html/versions/html2_2.pl
302
share/latex2html/versions/html2_2.pl.orig
397
share/latex2html/versions/html3_0.pl
303
share/latex2html/versions/html3_0.pl
398
share/latex2html/versions/html3_1.pl
304
share/latex2html/versions/html3_1.pl
399
share/latex2html/versions/html3_1.pl.orig
400
share/latex2html/versions/html3_2.pl
305
share/latex2html/versions/html3_2.pl
401
share/latex2html/versions/html3_2.pl.orig
306
share/latex2html/versions/html3_2.pl.orig
402
share/latex2html/versions/html4_0.pl
307
share/latex2html/versions/html4_0.pl
403
share/latex2html/versions/html4_0.pl.orig
308
share/latex2html/versions/html4_0.pl.orig
309
share/latex2html/versions/html4_01.pl
310
share/latex2html/versions/html4_1.pl
311
share/latex2html/versions/html4_1.pl.orig
404
share/latex2html/versions/i18n.pl
312
share/latex2html/versions/i18n.pl
313
share/latex2html/versions/koi8.pl
405
share/latex2html/versions/lang.pl
314
share/latex2html/versions/lang.pl
406
share/latex2html/versions/latin1.pl
315
share/latex2html/versions/latin1.pl
407
share/latex2html/versions/latin2.pl
316
share/latex2html/versions/latin2.pl
Lines 409-432 Link Here
409
share/latex2html/versions/latin4.pl
318
share/latex2html/versions/latin4.pl
410
share/latex2html/versions/latin5.pl
319
share/latex2html/versions/latin5.pl
411
share/latex2html/versions/latin6.pl
320
share/latex2html/versions/latin6.pl
321
share/latex2html/versions/latin7.pl
322
share/latex2html/versions/latin8.pl
323
share/latex2html/versions/latin9.pl
324
share/latex2html/versions/macroman.pl
412
share/latex2html/versions/math.pl
325
share/latex2html/versions/math.pl
413
share/latex2html/versions/math.pl.orig
414
share/latex2html/versions/table.pl
326
share/latex2html/versions/table.pl
327
share/latex2html/versions/table.pl.orig
328
share/latex2html/versions/techexpl.pl
415
share/latex2html/versions/unicode.pl
329
share/latex2html/versions/unicode.pl
416
share/texmf/tex/latex/latex2html/floatflt.ins
330
share/latex2html/versions/utf8.pl
417
share/texmf/tex/latex/latex2html/frames.sty
331
share/texmf/tex/latex/html/floatflt.ins
418
share/texmf/tex/latex/latex2html/heqn.sty
332
share/texmf/tex/latex/html/frames.sty
419
share/texmf/tex/latex/latex2html/hthtml.sty
333
share/texmf/tex/latex/html/heqn.sty
420
share/texmf/tex/latex/latex2html/html.sty
334
share/texmf/tex/latex/html/hthtml.sty
421
share/texmf/tex/latex/latex2html/htmllist.sty
335
share/texmf/tex/latex/html/html.sty
422
share/texmf/tex/latex/latex2html/justify.sty
336
share/texmf/tex/latex/html/htmllist.sty
423
share/texmf/tex/latex/latex2html/ldump.sty
337
share/texmf/tex/latex/html/justify.sty
424
share/texmf/tex/latex/latex2html/url.sty
338
share/texmf/tex/latex/html/latin9.def
425
share/texmf/tex/latex/latex2html/verbatimfiles.sty
339
share/texmf/tex/latex/html/ldump.sty
426
@dirrm share/texmf/tex/latex/latex2html/
340
share/texmf/tex/latex/html/techexplHTML.tex
341
share/texmf/tex/latex/html/url.sty
342
share/texmf/tex/latex/html/verbatimfiles.sty
343
@dirrm lib/latex2html
344
@dirrm share/doc/latex2html
345
@dirrm share/latex2html/icons
427
@dirrm share/latex2html/IndicTeX-HTML
346
@dirrm share/latex2html/IndicTeX-HTML
347
@dirrm share/latex2html/L2hos
428
@dirrm share/latex2html/XyMTeX-HTML
348
@dirrm share/latex2html/XyMTeX-HTML
429
@dirrm share/latex2html/changebar
430
@dirrm share/latex2html/cweb2html
349
@dirrm share/latex2html/cweb2html
431
@dirrm share/latex2html/docs/changebar
350
@dirrm share/latex2html/docs/changebar
432
@dirrm share/latex2html/docs/hthtml
351
@dirrm share/latex2html/docs/hthtml
Lines 434-447 Link Here
434
@dirrm share/latex2html/docs
353
@dirrm share/latex2html/docs
435
@dirrm share/latex2html/example
354
@dirrm share/latex2html/example
436
@dirrm share/latex2html/foilhtml
355
@dirrm share/latex2html/foilhtml
437
@dirrm share/latex2html/hthtml
438
@dirrm share/latex2html/icon-dos
439
@dirrm share/latex2html/icons.gif
440
@dirrm share/latex2html/icons.png
441
@dirrm share/latex2html/makeseg
356
@dirrm share/latex2html/makeseg
442
@dirrm share/latex2html/psfiles
443
@dirrm share/latex2html/styles
357
@dirrm share/latex2html/styles
444
@dirrm share/latex2html/tests
445
@dirrm share/latex2html/texinputs
358
@dirrm share/latex2html/texinputs
446
@dirrm share/latex2html/versions
359
@dirrm share/latex2html/versions
447
@dirrm share/latex2html
360
@dirrm share/latex2html
361
@dirrm share/texmf/tex/latex/html

Return to bug 47812