summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-french/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-11-08 16:44:35 +0000
committerminskim <minskim@pkgsrc.org>2010-11-08 16:44:35 +0000
commit52762228e4163cd8abb6d7729fd97672a51cd6a4 (patch)
treeb234aad751ea0e55c14f53a68c54b7f33496fc56 /print/tex-hyphen-french/Makefile
parent586e81ecdd6935681301a3d5f99480486ce323cb (diff)
downloadpkgsrc-52762228e4163cd8abb6d7729fd97672a51cd6a4.tar.gz
Update tex-hyphen-french to 2010. Support LuaTeX.
Diffstat (limited to 'print/tex-hyphen-french/Makefile')
-rw-r--r--print/tex-hyphen-french/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/tex-hyphen-french/Makefile b/print/tex-hyphen-french/Makefile
index 8476aeb1d20..6169e52c149 100644
--- a/print/tex-hyphen-french/Makefile
+++ b/print/tex-hyphen-french/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:35 minskim Exp $
DISTNAME= hyphen-french
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 13822
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for French
@@ -16,6 +16,14 @@ TEX_HYPHEN_DAT+= = francais
TEX_HYPHEN_DEF+= \addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
+TEX_HYPHEN_LUA+= ['french']={ \
+ \\tloader='loadhyph-fr.tex', \
+ \\tlefthyphenmin=2, \
+ \\trighthyphenmin=3, \
+ \\tsynonyms={'patois','francais',}, \
+ \\tpatterns='hyph-fr.pat.txt', \
+ \\thyphenation='', \
+ },
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"