12b25481a2
Yearly TeXLive update of the experimental hyphenation patterns for traditional, reformed, and Swiss German. There are no user-visible changes; approx. 3300 words have been added.
38 lines
1.4 KiB
Makefile
38 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2019/05/12 03:44:29 markd Exp $
|
|
|
|
DISTNAME= dehyph-exptl
|
|
PKGNAME= tex-${DISTNAME}-0.6
|
|
TEXLIVE_REV= 50772
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/dehyph-exptl
|
|
COMMENT= Experimental hyphenation patterns for the German language
|
|
LICENSE= mit AND lppl-1.3c
|
|
|
|
TEX_HYPHEN_DAT+= german-x-2019-04-04 dehypht-x-2019-04-04.tex
|
|
TEX_HYPHEN_DAT+= = german-x-latest
|
|
TEX_HYPHEN_DAT+= ngerman-x-2019-04-04 dehyphn-x-2019-04-04.tex
|
|
TEX_HYPHEN_DAT+= = ngerman-x-latest
|
|
TEX_HYPHEN_DEF+= \\addlanguage{german-x-2019-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2}
|
|
TEX_HYPHEN_DEF+= \\addlanguage{german-x-latest}{dehypht-x-2019-04-04.tex}{}{2}{2}
|
|
TEX_HYPHEN_DEF+= \\addlanguage{ngerman-x-2019-04-04}{dehyphn-x-2019-04-04.tex}{}{2}{2}
|
|
TEX_HYPHEN_DEF+= \\addlanguage{ngerman-x-latest}{dehyphn-x-2019-04-04.tex}{}{2}{2}
|
|
TEX_HYPHEN_LUA+= ['german-x-2019-04-04']={ \
|
|
loader='dehypht-x-2019-04-04.tex', \
|
|
lefthyphenmin=2, \
|
|
righthyphenmin=2, \
|
|
synonyms={'german-x-latest',}, \
|
|
patterns='hyph-de-1901.pat.txt', \
|
|
hyphenation='hyph-de-1901.hyp.txt', \
|
|
},
|
|
TEX_HYPHEN_LUA+= ['ngerman-x-2019-04-04']={ \
|
|
loader='dehyphn-x-2019-04-04.tex', \
|
|
lefthyphenmin=2, \
|
|
righthyphenmin=2, \
|
|
synonyms={'ngerman-x-latest',}, \
|
|
patterns='hyph-de-1996.pat.txt', \
|
|
hyphenation='hyph-de-1996.hyp.txt', \
|
|
},
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|