latex2html; "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu>
This commit is contained in:
parent
c998f7b5ad
commit
6edd26b77f
59
textproc/latex2html/Makefile
Normal file
59
textproc/latex2html/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/23 18:18:03 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= latex2html-97.1
|
||||
CATEGORIES= textproc www
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.tex.ac.uk/ctan/tex-archive/support/latex2html/sources/
|
||||
|
||||
|
||||
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm \
|
||||
pnmtopng:${PORTSDIR}/graphics/netpbm \
|
||||
gs:${PORTSDIR}/print/ghostscript5
|
||||
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
IS_INTERACTIVE= YES
|
||||
|
||||
DOCS= userman.tex manual.tex manual.gls manual.dvi manual.bbl \
|
||||
manual.aux manual.ind manhtml.tex eform.ps changebar.sty \
|
||||
figure.ps credits.tex l2hfiles.dat Makefile justify.sty \
|
||||
hypextra.tex overview.tex htmllist.sty support.tex \
|
||||
licence.tex url.sty l2hidx.ist features.tex html.sty \
|
||||
l2hglo.ist problems.tex l2hman.sty appendix.tex manual.index
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/styles
|
||||
${INSTALL_DATA} ${WRKSRC}/styles/* ${PREFIX}/lib/latex2html/styles
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/docs/changebar
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/changebar/* ${PREFIX}/lib/latex2html/docs/changebar
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/docs/psfiles
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/psfiles/* ${PREFIX}/lib/latex2html/docs/psfiles
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/docs/hthtml
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/hthtml/* ${PREFIX}/lib/latex2html/docs/hthtml
|
||||
.for i in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/lib/latex2html/docs
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/tests
|
||||
${INSTALL_DATA} ${WRKSRC}/tests/* ${PREFIX}/lib/latex2html/tests
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/icons.png
|
||||
${INSTALL_DATA} ${WRKSRC}/icons.png/* ${PREFIX}/lib/latex2html/icons.png
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/icons.gif
|
||||
${INSTALL_DATA} ${WRKSRC}/icons.gif/* ${PREFIX}/lib/latex2html/icons.gif
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/texinputs
|
||||
${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/lib/latex2html/texinputs
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/makeseg
|
||||
${INSTALL_DATA} ${WRKSRC}/makeseg/* ${PREFIX}/lib/latex2html/makeseg
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/versions
|
||||
${INSTALL_DATA} ${WRKSRC}/versions/* ${PREFIX}/lib/latex2html/versions
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/latex2html/example
|
||||
${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/lib/latex2html/example
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/install-test ${WRKSRC}/pstoimg ${WRKSRC}/makemap ${WRKSRC}/texexpand ${WRKSRC}/configure-pstoimg ${WRKSRC}/latex2html.config ${WRKSRC}/pstoimg_nopipes ${WRKSRC}/latex2html ${PREFIX}/lib/latex2html
|
||||
(cd ${PREFIX}/lib/latex2html; PREFIX=${PREFIX} ./install-test)
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/latex2html/latex2html ${PREFIX}/bin
|
||||
${RM} ${PREFIX}/lib/latex2html/*.bak
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
1
textproc/latex2html/files/md5
Normal file
1
textproc/latex2html/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (latex2html-97.1.tar.gz) = 20428bcc95c0f006aacbf3d6f36eb620
|
13
textproc/latex2html/patches/patch-aa
Normal file
13
textproc/latex2html/patches/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
*** configure-pstoimg.orig Mon Sep 21 19:30:07 1998
|
||||
--- configure-pstoimg Mon Sep 21 19:30:16 1998
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! #!/usr/local/bin/perl -w
|
||||
#use diagnostics;
|
||||
|
||||
$LATEX2HTMLDIR="$ENV{'L2HMODULE'}/user"
|
||||
--- 1,4 ----
|
||||
! #!/usr/bin/perl -w
|
||||
#use diagnostics;
|
||||
|
||||
$LATEX2HTMLDIR="$ENV{'L2HMODULE'}/user"
|
13
textproc/latex2html/patches/patch-ab
Normal file
13
textproc/latex2html/patches/patch-ab
Normal file
@ -0,0 +1,13 @@
|
||||
*** install-test.orig Mon Sep 21 19:30:07 1998
|
||||
--- install-test Mon Sep 21 19:30:20 1998
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! #!/usr/local/bin/perl
|
||||
|
||||
# $Id: patch-ab,v 1.1.1.1 1998/09/23 18:18:04 marc Exp $
|
||||
# LaTeX2HTML Version 96.2 : install_test
|
||||
--- 1,4 ----
|
||||
! #!/usr/bin/perl
|
||||
|
||||
# $Id: patch-ab,v 1.1.1.1 1998/09/23 18:18:04 marc Exp $
|
||||
# LaTeX2HTML Version 96.2 : install_test
|
13
textproc/latex2html/patches/patch-ac
Normal file
13
textproc/latex2html/patches/patch-ac
Normal file
@ -0,0 +1,13 @@
|
||||
*** texexpand.orig Mon Sep 21 19:30:07 1998
|
||||
--- texexpand Mon Sep 21 19:30:41 1998
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! #!/usr/local/bin/perl
|
||||
|
||||
# $Id: patch-ac,v 1.1.1.1 1998/09/23 18:18:05 marc Exp $
|
||||
#
|
||||
--- 1,4 ----
|
||||
! #!/usr/bin/perl
|
||||
|
||||
# $Id: patch-ac,v 1.1.1.1 1998/09/23 18:18:05 marc Exp $
|
||||
#
|
13
textproc/latex2html/patches/patch-ad
Normal file
13
textproc/latex2html/patches/patch-ad
Normal file
@ -0,0 +1,13 @@
|
||||
*** pstoimg.orig Mon Sep 21 19:30:07 1998
|
||||
--- pstoimg Mon Sep 21 19:30:34 1998
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! #!/usr/local/bin/perl
|
||||
|
||||
# This variable can be set manually or by the installation script
|
||||
# to point to the DIRECTORY where the latex2html files can be found.
|
||||
--- 1,4 ----
|
||||
! #!/usr/bin/perl
|
||||
|
||||
# This variable can be set manually or by the installation script
|
||||
# to point to the DIRECTORY where the latex2html files can be found.
|
19
textproc/latex2html/patches/patch-ae
Normal file
19
textproc/latex2html/patches/patch-ae
Normal file
@ -0,0 +1,19 @@
|
||||
*** latex2html.config.orig Mon Sep 21 19:55:47 1998
|
||||
--- latex2html.config Mon Sep 21 19:56:00 1998
|
||||
***************
|
||||
*** 6,12 ****
|
||||
# Give the path to the DIRECTORY in which the latex2html files can be found.
|
||||
# You can leave this alone if you run install-test.
|
||||
#
|
||||
! $LATEX2HTMLDIR = "$ENV{'L2HMODULE'}/user";
|
||||
|
||||
|
||||
# Give the paths to latex and dvips on your system:
|
||||
--- 6,12 ----
|
||||
# Give the path to the DIRECTORY in which the latex2html files can be found.
|
||||
# You can leave this alone if you run install-test.
|
||||
#
|
||||
! $LATEX2HTMLDIR = "/usr/local/lib/latex2html";
|
||||
|
||||
|
||||
# Give the paths to latex and dvips on your system:
|
13
textproc/latex2html/patches/patch-af
Normal file
13
textproc/latex2html/patches/patch-af
Normal file
@ -0,0 +1,13 @@
|
||||
*** latex2html.orig Mon Sep 21 19:30:07 1998
|
||||
--- latex2html Mon Sep 21 19:30:24 1998
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! #!/usr/local/bin/perl
|
||||
|
||||
'di';
|
||||
'ig00';
|
||||
--- 1,4 ----
|
||||
! #!/usr/bin/perl
|
||||
|
||||
'di';
|
||||
'ig00';
|
1
textproc/latex2html/pkg/COMMENT
Normal file
1
textproc/latex2html/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Latex to HTML converter.
|
1
textproc/latex2html/pkg/DESCR
Normal file
1
textproc/latex2html/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Latex to HTML converter.
|
214
textproc/latex2html/pkg/PLIST
Normal file
214
textproc/latex2html/pkg/PLIST
Normal file
@ -0,0 +1,214 @@
|
||||
lib/latex2html/styles/CJK.perl
|
||||
lib/latex2html/styles/alltt.perl
|
||||
lib/latex2html/styles/amsfonts.perl
|
||||
lib/latex2html/styles/amsmath.perl
|
||||
lib/latex2html/styles/amssymb.perl
|
||||
lib/latex2html/styles/amstex.perl
|
||||
lib/latex2html/styles/babel.perl
|
||||
lib/latex2html/styles/changebar.perl
|
||||
lib/latex2html/styles/color.perl
|
||||
lib/latex2html/styles/colordvi.perl
|
||||
lib/latex2html/styles/crayola.txt
|
||||
lib/latex2html/styles/enumerate.perl
|
||||
lib/latex2html/styles/epsbox.perl
|
||||
lib/latex2html/styles/epsfig.perl
|
||||
lib/latex2html/styles/floatfig.perl
|
||||
lib/latex2html/styles/floatflt.perl
|
||||
lib/latex2html/styles/frames.perl
|
||||
lib/latex2html/styles/francais.perl
|
||||
lib/latex2html/styles/french.perl
|
||||
lib/latex2html/styles/german.perl
|
||||
lib/latex2html/styles/germanb.perl
|
||||
lib/latex2html/styles/graphics.perl
|
||||
lib/latex2html/styles/graphicx.perl
|
||||
lib/latex2html/styles/harvard.perl
|
||||
lib/latex2html/styles/havard.perl
|
||||
lib/latex2html/styles/heqn.perl
|
||||
lib/latex2html/styles/hthtml.perl
|
||||
lib/latex2html/styles/html.perl
|
||||
lib/latex2html/styles/htmllist.perl
|
||||
lib/latex2html/styles/justify.perl
|
||||
lib/latex2html/styles/latexsym.perl
|
||||
lib/latex2html/styles/longtable.perl
|
||||
lib/latex2html/styles/makeidx.perl
|
||||
lib/latex2html/styles/multicol.perl
|
||||
lib/latex2html/styles/natbib.perl
|
||||
lib/latex2html/styles/nharvard.perl
|
||||
lib/latex2html/styles/rgb.txt
|
||||
lib/latex2html/styles/supertabular.perl
|
||||
lib/latex2html/styles/texdefs.perl
|
||||
lib/latex2html/styles/verbatim.perl
|
||||
lib/latex2html/styles/verbatimfiles.perl
|
||||
lib/latex2html/styles/wrapfig.perl
|
||||
lib/latex2html/styles/xspace.perl
|
||||
lib/latex2html/styles/xy.perl
|
||||
lib/latex2html/docs/changebar/00Contents
|
||||
lib/latex2html/docs/changebar/00readme.txt
|
||||
lib/latex2html/docs/changebar/catalog.txt
|
||||
lib/latex2html/docs/changebar/changebar.bug
|
||||
lib/latex2html/docs/changebar/changebar.dtx
|
||||
lib/latex2html/docs/changebar/changebar.idx
|
||||
lib/latex2html/docs/changebar/changebar.ins
|
||||
lib/latex2html/docs/changebar/chbar.sh
|
||||
lib/latex2html/docs/changebar/manifest.txt
|
||||
lib/latex2html/docs/changebar/update.txt
|
||||
lib/latex2html/docs/psfiles/HTMLtab.ps
|
||||
lib/latex2html/docs/psfiles/dn.gif
|
||||
lib/latex2html/docs/psfiles/eform.ps
|
||||
lib/latex2html/docs/psfiles/eform2.ps
|
||||
lib/latex2html/docs/psfiles/eqarrA1.ps
|
||||
lib/latex2html/docs/psfiles/eqarrA15.ps
|
||||
lib/latex2html/docs/psfiles/eqarrA2.ps
|
||||
lib/latex2html/docs/psfiles/eqarrB1.ps
|
||||
lib/latex2html/docs/psfiles/eqarrB15.ps
|
||||
lib/latex2html/docs/psfiles/eqarrB2.ps
|
||||
lib/latex2html/docs/psfiles/eqn1.ps
|
||||
lib/latex2html/docs/psfiles/eqn15.ps
|
||||
lib/latex2html/docs/psfiles/eqn2.ps
|
||||
lib/latex2html/docs/psfiles/figure.ps
|
||||
lib/latex2html/docs/psfiles/table.ps
|
||||
lib/latex2html/docs/psfiles/up.gif
|
||||
lib/latex2html/docs/hthtml/Makefile
|
||||
lib/latex2html/docs/hthtml/hthtml.sty
|
||||
lib/latex2html/docs/hthtml/hthtml.tex
|
||||
lib/latex2html/docs/hthtml/readme.hthtml
|
||||
lib/latex2html/docs/userman.tex
|
||||
lib/latex2html/docs/manual.tex
|
||||
lib/latex2html/docs/manual.gls
|
||||
lib/latex2html/docs/manual.dvi
|
||||
lib/latex2html/docs/manual.bbl
|
||||
lib/latex2html/docs/manual.aux
|
||||
lib/latex2html/docs/manual.ind
|
||||
lib/latex2html/docs/manhtml.tex
|
||||
lib/latex2html/docs/eform.ps
|
||||
lib/latex2html/docs/changebar.sty
|
||||
lib/latex2html/docs/figure.ps
|
||||
lib/latex2html/docs/credits.tex
|
||||
lib/latex2html/docs/l2hfiles.dat
|
||||
lib/latex2html/docs/Makefile
|
||||
lib/latex2html/docs/justify.sty
|
||||
lib/latex2html/docs/hypextra.tex
|
||||
lib/latex2html/docs/overview.tex
|
||||
lib/latex2html/docs/htmllist.sty
|
||||
lib/latex2html/docs/support.tex
|
||||
lib/latex2html/docs/licence.tex
|
||||
lib/latex2html/docs/url.sty
|
||||
lib/latex2html/docs/l2hidx.ist
|
||||
lib/latex2html/docs/features.tex
|
||||
lib/latex2html/docs/html.sty
|
||||
lib/latex2html/docs/l2hglo.ist
|
||||
lib/latex2html/docs/problems.tex
|
||||
lib/latex2html/docs/l2hman.sty
|
||||
lib/latex2html/docs/appendix.tex
|
||||
lib/latex2html/docs/manual.index
|
||||
lib/latex2html/tests/jcl-env.tex
|
||||
lib/latex2html/tests/jcl-pag.tex
|
||||
lib/latex2html/tests/jcl-verb.tex
|
||||
lib/latex2html/tests/pages.tex
|
||||
lib/latex2html/tests/pages1.eps
|
||||
lib/latex2html/tests/rrm-col.tex
|
||||
lib/latex2html/icons.png/blueball.png
|
||||
lib/latex2html/icons.png/change_begin.png
|
||||
lib/latex2html/icons.png/change_delete.png
|
||||
lib/latex2html/icons.png/change_end.png
|
||||
lib/latex2html/icons.png/contents_motif.png
|
||||
lib/latex2html/icons.png/cross_ref_motif.png
|
||||
lib/latex2html/icons.png/foot_motif.png
|
||||
lib/latex2html/icons.png/greenball.png
|
||||
lib/latex2html/icons.png/image.png
|
||||
lib/latex2html/icons.png/index_motif.png
|
||||
lib/latex2html/icons.png/next_group_motif.png
|
||||
lib/latex2html/icons.png/next_group_motif_gr.png
|
||||
lib/latex2html/icons.png/next_motif.png
|
||||
lib/latex2html/icons.png/next_motif_gr.png
|
||||
lib/latex2html/icons.png/orangeball.png
|
||||
lib/latex2html/icons.png/pinkball.png
|
||||
lib/latex2html/icons.png/previous_group_motif.png
|
||||
lib/latex2html/icons.png/previous_group_motif_gr.png
|
||||
lib/latex2html/icons.png/previous_motif.png
|
||||
lib/latex2html/icons.png/previous_motif_gr.png
|
||||
lib/latex2html/icons.png/purpleball.png
|
||||
lib/latex2html/icons.png/redball.png
|
||||
lib/latex2html/icons.png/up_motif.png
|
||||
lib/latex2html/icons.png/up_motif_gr.png
|
||||
lib/latex2html/icons.png/whiteball.png
|
||||
lib/latex2html/icons.png/yellowball.png
|
||||
lib/latex2html/icons.gif/blueball.gif
|
||||
lib/latex2html/icons.gif/change_begin.gif
|
||||
lib/latex2html/icons.gif/change_begin_right.gif
|
||||
lib/latex2html/icons.gif/change_delete.gif
|
||||
lib/latex2html/icons.gif/change_delete_right.gif
|
||||
lib/latex2html/icons.gif/change_end.gif
|
||||
lib/latex2html/icons.gif/change_end_right.gif
|
||||
lib/latex2html/icons.gif/contents.xbm
|
||||
lib/latex2html/icons.gif/contents_motif.gif
|
||||
lib/latex2html/icons.gif/cross_ref_motif.gif
|
||||
lib/latex2html/icons.gif/foot_motif.gif
|
||||
lib/latex2html/icons.gif/greenball.gif
|
||||
lib/latex2html/icons.gif/icons.html
|
||||
lib/latex2html/icons.gif/image.gif
|
||||
lib/latex2html/icons.gif/index_motif.gif
|
||||
lib/latex2html/icons.gif/invis_anchor.xbm
|
||||
lib/latex2html/icons.gif/next_group_motif.gif
|
||||
lib/latex2html/icons.gif/next_group_motif_gr.gif
|
||||
lib/latex2html/icons.gif/next_motif.gif
|
||||
lib/latex2html/icons.gif/next_motif_gr.gif
|
||||
lib/latex2html/icons.gif/orangeball.gif
|
||||
lib/latex2html/icons.gif/pinkball.gif
|
||||
lib/latex2html/icons.gif/previous_group_motif.gif
|
||||
lib/latex2html/icons.gif/previous_group_motif_gr.gif
|
||||
lib/latex2html/icons.gif/previous_motif.gif
|
||||
lib/latex2html/icons.gif/previous_motif_gr.gif
|
||||
lib/latex2html/icons.gif/purpleball.gif
|
||||
lib/latex2html/icons.gif/redball.gif
|
||||
lib/latex2html/icons.gif/up_motif.gif
|
||||
lib/latex2html/icons.gif/up_motif_gr.gif
|
||||
lib/latex2html/icons.gif/whiteball.gif
|
||||
lib/latex2html/icons.gif/yellowball.gif
|
||||
lib/latex2html/texinputs/floatflt.ins
|
||||
lib/latex2html/texinputs/frames.sty
|
||||
lib/latex2html/texinputs/heqn.sty
|
||||
lib/latex2html/texinputs/hthtml.sty
|
||||
lib/latex2html/texinputs/html.sty
|
||||
lib/latex2html/texinputs/htmllist.sty
|
||||
lib/latex2html/texinputs/justify.sty
|
||||
lib/latex2html/texinputs/url.sty
|
||||
lib/latex2html/texinputs/verbatimfiles.sty
|
||||
lib/latex2html/makeseg/makeseg
|
||||
lib/latex2html/makeseg/makeseg.tex
|
||||
lib/latex2html/versions/html2.1.pl
|
||||
lib/latex2html/versions/html2.2.pl
|
||||
lib/latex2html/versions/html3.0.pl
|
||||
lib/latex2html/versions/html3.1.pl
|
||||
lib/latex2html/versions/html3.2.pl
|
||||
lib/latex2html/versions/i18n.pl
|
||||
lib/latex2html/versions/math.pl
|
||||
lib/latex2html/versions/table.pl
|
||||
lib/latex2html/example/Makefile
|
||||
lib/latex2html/example/report.tex
|
||||
lib/latex2html/example/sec1.tex
|
||||
lib/latex2html/example/sec2.tex
|
||||
lib/latex2html/install-test
|
||||
lib/latex2html/pstoimg
|
||||
lib/latex2html/makemap
|
||||
lib/latex2html/texexpand
|
||||
lib/latex2html/configure-pstoimg
|
||||
lib/latex2html/latex2html.config
|
||||
lib/latex2html/pstoimg_nopipes
|
||||
lib/latex2html/latex2html
|
||||
lib/latex2html/DBM.tst.db
|
||||
lib/latex2html/local.pm
|
||||
bin/latex2html
|
||||
@dirrm lib/latex2html/styles
|
||||
@dirrm lib/latex2html/docs/changebar
|
||||
@dirrm lib/latex2html/docs/psfiles
|
||||
@dirrm lib/latex2html/docs/hthtml
|
||||
@dirrm lib/latex2html/docs
|
||||
@dirrm lib/latex2html/tests
|
||||
@dirrm lib/latex2html/icons.png
|
||||
@dirrm lib/latex2html/icons.gif
|
||||
@dirrm lib/latex2html/texinputs
|
||||
@dirrm lib/latex2html/makeseg
|
||||
@dirrm lib/latex2html/versions
|
||||
@dirrm lib/latex2html/example
|
||||
@dirrm lib/latex2html
|
Loading…
Reference in New Issue
Block a user