pkgsrc/textproc/latex2html/Makefile
wiz e5ce9f641d Update to latest distfile on MASTER_SITE with the same name (Grrrrrrrr).
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', 'ϒ',
        'piv', 'ϖ',

-#<!-- 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-26 16:08:40 +00:00

30 lines
910 B
Makefile

# $NetBSD: Makefile,v 1.8 2002/09/26 16:08:40 wiz Exp $
DISTNAME= latex2html-2002-2
PKGNAME= latex2html-2002.2
PKGREVISION= 1
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
MAINTAINER= wennmach@netbsd.org
HOMEPAGE= http://www.latex2html.org
COMMENT= LaTeX to HTML converter
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm
USE_PERL5= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.prefs.mk"
CONFIGURE_ARGS+= --enable-gif # add support of GIF images
CONFIGURE_ARGS+= --enable-png # add support of PNG images
CONFIGURE_ARGS+= --with-texpath=${PREFIX}/share/texmf/tex/latex/html
CONFIGURE_ARGS+= --shlibdir=${PREFIX}/share/latex2html
.if defined(LATEX2HTML_ICONPATH)
CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH}
.endif
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"