pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Adding more tex hyphenation packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73d9e69cc02a
branches:  trunk
changeset: 651854:73d9e69cc02a
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat May 16 02:51:22 2015 +0000

description:
Adding more tex hyphenation packages.

diffstat:

 print/tex-hyphen-afrikaans/DESCR      |    4 +
 print/tex-hyphen-afrikaans/Makefile   |   25 ++++++
 print/tex-hyphen-afrikaans/PLIST      |    1 +
 print/tex-hyphen-afrikaans/distinfo   |    5 +
 print/tex-hyphen-armenian/DESCR       |    1 +
 print/tex-hyphen-armenian/Makefile    |   25 ++++++
 print/tex-hyphen-armenian/PLIST       |    1 +
 print/tex-hyphen-armenian/distinfo    |    5 +
 print/tex-hyphen-ethiopic/DESCR       |    5 +
 print/tex-hyphen-ethiopic/Makefile    |   29 +++++++
 print/tex-hyphen-ethiopic/PLIST       |    1 +
 print/tex-hyphen-ethiopic/distinfo    |    5 +
 print/tex-hyphen-friulan/DESCR        |    4 +
 print/tex-hyphen-friulan/Makefile     |   25 ++++++
 print/tex-hyphen-friulan/PLIST        |    1 +
 print/tex-hyphen-friulan/distinfo     |    5 +
 print/tex-hyphen-georgian/DESCR       |    2 +
 print/tex-hyphen-georgian/Makefile    |   25 ++++++
 print/tex-hyphen-georgian/PLIST       |    1 +
 print/tex-hyphen-georgian/distinfo    |    5 +
 print/tex-hyphen-indic/DESCR          |    3 +
 print/tex-hyphen-indic/Makefile       |  125 ++++++++++++++++++++++++++++++++++
 print/tex-hyphen-indic/PLIST          |    1 +
 print/tex-hyphen-indic/distinfo       |    5 +
 print/tex-hyphen-kurmanji/DESCR       |    3 +
 print/tex-hyphen-kurmanji/Makefile    |   25 ++++++
 print/tex-hyphen-kurmanji/PLIST       |    1 +
 print/tex-hyphen-kurmanji/distinfo    |    5 +
 print/tex-hyphen-latvian/DESCR        |    1 +
 print/tex-hyphen-latvian/Makefile     |   25 ++++++
 print/tex-hyphen-latvian/PLIST        |    1 +
 print/tex-hyphen-latvian/distinfo     |    5 +
 print/tex-hyphen-piedmontese/DESCR    |    3 +
 print/tex-hyphen-piedmontese/Makefile |   25 ++++++
 print/tex-hyphen-piedmontese/PLIST    |    1 +
 print/tex-hyphen-piedmontese/distinfo |    5 +
 print/tex-hyphen-romansh/DESCR        |    3 +
 print/tex-hyphen-romansh/Makefile     |   25 ++++++
 print/tex-hyphen-romansh/PLIST        |    1 +
 print/tex-hyphen-romansh/distinfo     |    5 +
 print/tex-hyphen-thai/DESCR           |    1 +
 print/tex-hyphen-thai/Makefile        |   25 ++++++
 print/tex-hyphen-thai/PLIST           |    1 +
 print/tex-hyphen-thai/distinfo        |    5 +
 print/tex-hyphen-turkmen/DESCR        |    1 +
 print/tex-hyphen-turkmen/Makefile     |   25 ++++++
 print/tex-hyphen-turkmen/PLIST        |    1 +
 print/tex-hyphen-turkmen/distinfo     |    5 +
 48 files changed, 507 insertions(+), 0 deletions(-)

diffs (truncated from 699 to 300 lines):

diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-afrikaans/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-afrikaans/DESCR  Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,4 @@
+Hyphenation patterns for Afrikaans in T1/EC and UTF-8
+encodings. OpenOffice includes older patterns created by a
+different author, but the patterns packaged with TeX are
+considered superior in quality.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-afrikaans/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-afrikaans/Makefile       Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+DISTNAME=      hyphen-afrikaans
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   25990
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Afrikaans hyphenation patterns
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       afrikaans loadhyph-af.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}
+TEX_HYPHEN_LUA+=       ['afrikaans']={ \
+                         loader='loadhyph-af.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-af.pat.txt', \
+                         hyphenation='hyph-af.hyp.txt', \
+                       },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-afrikaans/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-afrikaans/PLIST  Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 02:51:23 markd Exp $
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-afrikaans/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-afrikaans/distinfo       Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+SHA1 (tex-hyphen-afrikaans-25990/hyphen-afrikaans.tar.xz) = e76fe19a45cbbba43b2946561da9f90ecfcf53b4
+RMD160 (tex-hyphen-afrikaans-25990/hyphen-afrikaans.tar.xz) = 3b96fbb2037a54237535a59e3fffb5529afd9975
+Size (tex-hyphen-afrikaans-25990/hyphen-afrikaans.tar.xz) = 504 bytes
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-armenian/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-armenian/DESCR   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+Hyphenation patterns for Armenian for Unicode engines.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-armenian/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-armenian/Makefile        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:22 markd Exp $
+
+DISTNAME=      hyphen-armenian
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   23085
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Armenian hyphenation patterns
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       armenian loadhyph-hy.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}
+TEX_HYPHEN_LUA+=       ['armenian']={ \
+                         loader='loadhyph-hy.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-hy.pat.txt', \
+                         hyphenation='', \
+                       },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-armenian/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-armenian/PLIST   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 02:51:22 markd Exp $
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-armenian/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-armenian/distinfo        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/16 02:51:22 markd Exp $
+
+SHA1 (tex-hyphen-armenian-23085/hyphen-armenian.tar.xz) = 3fce8b3c0e3b83e4e97ff093b354783a858a2f4a
+RMD160 (tex-hyphen-armenian-23085/hyphen-armenian.tar.xz) = e2a6d7011d6900d0e0f6d84dba0448f371760c21
+Size (tex-hyphen-armenian-23085/hyphen-armenian.tar.xz) = 396 bytes
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-ethiopic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-ethiopic/DESCR   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+Hyphenation patterns for languages written using the Ethiopic
+script for Unicode engines. They are not supposed to be
+linguistically relevant in all cases and should, for proper
+typography, be replaced by files tailored to individual
+languages.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-ethiopic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-ethiopic/Makefile        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:22 markd Exp $
+
+DISTNAME=      hyphen-ethiopic
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   23085
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Hyphenation patterns for Ethiopic scripts
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       ethiopic loadhyph-mul-ethi.tex
+TEX_HYPHEN_DAT+=       = amharic
+TEX_HYPHEN_DAT+=       = geez
+TEX_HYPHEN_DEF+=       \\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}
+TEX_HYPHEN_DEF+=       \\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}
+TEX_HYPHEN_DEF+=       \\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}
+TEX_HYPHEN_LUA+=       ['ethiopic']={ \
+                         loader='loadhyph-mul-ethi.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=1, \
+                         synonyms={'amharic','geez',}, \
+                         patterns='hyph-mul-ethi.pat.txt', \
+                         hyphenation='', \
+                       },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-ethiopic/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-ethiopic/PLIST   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 02:51:22 markd Exp $
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-ethiopic/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-ethiopic/distinfo        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/16 02:51:22 markd Exp $
+
+SHA1 (tex-hyphen-ethiopic-23085/hyphen-ethiopic.tar.xz) = 940dceedd70a832f233d5f4db3e7ed59ab076045
+RMD160 (tex-hyphen-ethiopic-23085/hyphen-ethiopic.tar.xz) = aaf7d8f2746ba00791df6e7161d25bafaee8d876
+Size (tex-hyphen-ethiopic-23085/hyphen-ethiopic.tar.xz) = 548 bytes
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-friulan/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-friulan/DESCR    Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,4 @@
+Hyphenation patterns for Friulan in ASCII encoding. They are
+supposed to comply with the common spelling of the Friulan
+(Furlan) language as fixed by the Regional Law N.15/96 dated
+November 6, 1996 and its following amendments.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-friulan/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-friulan/Makefile Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+DISTNAME=      hyphen-friulan
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   26595
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Friulan hyphenation patterns
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       friulan loadhyph-fur.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}
+TEX_HYPHEN_LUA+=       ['friulan']={ \
+                         loader='loadhyph-fur.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-fur.pat.txt', \
+                         hyphenation='', \
+                       },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-friulan/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-friulan/PLIST    Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 02:51:23 markd Exp $
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-friulan/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-friulan/distinfo Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+SHA1 (tex-hyphen-friulan-26595/hyphen-friulan.tar.xz) = 7b098f4bc0e73db2a4400800aa552b0f43e0e4ec
+RMD160 (tex-hyphen-friulan-26595/hyphen-friulan.tar.xz) = d52a32a41af830d994149310dd48a0f5be1bf757
+Size (tex-hyphen-friulan-26595/hyphen-friulan.tar.xz) = 524 bytes
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-georgian/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-georgian/DESCR   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,2 @@
+Hyphenation patterns for Georgian in T8M, T8K and UTF-8
+encodings.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-georgian/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-georgian/Makefile        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+DISTNAME=      hyphen-georgian
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   30326
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Georgian hyphenation patterns
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       georgian loadhyph-ka.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{georgian}{loadhyph-ka.tex}{}{2}{3}
+TEX_HYPHEN_LUA+=       ['georgian']={ \
+                         loader='loadhyph-ka.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=3, \
+                         synonyms={}, \
+                         patterns='hyph-ka.pat.txt', \
+                         hyphenation='', \
+                       },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-georgian/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-georgian/PLIST   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 02:51:23 markd Exp $
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-georgian/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-georgian/distinfo        Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+SHA1 (tex-hyphen-georgian-30326/hyphen-georgian.tar.xz) = 491b65005ad4b6cc5644c49d65be255fb8a42b11
+RMD160 (tex-hyphen-georgian-30326/hyphen-georgian.tar.xz) = 4f473d66471a1047b6183709acb34f76bdeeec8e
+Size (tex-hyphen-georgian-30326/hyphen-georgian.tar.xz) = 412 bytes
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-indic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-indic/DESCR      Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,3 @@
+Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi,
+Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu
+for Unicode engines.
diff -r 7fc67bf99dba -r 73d9e69cc02a print/tex-hyphen-indic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hyphen-indic/Makefile   Sat May 16 02:51:22 2015 +0000
@@ -0,0 +1,125 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+DISTNAME=      hyphen-indic
+PKGNAME=       tex-${DISTNAME}-2014
+TEXLIVE_REV=   25990
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Indic hyphenation patterns
+
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+=       assamese loadhyph-as.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}
+TEX_HYPHEN_LUA+=       ['assamese']={ \
+                         loader='loadhyph-as.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=1, \
+                         synonyms={}, \
+                         patterns='hyph-as.pat.txt', \
+                         hyphenation='', \
+                       },
+TEX_HYPHEN_DAT+=       bengali loadhyph-bn.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}
+TEX_HYPHEN_LUA+=       ['bengali']={ \
+                         loader='loadhyph-bn.tex', \
+                         lefthyphenmin=1, \
+                         righthyphenmin=1, \
+                         synonyms={}, \
+                         patterns='hyph-bn.pat.txt', \
+                         hyphenation='', \
+                       },
+TEX_HYPHEN_DAT+=       gujarati loadhyph-gu.tex
+TEX_HYPHEN_DEF+=       \\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}



Home | Main Index | Thread Index | Old Index