pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-hyphen-indic tex-hyphen-indic: update to 2018



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edb20a81d14b
branches:  trunk
changeset: 318553:edb20a81d14b
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jan 26 22:04:10 2019 +0000

description:
tex-hyphen-indic: update to 2018

cosmetic changes
add pali

diffstat:

 print/tex-hyphen-indic/Makefile |  16 +++++++++++++---
 print/tex-hyphen-indic/PLIST    |   8 +++++++-
 print/tex-hyphen-indic/distinfo |  10 +++++-----
 3 files changed, 25 insertions(+), 9 deletions(-)

diffs (83 lines):

diff -r 739122d0eb15 -r edb20a81d14b print/tex-hyphen-indic/Makefile
--- a/print/tex-hyphen-indic/Makefile   Sat Jan 26 21:55:46 2019 +0000
+++ b/print/tex-hyphen-indic/Makefile   Sat Jan 26 22:04:10 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/06/16 04:06:07 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/26 22:04:10 markd Exp $
 
 DISTNAME=      hyphen-indic
-PKGNAME=       tex-${DISTNAME}-2016
-TEXLIVE_REV=   40340
+PKGNAME=       tex-${DISTNAME}-2018
+TEXLIVE_REV=   49078
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Indic hyphenation patterns
@@ -101,6 +101,16 @@
                          patterns='hyph-pa.pat.txt', \
                          hyphenation='', \
                        },
+TEX_HYPHEN_DAT+=       pali loadhyph-pi.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{pali}{loadhyph-pi.tex}{}{1}{1}
+TEX_HYPHEN_LUA+=       ['pali']={ \
+                         loader='loadhyph-pi.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=1, \
+                         synonyms={}, \
+                         patterns='hyph-pi.pat.txt', \
+                         hyphenation='', \
+                       },
 TEX_HYPHEN_DAT+=       tamil loadhyph-ta.tex
 TEX_HYPHEN_DEF+=       \\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}
 TEX_HYPHEN_LUA+=       ['tamil']={ \
diff -r 739122d0eb15 -r edb20a81d14b print/tex-hyphen-indic/PLIST
--- a/print/tex-hyphen-indic/PLIST      Sat Jan 26 21:55:46 2019 +0000
+++ b/print/tex-hyphen-indic/PLIST      Sat Jan 26 22:04:10 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/16 04:06:07 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/01/26 22:04:10 markd Exp $
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex
@@ -8,6 +8,7 @@
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex
+share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pi.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex
 share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex
@@ -19,6 +20,7 @@
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex
+share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pi.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.chr.txt
@@ -57,6 +59,10 @@
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.hyp.txt
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt
+share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pi.chr.txt
+share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pi.hyp.txt
+share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pi.lic.txt
+share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pi.pat.txt
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.chr.txt
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.hyp.txt
 share/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt
diff -r 739122d0eb15 -r edb20a81d14b print/tex-hyphen-indic/distinfo
--- a/print/tex-hyphen-indic/distinfo   Sat Jan 26 21:55:46 2019 +0000
+++ b/print/tex-hyphen-indic/distinfo   Sat Jan 26 22:04:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/06/16 04:06:07 markd Exp $
+$NetBSD: distinfo,v 1.4 2019/01/26 22:04:10 markd Exp $
 
-SHA1 (tex-hyphen-indic-40340/hyphen-indic.tar.xz) = a98accc8e92fc74f25e1370bfa649c2abca25369
-RMD160 (tex-hyphen-indic-40340/hyphen-indic.tar.xz) = 7bcc9f01f157e80bec7a763983a84356e1d25b8e
-SHA512 (tex-hyphen-indic-40340/hyphen-indic.tar.xz) = 1e0bc23c054ac23c20a3c80fa16d09e3a0daa56e7d8b776075b1625e11fba1ca38661e2f346e23befaed911071b17b2a5d8a1073b950bad4c9b0829d0533277d
-Size (tex-hyphen-indic-40340/hyphen-indic.tar.xz) = 5388 bytes
+SHA1 (tex-hyphen-indic-49078/hyphen-indic.tar.xz) = 7a546b069eaea198194e5f69d155e8cc03dff7d3
+RMD160 (tex-hyphen-indic-49078/hyphen-indic.tar.xz) = f6908a16a8c20ec147e26d69b9328cd2ba471e65
+SHA512 (tex-hyphen-indic-49078/hyphen-indic.tar.xz) = c5c0f8931de32bd4d9be80647b0465d4ef4f86c05f594989286e584e4dd21bd13a238901defbc0288cf8af396459ae004fd25bc5c97a93f5eddfb32da1a44435
+Size (tex-hyphen-indic-49078/hyphen-indic.tar.xz) = 6468 bytes



Home | Main Index | Thread Index | Old Index