pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-hyphen-chinese tex-hyphen-chinese: enable hy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54111e8a7573
branches:  trunk
changeset: 399231:54111e8a7573
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Aug 05 09:14:07 2019 +0000

description:
tex-hyphen-chinese: enable hyphenation

diffstat:

 print/tex-hyphen-chinese/Makefile |  23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r f146fcfcb3af -r 54111e8a7573 print/tex-hyphen-chinese/Makefile
--- a/print/tex-hyphen-chinese/Makefile Mon Aug 05 07:59:45 2019 +0000
+++ b/print/tex-hyphen-chinese/Makefile Mon Aug 05 09:14:07 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/08/04 12:04:46 markd Exp $
+# $NetBSD: Makefile,v 1.12 2019/08/05 09:14:07 markd Exp $
 
 DISTNAME=      hyphen-chinese
 PKGNAME=       tex-${DISTNAME}-2019.51186
+PKGREVISION=   1
 TEXLIVE_REV=   51186
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -11,16 +12,16 @@
 DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
 DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
 
-#TEX_HYPHEN_DAT+=      pinyin loadhyph-zh-latn-pinyin.tex
-#TEX_HYPHEN_DEF+=      \\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}
-#TEX_HYPHEN_LUA+=      ['pinyin']={ \
-#                        loader='loadhyph-zh-latn-pinyin.tex', \
-#                        lefthyphenmin=1, \
-#                        righthyphenmin=1, \
-#                        synonyms={}, \
-#                        patterns='hyph-zh-latn-pinyin.pat.txt', \
-#                        hyphenation='', \
-#                      },
+TEX_HYPHEN_DAT+=       pinyin loadhyph-zh-latn-pinyin.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{2}
+TEX_HYPHEN_LUA+=       ['pinyin']={ \
+                         loader='loadhyph-zh-latn-pinyin.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-zh-latn-pinyin.pat.txt', \
+                         hyphenation='', \
+                       },
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index