summaryrefslogtreecommitdiff
path: root/textproc/latex2html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo (psttoimg -> pstoimg).Chris Piazza1999-08-211-2/+2
| | | | | | | | PR: 13285 Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=20839
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
| | | | Notes: svn path=/head/; revision=19966
* Change /usr/local/bin/perl to ${PERL} for all cases that are needed.Chris Piazza1999-06-281-1/+7
| | | | | | | | PR: 12410 Submitted by: Johan Karlsson <Johan.Karlsson@sm.luth.se> Notes: svn path=/head/; revision=19874
* Change latex2html to use ${PERL} instead of /usr/local/bin/perl.Chris Piazza1999-06-281-1/+4
| | | | | | | PR: 12410 Notes: svn path=/head/; revision=19859
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-021-3/+3
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-3/+3
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Copy the properly configured script to ${PREFIX}/bin, hopefully forMatthew Hunt1998-05-051-2/+2
| | | | | | | | | real this time. :-) Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10855
* Configure the program, then install it.Matthew Hunt1998-05-051-2/+2
| | | | | | | Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10851
* Import of latex2html, which turns LaTeX into HTMLMatthew Hunt1998-05-056-0/+384
PR: 6502 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10848