summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-latin/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-08 16:44:59 +0000
committerminskim <minskim>2010-11-08 16:44:59 +0000
commit74a27b87602a8a348566cd361987cf587e769738 (patch)
treeeb22f1bd99e2b50f35277ab13a95879f917a4186 /print/tex-hyphen-latin/Makefile
parentd624321a613927ab97f4fb360a3b4e265b01c2ef (diff)
downloadpkgsrc-74a27b87602a8a348566cd361987cf587e769738.tar.gz
Update tex-hyphen-latin to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-latin/Makefile')
-rw-r--r--print/tex-hyphen-latin/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-latin/Makefile b/print/tex-hyphen-latin/Makefile
index cfd97e4871d..8fa93b2dd5c 100644
--- a/print/tex-hyphen-latin/Makefile
+++ b/print/tex-hyphen-latin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:35 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:59 minskim Exp $
DISTNAME= hyphen-latin
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-3.1
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for the Latin language
@@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= latin loadhyph-la.tex
TEX_HYPHEN_DEF+= \addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
+TEX_HYPHEN_LUA+= ['latin']={ \
+ \\tloader='loadhyph-la.tex', \
+ \\tlefthyphenmin=2, \
+ \\trighthyphenmin=2, \
+ \\tsynonyms={}, \
+ \\tpatterns='hyph-la.pat.txt', \
+ \\thyphenation='', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"