pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/tex-hyphen-chinese
Module Name: pkgsrc
Committed By: markd
Date: Mon Aug 5 09:14:07 UTC 2019
Modified Files:
pkgsrc/print/tex-hyphen-chinese: Makefile
Log Message:
tex-hyphen-chinese: enable hyphenation
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-hyphen-chinese/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-hyphen-chinese/Makefile
diff -u pkgsrc/print/tex-hyphen-chinese/Makefile:1.11 pkgsrc/print/tex-hyphen-chinese/Makefile:1.12
--- pkgsrc/print/tex-hyphen-chinese/Makefile:1.11 Sun Aug 4 12:04:46 2019
+++ pkgsrc/print/tex-hyphen-chinese/Makefile Mon Aug 5 09:14:07 2019
@@ -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 @@ LICENSE= lppl-1.3c
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