Bug 23355 - ports/latex2html upgrader to 99.2b8
Summary: ports/latex2html upgrader to 99.2b8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-07 14:00 UTC by clefevre
Modified: 2000-12-11 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (29.11 KB, patch)
2000-12-07 14:00 UTC, clefevre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description clefevre 2000-12-07 14:00:02 UTC
	Makefile
		MASTER_SITES changed to TEX_CTAN since old MASTER_SITES
		aren't available !
		now, uses GNU_CONFIGURE and install itself well.

	files/local.pm
		isn't needed anymore.

	pkg-descr
		added WWW.

	pkg-message
		moved post-install message from Makefile.

	pkg-plist
		mktexlsr is called at install and uninstall.

How-To-Repeat: 
	n/a
Comment 1 Peter Pentchev 2000-12-07 14:25:13 UTC
I assume you ran this by the (apparently former) port maintainer?

G'luck,
Peter

-- 
I am the thought you are now thinking.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2000-12-08 15:01:37 UTC
State Changed
From-To: open->suspended
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2000-12-08 15:02:11 UTC
Responsible Changed
From-To: freebsd-ports->roam

I'll take care of this. 

The change to 'suspended' should have a reason: waiting for the maintainer 
to approve the changes.
Comment 4 brett 2000-12-11 16:22:29 UTC
Hi 

I've looked over the changes - and made some minor changes of my own.

	- added me back as maintainer; this may change in the future 
	  as I've started using pdflatex for much of the work I used 
	  to use latex2html for, but for now I'll maitain it unless 
	  Cyrille wants it - it's certainly better to have a maintainer 
	  other than ports@freebsd.org listed

	- the new MD5 did not work for me at all; I had to set a new one

	- switched the two dependencies (latex/dvips) to teTeX as it 
	  covers both of those

Below is my diff of the files - it mostly matches with what Cyrille did,
other than the above.  Thanks to Cyrille for cleaning up this port nicely.  
:-)

Brett
---------------------------------------------------------------------
diff -ruN /usr/ports/textproc/latex2html/Makefile latex2html/Makefile
--- latex2html/Makefile	Tue Dec  5 14:31:32 2000
+++ latex2html/Makefile	Mon Dec 11 11:05:54 2000
@@ -6,70 +6,31 @@
 #
 
 PORTNAME=	latex2html
-PORTVERSION= 	98.1p1
+PORTVERSION= 	99.2b8
 CATEGORIES=	textproc
