Update tex-hyphen-ancientgreek to 2010.
- Support LuaTeX.
This commit is contained in:
parent
d43cef7183
commit
33a0d7f361
2 changed files with 22 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/05/20 18:12:54 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/11/08 00:28:46 minskim Exp $
|
||||
|
||||
DISTNAME= hyphen-ancientgreek
|
||||
PKGNAME= tex-${DISTNAME}-2009
|
||||
TEXLIVE_REV= 13822
|
||||
PKGNAME= tex-${DISTNAME}-2010
|
||||
TEXLIVE_REV= 20144
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Hyphenation patterns for ancient Greek
|
||||
|
@ -14,6 +14,21 @@ TEX_HYPHEN_DAT+= ancientgreek loadhyph-grc.tex
|
|||
TEX_HYPHEN_DAT+= ibycus ibyhyph.tex
|
||||
TEX_HYPHEN_DEF+= \addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
|
||||
TEX_HYPHEN_DEF+= \addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
|
||||
TEX_HYPHEN_LUA+= ['ancientgreek']={ \
|
||||
\\tloader='loadhyph-grc.tex', \
|
||||
\\tlefthyphenmin=1, \
|
||||
\\trighthyphenmin=1, \
|
||||
\\tsynonyms={}, \
|
||||
\\tpatterns='hyph-grc.pat.txt', \
|
||||
\\thyphenation='', \
|
||||
},
|
||||
TEX_HYPHEN_LUA+= ['ibycus']={ \
|
||||
\\tloader='ibyhyph.tex', \
|
||||
\\tlefthyphenmin=2, \
|
||||
\\trighthyphenmin=2, \
|
||||
\\tsynonyms={}, \
|
||||
\\tspecial='disabled:8-bit+only', \
|
||||
},
|
||||
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/05/20 18:12:54 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/11/08 00:28:46 minskim Exp $
|
||||
|
||||
SHA1 (tex-hyphen-ancientgreek-13822/hyphen-ancientgreek.tar.xz) = 379a52d8283a796a044d1ed5168bff951ca11713
|
||||
RMD160 (tex-hyphen-ancientgreek-13822/hyphen-ancientgreek.tar.xz) = ab9b37bac5586fa68562d9234e33ae4f8d623da7
|
||||
Size (tex-hyphen-ancientgreek-13822/hyphen-ancientgreek.tar.xz) = 17124 bytes
|
||||
SHA1 (tex-hyphen-ancientgreek-20144/hyphen-ancientgreek.tar.xz) = 34a3bc558f33253d21f2352d6f46b5717bbd972f
|
||||
RMD160 (tex-hyphen-ancientgreek-20144/hyphen-ancientgreek.tar.xz) = 0d0ca988896ad1eea38ce57a57f14945b25bc71f
|
||||
Size (tex-hyphen-ancientgreek-20144/hyphen-ancientgreek.tar.xz) = 17192 bytes
|
||||
|
|
Loading…
Reference in a new issue