summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-czech/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-08 16:20:26 +0000
committerminskim <minskim>2010-11-08 16:20:26 +0000
commit5ccaf4ad111f75411cdb8ee32e0933c1971cbe8a (patch)
tree1122ba319c1d5fb4fe5b2cd2181a6de5e219481b /print/tex-hyphen-czech/Makefile
parentc1c9e076f402db771d5482e18fe1c2477d32379d (diff)
downloadpkgsrc-5ccaf4ad111f75411cdb8ee32e0933c1971cbe8a.tar.gz
Update tex-hyphen-czech to 2010.
- Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-czech/Makefile')
-rw-r--r--print/tex-hyphen-czech/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-czech/Makefile b/print/tex-hyphen-czech/Makefile
index a592da4e00e..9080ab4408c 100644
--- a/print/tex-hyphen-czech/Makefile
+++ b/print/tex-hyphen-czech/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:34 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/08 16:20:26 minskim Exp $
DISTNAME= hyphen-czech
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Czech
@@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= czech loadhyph-cs.tex
TEX_HYPHEN_DEF+= \addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
+TEX_HYPHEN_LUA+= ['czech']={ \
+ \\tloader='loadhyph-cs.tex', \
+ \\tlefthyphenmin=2, \
+ \\trighthyphenmin=3, \
+ \\tsynonyms={}, \
+ \\tpatterns='hyph-cs.pat.txt', \
+ \\thyphenation='hyph-cs.hyp.txt', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"