diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-08 16:45:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-08 16:45:24 +0000 |
commit | 2cfda5ec96a5894481bb25610a75e67e647ad1fa (patch) | |
tree | 75d40e236d8d38b2df0112b292f08ce80b84d8b5 /print/tex-hyphen-serbian/Makefile | |
parent | 79e0ca6c3a951969f283e291ce291b643dff6a96 (diff) | |
download | pkgsrc-2cfda5ec96a5894481bb25610a75e67e647ad1fa.tar.gz |
Update tex-hyphen-serbian to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-serbian/Makefile')
-rw-r--r-- | print/tex-hyphen-serbian/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-serbian/Makefile b/print/tex-hyphen-serbian/Makefile index fbbc4aef75a..79f8b6f8f33 100644 --- a/print/tex-hyphen-serbian/Makefile +++ b/print/tex-hyphen-serbian/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:36 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:24 minskim Exp $ DISTNAME= hyphen-serbian -PKGNAME= tex-${DISTNAME}-2009 -TEXLIVE_REV= 13822 +PKGNAME= tex-${DISTNAME}-1.0a +TEXLIVE_REV= 20144 MAINTAINER= minskim@NetBSD.org COMMENT= Hyphenation patterns for Serbian Cyrillic @@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 TEX_HYPHEN_DAT+= serbian loadhyph-sr-latn.tex TEX_HYPHEN_DEF+= \addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2} +TEX_HYPHEN_LUA+= ['serbian']={ \ + \\tloader='loadhyph-sr-latn.tex', \ + \\tlefthyphenmin=2, \ + \\trighthyphenmin=2, \ + \\tsynonyms={}, \ + \\tpatterns='hyph-sr-latn.pat.txt', \ + \\thyphenation='hyph-sr-latn.hyp.txt', \ + }, .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |