summaryrefslogtreecommitdiff
path: root/textproc/latex2html
AgeCommit message (Collapse)AuthorFilesLines
2006-04-07Use teTeX/module.mk to run mktexlsr for texmf-local only.minskim4-6/+25
2006-04-07Use texmf-dirs to install into texmf-local. Bump PKGREVISION.minskim1-2/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Builds fine for me.is1-4/+1
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-20Bumped PKGREVISION as the contents of the binary package is affected byrillig1-2/+2
the last change.
2005-12-20Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoidrillig1-1/+2
references to the working directory.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08Convert ot use tex.buildlink3.mktonio2-17/+18
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-10-09Added a patch that fixes typos in the latex2html man page. The patch hasrillig3-3/+31
been reported upstream. Bumped PKGREVISION.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-14depend on netpbm=>10.29nb2: that one has ppmquant with the correctpooka1-2/+2
perl path and hence the script pstoimg works with font antialiasing
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-06Bump PKGREVISION, because some versions were broken recently during thewiz1-2/+2
perl buildlink change, but now it works again.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-08Accept teTeX2 too. Addresses part of PR 21066.wiz1-2/+2
2002-12-08``Update'' to 2002-2-1, as the friendly people of latex2html have oncejschauma3-9/+8
again changed the distfile without a change in the name, causing checksum to fail. No apparent changes in functionality. Distfile and PLIST double-checked and this commit approved by maintainer wennmach (thanks!).
2002-09-26Update to latest distfile on MASTER_SITE with the same name (Grrrrrrrr).wiz2-4/+5
Since not even ftp.netbsd.org got the old one, let's just bump PKGREVISION and forget about it. The diff is between the two versions is: --- latex2html-2002-2.old/versions/unicode.pl Thu Jul 4 07:15:02 2002 +++ latex2html-2002-2/versions/unicode.pl Sun Sep 15 07:15:02 2002 @@ -401,7 +401,32 @@ 'upsih', '&#978;', 'piv', '&#982;', -#<!-- Hebrew --> +#<!-- Hebrew vocalization points --> + 'sheva', '&#1456;', + 'hatafsegol', '&#1457;', + 'hatafpatah', '&#1458;', + 'hatafqamats', '&#1459;', + 'hiriq', '&#1460;', + 'tzere', '&#1461;', + 'segol', '&#1462;', + 'patah', '&#1463;', + 'qamats', '&#1464;', + 'holam', '&#1465;', +# '', '&#1466;', + 'qubuts', '&#1467;', + 'dagesh', '&#1468;', + 'meteg', '&#1469;', + 'maqaf', '&#1470', + 'rafe', '&#1471;', + 'paseq', '&#1472;', + 'sofpasuq', '&#1475;', + 'gershayim', '&#1480;', + 'doublevav', '&#1520;', + 'vavyod', '&#1521;', + 'doubleyod', '&#1522;', + 'geresh', '&#1523;', + +#<!-- Hebrew letters --> 'alef', '&#1488;', 'bet', '&#1489;', 'gimel', '&#1490;',
2002-09-14Update to 2002.2.wiz3-7/+12
From the added files, it looks like it now has support for HTML 4, KOI-8, and Hebrew.
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-05-08Updated to version 2002-1.markd5-396/+358
Changes are bug fixes, better graphics handling. Pkgsrc changes: Replaced {DE,}INSTALL scripts with @exec/@unexec entries in PLIST. Added LATEX2HTML_ICONPATH variable to set where latex2html's icons appear in web space.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-05-09Minor changes in two scripts without updating the distfile.wiz1-2/+3
Move to SHA1 and add size.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-03* Relax requirement on ghostscript to also allow ghostscript-nox11.jlam3-5/+58
* Enable GIF and PNG support. * Specify path to install TeX files to avoid problems when /usr/pkg is a symbolic link. * Add INSTALL/DEINSTALL targets to properly regenerate teTeX's ls-R file.
2000-11-02Initial import of latex2html-99.2beta8, a LaTeX to HTML converter.wennmach5-0/+398