diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-08 16:44:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-08 16:44:39 +0000 |
commit | d50d313b2830a5e3c68609cee6e4cabad63a99b4 (patch) | |
tree | 8e0f4635d661d0412db1509860c68ebcd4fa8ecf /print/tex-hyphen-galician/Makefile | |
parent | 52762228e4163cd8abb6d7729fd97672a51cd6a4 (diff) | |
download | pkgsrc-d50d313b2830a5e3c68609cee6e4cabad63a99b4.tar.gz |
Update tex-hyphen-galician to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-galician/Makefile')
-rw-r--r-- | print/tex-hyphen-galician/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-galician/Makefile b/print/tex-hyphen-galician/Makefile index e1ace6228a3..700aeb898e8 100644 --- a/print/tex-hyphen-galician/Makefile +++ b/print/tex-hyphen-galician/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:39 minskim Exp $ DISTNAME= hyphen-galician -PKGNAME= tex-${DISTNAME}-2009 -TEXLIVE_REV= 13822 +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 20144 MAINTAINER= minskim@NetBSD.org COMMENT= Hyphenation patterns for Galician @@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 TEX_HYPHEN_DAT+= galician loadhyph-gl.tex TEX_HYPHEN_DEF+= \addlanguage{galician}{loadhyph-gl.tex}{}{2}{2} +TEX_HYPHEN_LUA+= ['galician']={ \ + \\tloader='loadhyph-gl.tex', \ + \\tlefthyphenmin=2, \ + \\trighthyphenmin=2, \ + \\tsynonyms={}, \ + \\tpatterns='hyph-gl.pat.txt', \ + \\thyphenation='', \ + }, .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |