summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-sanskrit/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-08 16:45:21 +0000
committerminskim <minskim>2010-11-08 16:45:21 +0000
commit1b854a6e0828b3ebace28b334088df9ee9e16cd6 (patch)
tree876e045343bd027968121015a3493098f217aa26 /print/tex-hyphen-sanskrit/Makefile
parentaa56ca101dd87b1783b59f0ef60c216135f6e9c9 (diff)
downloadpkgsrc-1b854a6e0828b3ebace28b334088df9ee9e16cd6.tar.gz
Update tex-hyphen-sanskrit to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-sanskrit/Makefile')
-rw-r--r--print/tex-hyphen-sanskrit/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-sanskrit/Makefile b/print/tex-hyphen-sanskrit/Makefile
index 1e5a38c2907..dbd23e0ee7e 100644
--- a/print/tex-hyphen-sanskrit/Makefile
+++ b/print/tex-hyphen-sanskrit/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:21 minskim Exp $
DISTNAME= hyphen-sanskrit
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Sanskrit
@@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= sanskrit loadhyph-sa.tex
TEX_HYPHEN_DEF+= \addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5}
+TEX_HYPHEN_LUA+= ['sanskrit']={ \
+ \\tloader='loadhyph-sa.tex', \
+ \\tlefthyphenmin=1, \
+ \\trighthyphenmin=5, \
+ \\tsynonyms={}, \
+ \\tpatterns='hyph-sa.pat.txt', \
+ \\thyphenation='', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"