-MASTER_SITES=	http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \
-		ftp://ftp.mpn.com/pub/nikos/latex2html-mirror/sources/
+MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR=	support/${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
 
 MAINTAINER=	brett@peloton.runet.edu
 
-RUN_DEPENDS=	${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \
-		${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \
+BUILD_DEPENDS=	${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX \
 		${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript55 \
 		${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
-
-WRKSRC=	${WRKDIR}/latex2html
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_PERL5=	yes
-NO_BUILD=	yes
-IS_INTERACTIVE=	yes
-NO_PACKAGE=	An interrogation follows installation
-
-post-patch:
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/latex2html
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/configure-pstoimg
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/install-test
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/makemap
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg_nopipes
-	@${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/texexpand
-
-do-install:
-	@${MKDIR} ${PREFIX}/share/latex2html
-	@${INSTALL_DATA} ${FILESDIR}/local.pm ${PREFIX}/share/latex2html
-	@ for dir in makeseg IndicTeX-HTML cweb2html docs example icons.gif icons.png styles tests versions; do \
-		${CP} -R ${WRKSRC}/$$dir ${PREFIX}/share/latex2html; \
-	done
-	@ for prog in Override.pm configure-pstoimg install-test latex2html makemap pstoimg\
-		pstoimg_nopipes texexpand; do \
-		${INSTALL_SCRIPT} ${WRKSRC}/$$prog ${PREFIX}/share/latex2html; \
-	done
-	@ for file in FAQ MANIFEST README README.dvips dot.latex2html-init latex2html.config ; do \
-		${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/latex2html; \
-	done
-	@${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html
-	@${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-perl=${PERL} \
+		--libdir=${PREFIX}/share/${PORTNAME}
 
 post-install:
-	@cd ${PREFIX}/share/latex2html && ${SETENV} LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PERL5} ${PREFIX}/share/latex2html/install-test
-	@${INSTALL_SCRIPT} ${PREFIX}/share/latex2html/latex2html ${PREFIX}/bin
-	@${ECHO_MSG} "********************************************************"
-	@${ECHO_MSG} "Latex2html has now been installed with a very basic"
-	@${ECHO_MSG} "configuration and HTML specific style files have been"
-	@${ECHO_MSG} "moved to ${PREFIX}/share/texmf/tex/latex/latex2html."
-	@${ECHO_MSG} "You will need to make sure that latex can now see these"
-	@${ECHO_MSG} "style files, for instance by running texhash if you are"
-	@${ECHO_MSG} "using teTeX.  Due to the differences in how web "
-	@${ECHO_MSG} "servers are set up, it's probably a good idea to read"
-	@${ECHO_MSG} "through the configuration, which can be found in "
-	@${ECHO_MSG} "${PREFIX}/local/share/latex2html/latex2html.config"
-	@${ECHO_MSG} "and adjusting things to set up system wide preferences."
-	@${ECHO_MSG} "You may then want to re-run install-test found in the"
-	@${ECHO_MSG} "same directory and copy the new latex2html script"
-	@${ECHO_MSG} "to ${PREFIX}/local/bin.  Individual user configurations"
-	@${ECHO_MSG} "can be accomplished by placing a copy of"
-	@${ECHO_MSG} "${PREFIX}/local/share/latex2html/dot.latex2html-init"
-	@${ECHO_MSG} "in the user's home directory and editing to preference."
-	@${ECHO_MSG} "********************************************************"
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+.for file in FAQ INSTALL LICENSE README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
+.endfor
+.endif
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN latex2html/distinfo latex2html/distinfo
--- latex2html/distinfo	Mon May  4 21:00:21 1998
+++ latex2html/distinfo	Mon Dec 11 10:46:53 2000
@@ -1 +1 @@
-MD5 (latex2html-98.1p1.tar.gz) = b424fa1e63a5fe7f19365a9050742292
+MD5 (latex2html-99.2beta8.tar.gz) = 22c9994aff3401a5203d41f24e74a87e
diff -ruN latex2html/files/local.pm latex2html/files/local.pm
--- latex2html/files/local.pm	Mon May  4 21:00:21 1998
+++ latex2html/files/local.pm	Mon Dec 11 10:44:50 2000
@@ -1,28 +0,0 @@
-#################################################################
-# local.pm
-#
-# Local Configuration for LaTeX2HTML
-#
-# This file is created automatically. Do not edit!
-#
-#################################################################
-
-package main;
-
-### start pstoimg configuration ###
-$GS_LIB = '/usr/local/share/ghostscript/5.0'; # Inserted by configure-pstoimg
-$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg
-$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg
-$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg
-$PPMTOGIF = '/usr/X11R6/bin/ppmtogif'; # Inserted by configure-pstoimg
-$HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg
-$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
-$GS = '/usr/local/bin/gs'; # Inserted by configure-pstoimg
-$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg
-$HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg
-$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg
-$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg
-
-### end pstoimg configuration ###
-
-1;
diff -ruN /usr/ports/textproc/latex2html/files/local.pm.orig latex2html/files/local.pm.orig
--- /usr/ports/textproc/latex2html/files/local.pm.orig	Wed Dec 31 19:00:00 1969
+++ latex2html/files/local.pm.orig	Mon Dec 11 10:44:35 2000
@@ -0,0 +1,28 @@
+#################################################################
+# local.pm
+#
+# Local Configuration for LaTeX2HTML
+#
+# This file is created automatically. Do not edit!
+#
+#################################################################
+
+package main;
+
+### start pstoimg configuration ###
+$GS_LIB = '/usr/local/share/ghostscript/5.0'; # Inserted by configure-pstoimg
+$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg
+$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg
+$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg
+$PPMTOGIF = '/usr/X11R6/bin/ppmtogif'; # Inserted by configure-pstoimg
+$HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
+$GS = '/usr/local/bin/gs'; # Inserted by configure-pstoimg
+$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg
+$HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg
+$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg
+
+### end pstoimg configuration ###
+
+1;
diff -ruN latex2html/pkg-descr latex2html/pkg-descr
--- latex2html/pkg-descr	Mon May  4 21:00:22 1998
+++ latex2html/pkg-descr	Mon Dec 11 10:44:50 2000
@@ -2,5 +2,4 @@
 options configurable by editing a configuration file.  It can handle equations
 and postscript images as well.
 
--Brett Taylor
-brett@peloton.physics.montana.edu
+WWW: http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html
diff -ruN latex2html/pkg-message latex2html/pkg-message
--- latex2html/pkg-message	Wed Dec 31 19:00:00 1969
+++ latex2html/pkg-message	Mon Dec 11 10:44:50 2000
@@ -0,0 +1,3 @@
+Individual user configurations can be accomplished by placing a copy of
+/usr/local/share/latex2html/dot.latex2html-init in the user's home
+directory and editing to preference.
diff -ruN latex2html/pkg-plist latex2html/pkg-plist
--- latex2html/pkg-plist	Mon May  4 21:00:22 1998
+++ latex2html/pkg-plist	Mon Dec 11 10:44:50 2000
@@ -1,282 +1,362 @@
 bin/latex2html
-share/latex2html/local.pm
-share/latex2html/makeseg/makeseg
-share/latex2html/makeseg/makeseg.tex
-share/latex2html/IndicTeX-HTML/hindi.sty
-share/latex2html/IndicTeX-HTML/telugu.perl
-share/latex2html/IndicTeX-HTML/tibetan.sty
-share/latex2html/IndicTeX-HTML/malyalam.perl
-share/latex2html/IndicTeX-HTML/gujarati.perl
-share/latex2html/IndicTeX-HTML/oriya.perl
-share/latex2html/IndicTeX-HTML/gurmukhi.perl
-share/latex2html/IndicTeX-HTML/telugu.sty
-share/latex2html/IndicTeX-HTML/sanskrit.sty
-share/latex2html/IndicTeX-HTML/sinhlese.sty
+bin/pstoimg
+bin/texexpand
+share/doc/latex2html/FAQ
+share/doc/latex2html/INSTALL
+share/doc/latex2html/LICENSE
+share/doc/latex2html/README
 share/latex2html/IndicTeX-HTML/README
-share/latex2html/IndicTeX-HTML/oriya.sty
+share/latex2html/IndicTeX-HTML/bengali.perl
 share/latex2html/IndicTeX-HTML/bengali.sty
-share/latex2html/IndicTeX-HTML/kannada.perl
-share/latex2html/IndicTeX-HTML/sinhlese.perl
-share/latex2html/IndicTeX-HTML/hindi.perl
-share/latex2html/IndicTeX-HTML/gujrathi.perl
 share/latex2html/IndicTeX-HTML/devnagri.perl
-share/latex2html/IndicTeX-HTML/bengali.perl
-share/latex2html/IndicTeX-HTML/indica.perl
-share/latex2html/IndicTeX-HTML/tibetan.perl
-share/latex2html/IndicTeX-HTML/tamil.perl
-share/latex2html/IndicTeX-HTML/malyalam.sty
-share/latex2html/IndicTeX-HTML/tamil.sty
-share/latex2html/IndicTeX-HTML/gujrathi.sty
+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/kannada.sty
-share/latex2html/IndicTeX-HTML/devnagri.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/cweb2html/wcltx.bib
-share/latex2html/cweb2html/linkex1.w
-share/latex2html/cweb2html/cweb2html
-share/latex2html/cweb2html/htcweb.tex
-share/latex2html/cweb2html/htcweb.sty
-share/latex2html/cweb2html/makemake.pl
-share/latex2html/cweb2html/README
+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/L2hos.pm
+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/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/cfgcache.pm
 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
-share/latex2html/cweb2html/wcltx.w
+share/latex2html/cweb2html/htcweb.sty
+share/latex2html/cweb2html/htcweb.tex
+share/latex2html/cweb2html/linkex1.w
 share/latex2html/cweb2html/linkex2.w
-share/latex2html/docs/changebar/update.txt
-share/latex2html/docs/changebar/manifest.txt
+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/changebar.idx
-share/latex2html/docs/changebar/changebar.ins
+share/latex2html/docs/changebar/catalog.txt
 share/latex2html/docs/changebar/changebar.bug
 share/latex2html/docs/changebar/changebar.dtx
-share/latex2html/docs/changebar/00Contents
-share/latex2html/docs/changebar/catalog.txt
+share/latex2html/docs/changebar/changebar.idx
+share/latex2html/docs/changebar/changebar.ins
 share/latex2html/docs/changebar/chbar.sh
-share/latex2html/docs/hthtml/readme.hthtml
+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.tex
 share/latex2html/docs/hthtml/hthtml.sty
-share/latex2html/docs/psfiles/eqarrB15.ps
-share/latex2html/docs/psfiles/eqn15.ps
-share/latex2html/docs/psfiles/eform.ps
+share/latex2html/docs/hthtml/hthtml.tex
+share/latex2html/docs/hthtml/readme.hthtml
+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/figure.ps
+share/latex2html/docs/psfiles/dn.gif
+share/latex2html/docs/psfiles/eform.ps
 share/latex2html/docs/psfiles/eform2.ps
-share/latex2html/docs/psfiles/table.ps
-share/latex2html/docs/psfiles/eqarrB2.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/dn.gif
+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/eqarrA2.ps
-share/latex2html/docs/psfiles/eqarrA1.ps
-share/latex2html/docs/psfiles/eqarrA15.ps
+share/latex2html/docs/psfiles/figure.ps
+share/latex2html/docs/psfiles/table.ps
 share/latex2html/docs/psfiles/up.gif
-share/latex2html/docs/manual.bbl
-share/latex2html/docs/manual.ind
-share/latex2html/docs/manhtml.tex
-share/latex2html/docs/changebar.sty
-share/latex2html/docs/credits.tex
-share/latex2html/docs/l2hfiles.dat
-share/latex2html/docs/Makefile
-share/latex2html/docs/justify.sty
-share/latex2html/docs/hypextra.tex
-share/latex2html/docs/manual.cb
-share/latex2html/docs/overview.tex
-share/latex2html/docs/htmllist.sty
 share/latex2html/docs/support.tex
-share/latex2html/docs/licence.tex
-share/latex2html/docs/l2hidx.ist
-share/latex2html/docs/features.tex
-share/latex2html/docs/html.sty
 share/latex2html/docs/url.sty
-share/latex2html/docs/l2hglo.ist
-share/latex2html/docs/problems.tex
-share/latex2html/docs/l2hman.sty
-share/latex2html/docs/appendix.tex
 share/latex2html/docs/userman.tex
-share/latex2html/docs/manual.index
-share/latex2html/docs/manual.tex
-share/latex2html/docs/manual.gls
-share/latex2html/example/sec1.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/example/Makefile
-share/latex2html/icons.gif/previous_motif.gif
-share/latex2html/icons.gif/icons.html
-share/latex2html/icons.gif/blueball.gif
-share/latex2html/icons.gif/redball.gif
-share/latex2html/icons.gif/purpleball.gif
-share/latex2html/icons.gif/change_begin_right.gif
-share/latex2html/icons.gif/greenball.gif
-share/latex2html/icons.gif/previous_group_motif.gif
-share/latex2html/icons.gif/image.gif
-share/latex2html/icons.gif/contents.xbm
-share/latex2html/icons.gif/change_delete.gif
-share/latex2html/icons.gif/orangeball.gif
-share/latex2html/icons.gif/next_group_motif.gif
-share/latex2html/icons.gif/change_end_right.gif
-share/latex2html/icons.gif/invis_anchor.xbm
-share/latex2html/icons.gif/next_group_motif_gr.gif
-share/latex2html/icons.gif/previous_group_motif_gr.gif
-share/latex2html/icons.gif/up_motif.gif
-share/latex2html/icons.gif/cross_ref_motif.gif
-share/latex2html/icons.gif/contents_motif.gif
-share/latex2html/icons.gif/whiteball.gif
-share/latex2html/icons.gif/previous_motif_gr.gif
-share/latex2html/icons.gif/change_delete_right.gif
-share/latex2html/icons.gif/pinkball.gif
-share/latex2html/icons.gif/change_end.gif
-share/latex2html/icons.gif/foot_motif.gif
-share/latex2html/icons.gif/up_motif_gr.gif
-share/latex2html/icons.gif/next_motif_gr.gif
-share/latex2html/icons.gif/yellowball.gif
-share/latex2html/icons.gif/index_motif.gif
-share/latex2html/icons.gif/next_motif.gif
-share/latex2html/icons.gif/change_begin.gif
-share/latex2html/icons.png/previous_motif.png
-share/latex2html/icons.png/blueball.png
-share/latex2html/icons.png/redball.png
-share/latex2html/icons.png/purpleball.png
-share/latex2html/icons.png/greenball.png
-share/latex2html/icons.png/previous_group_motif.png
-share/latex2html/icons.png/image.png
-share/latex2html/icons.png/change_delete.png
-share/latex2html/icons.png/orangeball.png
-share/latex2html/icons.png/next_group_motif.png
-share/latex2html/icons.png/next_group_motif_gr.png
-share/latex2html/icons.png/previous_group_motif_gr.png
-share/latex2html/icons.png/up_motif.png
-share/latex2html/icons.png/cross_ref_motif.png
-share/latex2html/icons.png/contents_motif.png
-share/latex2html/icons.png/whiteball.png
-share/latex2html/icons.png/previous_motif_gr.png
-share/latex2html/icons.png/pinkball.png
-share/latex2html/icons.png/change_end.png
-share/latex2html/icons.png/foot_motif.png
-share/latex2html/icons.png/up_motif_gr.png
-share/latex2html/icons.png/next_motif_gr.png
-share/latex2html/icons.png/yellowball.png
-share/latex2html/icons.png/index_motif.png
-share/latex2html/icons.png/next_motif.png
-share/latex2html/icons.png/change_begin.png
+share/latex2html/foilhtml/foilhtml.dtx
+share/latex2html/foilhtml/foilhtml.ins
+share/latex2html/foilhtml/readme.v12
+share/latex2html/icons/blueball.gif
+share/latex2html/icons/blueball.png
+share/latex2html/icons/ch_beg_r.gif
+share/latex2html/icons/ch_beg_r.png
+share/latex2html/icons/ch_begin.gif
+share/latex2html/icons/ch_begin.png
+share/latex2html/icons/ch_del_r.gif
+share/latex2html/icons/ch_del_r.png
+share/latex2html/icons/ch_delet.gif
+share/latex2html/icons/ch_delet.png
+share/latex2html/icons/ch_end.gif
+share/latex2html/icons/ch_end.png
+share/latex2html/icons/ch_end_r.gif
+share/latex2html/icons/ch_end_r.png
+share/latex2html/icons/contents.gif
+share/latex2html/icons/contents.png
+share/latex2html/icons/crossref.gif
+share/latex2html/icons/crossref.png
+share/latex2html/icons/footnote.gif
+share/latex2html/icons/footnote.png
+share/latex2html/icons/greenball.gif
+share/latex2html/icons/greenball.png
+share/latex2html/icons/icons.html
+share/latex2html/icons/image.gif
+share/latex2html/icons/image.png
+share/latex2html/icons/index.gif
+share/latex2html/icons/index.png
+share/latex2html/icons/next.gif
+share/latex2html/icons/next.png
+share/latex2html/icons/next_g.gif
+share/latex2html/icons/next_g.png
+share/latex2html/icons/nx_grp.gif
+share/latex2html/icons/nx_grp.png
+share/latex2html/icons/nx_grp_g.gif
+share/latex2html/icons/nx_grp_g.png
+share/latex2html/icons/orangeball.gif
+share/latex2html/icons/orangeball.png
+share/latex2html/icons/pinkball.gif
+share/latex2html/icons/pinkball.png
+share/latex2html/icons/prev.gif
+share/latex2html/icons/prev.png
+share/latex2html/icons/prev_g.gif
+share/latex2html/icons/prev_g.png
+share/latex2html/icons/purpleball.gif
+share/latex2html/icons/purpleball.png
+share/latex2html/icons/pv_grp.gif
+share/latex2html/icons/pv_grp.png
+share/latex2html/icons/pv_grp_g.gif
+share/latex2html/icons/pv_grp_g.png
+share/latex2html/icons/redball.gif
+share/latex2html/icons/redball.png
+share/latex2html/icons/up.gif
+share/latex2html/icons/up.png
+share/latex2html/icons/up_g.gif
+share/latex2html/icons/up_g.png
+share/latex2html/icons/whiteball.gif
+share/latex2html/icons/whiteball.png
+share/latex2html/icons/yellowball.gif
+share/latex2html/icons/yellowball.png
+share/latex2html/l2hconf.pm
+share/latex2html/makemap
+share/latex2html/makeseg/makeseg
+share/latex2html/makeseg/makeseg.tex
+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/amsmath.perl
-share/latex2html/styles/chemsym.perl
-share/latex2html/styles/seminar.perl
-share/latex2html/styles/makeidx.perl
+share/latex2html/styles/american.perl
+share/latex2html/styles/amsart.perl
 share/latex2html/styles/amsbook.perl
-share/latex2html/styles/latexsym.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/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/havard.perl
-share/latex2html/styles/justify.perl
-share/latex2html/styles/natbib.perl
+share/latex2html/styles/chemsym.perl
+share/latex2html/styles/color.perl
 share/latex2html/styles/colordvi.perl
-share/latex2html/styles/letter.perl
-share/latex2html/styles/inputenc.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/amsart.perl
-share/latex2html/styles/amssymb.perl
-share/latex2html/styles/amstex.perl
-share/latex2html/styles/rgb.txt
-share/latex2html/styles/report.perl
-share/latex2html/styles/wrapfig.perl
-share/latex2html/styles/xspace.perl
-share/latex2html/styles/more_amsmath.perl
-share/latex2html/styles/enumerate.perl
-share/latex2html/styles/crayola.txt
+share/latex2html/styles/germanb.perl
 share/latex2html/styles/graphics.perl
 share/latex2html/styles/graphicx.perl
-share/latex2html/styles/multicol.perl
-share/latex2html/styles/germanb.perl
-share/latex2html/styles/htmllist.perl
+share/latex2html/styles/harvard.perl
+share/latex2html/styles/havard.perl
 share/latex2html/styles/heqn.perl
-share/latex2html/styles/html.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/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/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
+share/latex2html/styles/scottish.perl
+share/latex2html/styles/seminar.perl
 share/latex2html/styles/slides.perl
-share/latex2html/styles/article.perl
-share/latex2html/styles/amsfonts.perl
-share/latex2html/styles/verbatim.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/francais.perl
-share/latex2html/styles/french.perl
-share/latex2html/styles/book.perl
-share/latex2html/styles/xy.perl
-share/latex2html/styles/frames.perl
-share/latex2html/styles/babel.perl
-share/latex2html/styles/harvard.perl
-share/latex2html/styles/epsfig.perl
-share/latex2html/styles/epsbox.perl
-share/latex2html/styles/nharvard.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/supertabular.perl
-share/latex2html/styles/longtable.perl
-share/latex2html/styles/color.perl
-share/latex2html/tests/jcl-verb.tex
-share/latex2html/tests/pages.tex
-share/latex2html/tests/pages1.eps
-share/latex2html/tests/jcl-env.tex
-share/latex2html/tests/jcl-pag.tex
-share/latex2html/tests/rrm-col.tex
-share/latex2html/versions/lang.pl
-share/latex2html/versions/html3_2.pl
+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/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/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/html2_1.pl
 share/latex2html/versions/html2_2.pl
 share/latex2html/versions/html3_0.pl
-share/latex2html/versions/html4_0.pl
 share/latex2html/versions/html3_1.pl
-share/latex2html/versions/html2_1.pl
-share/latex2html/versions/latin6.pl
-share/latex2html/versions/latin4.pl
-share/latex2html/versions/latin5.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/latin1.pl
-share/latex2html/versions/i18n.pl
-share/latex2html/versions/unicode.pl
-share/latex2html/versions/table.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/configure-pstoimg
-share/latex2html/install-test
-share/latex2html/latex2html
-share/latex2html/makemap
-share/latex2html/pstoimg
-share/latex2html/pstoimg_nopipes
-share/latex2html/texexpand
-share/latex2html/FAQ
-share/latex2html/MANIFEST
-share/latex2html/Override.pm
-share/latex2html/README
-share/latex2html/README.dvips
-share/latex2html/dot.latex2html-init
-share/latex2html/latex2html.config
-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/makeseg
+share/latex2html/versions/table.pl
+share/latex2html/versions/techexpl.pl
+share/latex2html/versions/unicode.pl
+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
+@exec /usr/local/bin/mktexlsr
+@unexec /usr/local/bin/mktexlsr
+@dirrm share/doc/latex2html
 @dirrm share/latex2html/IndicTeX-HTML
+@dirrm share/latex2html/L2hos
+@dirrm share/latex2html/XyMTeX-HTML
 @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/icons.gif
-@dirrm share/latex2html/icons.png
+@dirrm share/latex2html/foilhtml
+@dirrm share/latex2html/icons
+@dirrm share/latex2html/makeseg
 @dirrm share/latex2html/styles
-@dirrm share/latex2html/tests
+@dirrm share/latex2html/texinputs
 @dirrm share/latex2html/versions
-@dirrm share/texmf/tex/latex/latex2html
 @dirrm share/latex2html
+@dirrm share/texmf/tex/latex/html
Comment 5 Peter Pentchev freebsd_committer freebsd_triage 2000-12-11 16:44:50 UTC
State Changed
From-To: suspended->closed

Committed with maintainer modifications, thanks!
Comment 6 clefevre 2000-12-11 22:58:32 UTC
Brett Taylor <brett@peloton.runet.edu> writes:

> I've looked over the changes - and made some minor changes of my own.
> 
> 	- switched the two dependencies (latex/dvips) to teTeX as it 
> 	  covers both of those

what is the rule about tex/latex2e vs. teTeX ?

awk -F\| '$8~/.../{print $1}' INDEX | wc

        tex-    12
build   latex2  5
        teTeX   13

awk -F\| '$9~/.../{print $1}' INDEX | wc

        tex-    28
run     latex2  7
        teTeX   24

so, some ports need tex/latex2e while some others need teTeX.
maybe a choice has to be done between both, no ?

> Below is my diff of the files - it mostly matches with what Cyrille did,
> other than the above.  Thanks to Cyrille for cleaning up this port nicely.  
> :-)

thanks ;^)

CC: FreeBSD-ports@FreeBSD.ORG

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
Comment 7 brett 2000-12-11 23:28:29 UTC
Hi Cyrille,

On 11 Dec 2000, Cyrille Lefevre wrote:

> what is the rule about tex/latex2e vs. teTeX ?

I don't know if there's an official rule about this, but teTeX has all of
the functionality (and more) of tex/latex2.  That's why I switched it, but
maybe a discussion in ports needs to be made about it.

*****************************************************
Dr. Brett Taylor         brett@peloton.runet.edu    *
Dept of Chem and Physics			    *
Curie 39A	(540) 831-6147                      *
*****************************************************