e5ce9f641d
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', 'ְ', + 'hatafsegol', 'ֱ', + 'hatafpatah', 'ֲ', + 'hatafqamats', 'ֳ', + 'hiriq', 'ִ', + 'tzere', 'ֵ', + 'segol', 'ֶ', + 'patah', 'ַ', + 'qamats', 'ָ', + 'holam', 'ֹ', +# '', 'ֺ', + 'qubuts', 'ֻ', + 'dagesh', 'ּ', + 'meteg', 'ֽ', + 'maqaf', '־', + 'rafe', 'ֿ', + 'paseq', '׀', + 'sofpasuq', '׃', + 'gershayim', '׈', + 'doublevav', 'װ', + 'vavyod', 'ױ', + 'doubleyod', 'ײ', + 'geresh', '׳', + +#<!-- Hebrew letters --> 'alef', 'א', 'bet', 'ב', 'gimel', 'ג',
30 lines
910 B
Makefile
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"
|