summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-hungarian/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-08 16:59:16 +0000
committerminskim <minskim>2010-11-08 16:59:16 +0000
commit8871dcfe57cb4e8e2e685ef1c70d3b1ce9b01ab6 (patch)
tree08378e17fb2fcb9150e8407a0df5481d1703fd2c /print/tex-hyphen-hungarian/Makefile
parent95deeb7616206b6cda3de739eb9ff9bcafb91f6d (diff)
downloadpkgsrc-8871dcfe57cb4e8e2e685ef1c70d3b1ce9b01ab6.tar.gz
Update tex-hyphen-hungarian{,-doc} to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-hungarian/Makefile')
-rw-r--r--print/tex-hyphen-hungarian/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/print/tex-hyphen-hungarian/Makefile b/print/tex-hyphen-hungarian/Makefile
index 465744ca699..9ca77a177f7 100644
--- a/print/tex-hyphen-hungarian/Makefile
+++ b/print/tex-hyphen-hungarian/Makefile
@@ -1,17 +1,25 @@
-# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:35 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/08 16:59:16 minskim Exp $
DISTNAME= hyphen-hungarian
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
-COMMENT= Hyphenation patterns for Hungarian
+COMMENT= New Hungarian hyphenation patterns
CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= hungarian loadhyph-hu.tex
TEX_HYPHEN_DEF+= \addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
+TEX_HYPHEN_LUA+= ['hungarian']={ \
+ \\tloader='loadhyph-hu.tex', \
+ \\tlefthyphenmin=2, \
+ \\trighthyphenmin=2, \
+ \\tsynonyms={}, \
+ \\tpatterns='hyph-hu.pat.txt', \
+ \\thyphenation='', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"