summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/tex-dehyph-exptl/Makefile28
-rw-r--r--print/tex-hyphen-ancientgreek/Makefile25
-rw-r--r--print/tex-hyphen-arabic/Makefile13
-rw-r--r--print/tex-hyphen-basque/Makefile15
-rw-r--r--print/tex-hyphen-bulgarian/Makefile15
-rw-r--r--print/tex-hyphen-catalan/Makefile15
-rw-r--r--print/tex-hyphen-chinese/Makefile15
-rw-r--r--print/tex-hyphen-coptic/Makefile15
-rw-r--r--print/tex-hyphen-croatian/Makefile15
-rw-r--r--print/tex-hyphen-czech/Makefile15
-rw-r--r--print/tex-hyphen-danish/Makefile15
-rw-r--r--print/tex-hyphen-dutch/Makefile15
-rw-r--r--print/tex-hyphen-esperanto/Makefile15
-rw-r--r--print/tex-hyphen-estonian/Makefile15
-rw-r--r--print/tex-hyphen-farsi/Makefile13
-rw-r--r--print/tex-hyphen-finnish/Makefile15
-rw-r--r--print/tex-hyphen-french/Makefile15
-rw-r--r--print/tex-hyphen-galician/Makefile15
-rw-r--r--print/tex-hyphen-greek/Makefile27
-rw-r--r--print/tex-hyphen-hungarian/Makefile15
-rw-r--r--print/tex-hyphen-icelandic/Makefile15
-rw-r--r--print/tex-hyphen-indonesian/Makefile15
-rw-r--r--print/tex-hyphen-interlingua/Makefile15
-rw-r--r--print/tex-hyphen-irish/Makefile15
-rw-r--r--print/tex-hyphen-italian/Makefile15
-rw-r--r--print/tex-hyphen-latin/Makefile15
-rw-r--r--print/tex-hyphen-lithuanian/Makefile15
-rw-r--r--print/tex-hyphen-mongolian/Makefile25
-rw-r--r--print/tex-hyphen-norwegian/Makefile27
-rw-r--r--print/tex-hyphen-polish/Makefile15
-rw-r--r--print/tex-hyphen-portuguese/Makefile15
-rw-r--r--print/tex-hyphen-romanian/Makefile15
-rw-r--r--print/tex-hyphen-russian/Makefile15
-rw-r--r--print/tex-hyphen-sanskrit/Makefile15
-rw-r--r--print/tex-hyphen-serbian/Makefile15
-rw-r--r--print/tex-hyphen-slovak/Makefile15
-rw-r--r--print/tex-hyphen-slovenian/Makefile15
-rw-r--r--print/tex-hyphen-swedish/Makefile15
-rw-r--r--print/tex-hyphen-turkish/Makefile15
-rw-r--r--print/tex-hyphen-ukrainian/Makefile15
-rw-r--r--print/tex-hyphen-uppersorbian/Makefile15
-rw-r--r--print/tex-hyphen-welsh/Makefile15
-rw-r--r--print/texlive-tetex/files/hyphen-install.tmpl4
43 files changed, 364 insertions, 323 deletions
diff --git a/print/tex-dehyph-exptl/Makefile b/print/tex-dehyph-exptl/Makefile
index c6e01191147..ff073991183 100644
--- a/print/tex-dehyph-exptl/Makefile
+++ b/print/tex-dehyph-exptl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:40:07 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:27 minskim Exp $
DISTNAME= dehyph-exptl
PKGNAME= tex-${DISTNAME}-0.20
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 18640
MAINTAINER= minskim@NetBSD.org
@@ -19,20 +19,20 @@ TEX_HYPHEN_DEF+= \addlanguage{german-x-latest}{dehypht-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['german-x-2009-06-19']={ \
- \\tloader='dehypht-x-2009-06-19.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'german-x-latest',}, \
- \\tpatterns='hyph-de-1901.pat.txt', \
- \\thyphenation='hyph-de-1901.hyp.txt', \
+ loader='dehypht-x-2009-06-19.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'german-x-latest',}, \
+ patterns='hyph-de-1901.pat.txt', \
+ hyphenation='hyph-de-1901.hyp.txt', \
},
TEX_HYPHEN_LUA+= ['ngerman-x-2009-06-19']={ \
- \\tloader='dehyphn-x-2009-06-19.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'ngerman-x-latest',}, \
- \\tpatterns='hyph-de-1996.pat.txt', \
- \\thyphenation='hyph-de-1996.hyp.txt', \
+ loader='dehyphn-x-2009-06-19.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'ngerman-x-latest',}, \
+ patterns='hyph-de-1996.pat.txt', \
+ hyphenation='hyph-de-1996.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-ancientgreek/Makefile b/print/tex-hyphen-ancientgreek/Makefile
index f2520983728..a483063321f 100644
--- a/print/tex-hyphen-ancientgreek/Makefile
+++ b/print/tex-hyphen-ancientgreek/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/08 00:28:46 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:27 minskim Exp $
DISTNAME= hyphen-ancientgreek
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -15,19 +16,19 @@ 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='', \
+ loader='loadhyph-grc.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=1, \
+ synonyms={}, \
+ patterns='hyph-grc.pat.txt', \
+ hyphenation='', \
},
TEX_HYPHEN_LUA+= ['ibycus']={ \
- \\tloader='ibyhyph.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tspecial='disabled:8-bit+only', \
+ loader='ibyhyph.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ special='disabled:8-bit+only', \
},
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
diff --git a/print/tex-hyphen-arabic/Makefile b/print/tex-hyphen-arabic/Makefile
index 7a5c5f4fe5c..a866581b1e7 100644
--- a/print/tex-hyphen-arabic/Makefile
+++ b/print/tex-hyphen-arabic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:31:33 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-arabic
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 18673
MAINTAINER= minskim@NetBSD.org
@@ -13,11 +14,11 @@ DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
TEX_HYPHEN_DAT+= arabic zerohyph.tex
TEX_HYPHEN_DEF+= \addlanguage{arabic}{zerohyph.tex}{}{}{}
TEX_HYPHEN_LUA+= ['arabic']={ \
- \\tloader='zerohyph.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='', \
+ loader='zerohyph.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-basque/Makefile b/print/tex-hyphen-basque/Makefile
index e2e0e31aede..0c7ec815200 100644
--- a/print/tex-hyphen-basque/Makefile
+++ b/print/tex-hyphen-basque/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:34:10 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-basque
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= basque loadhyph-eu.tex
TEX_HYPHEN_DEF+= \addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['basque']={ \
- \\tloader='loadhyph-eu.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-eu.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-eu.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-eu.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-bulgarian/Makefile b/print/tex-hyphen-bulgarian/Makefile
index 76355e1ebbc..ec5d84b3398 100644
--- a/print/tex-hyphen-bulgarian/Makefile
+++ b/print/tex-hyphen-bulgarian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:51:49 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-bulgarian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= bulgarian loadhyph-bg.tex
TEX_HYPHEN_DEF+= \addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['bulgarian']={ \
- \\tloader='loadhyph-bg.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-bg.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-bg.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-bg.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-catalan/Makefile b/print/tex-hyphen-catalan/Makefile
index 117be6826a6..ceec9b18985 100644
--- a/print/tex-hyphen-catalan/Makefile
+++ b/print/tex-hyphen-catalan/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:54:57 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-catalan
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= catalan loadhyph-ca.tex
TEX_HYPHEN_DEF+= \addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['catalan']={ \
- \\tloader='loadhyph-ca.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-ca.pat.txt', \
- \\thyphenation='hyph-ca.hyp.txt', \
+ loader='loadhyph-ca.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-ca.pat.txt', \
+ hyphenation='hyph-ca.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-chinese/Makefile b/print/tex-hyphen-chinese/Makefile
index 3798afd4571..1554d1e6f43 100644
--- a/print/tex-hyphen-chinese/Makefile
+++ b/print/tex-hyphen-chinese/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:03:57 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-chinese
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= pinyin loadhyph-zh-latn.tex
TEX_HYPHEN_DEF+= \addlanguage{pinyin}{loadhyph-zh-latn.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['pinyin']={ \
- \\tloader='loadhyph-zh-latn.tex', \
- \\tlefthyphenmin=1, \
- \\trighthyphenmin=1, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-zh-latn.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-zh-latn.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=1, \
+ synonyms={}, \
+ patterns='hyph-zh-latn.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-coptic/Makefile b/print/tex-hyphen-coptic/Makefile
index 083c4f9c000..76953c31897 100644
--- a/print/tex-hyphen-coptic/Makefile
+++ b/print/tex-hyphen-coptic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/08 17:00:52 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:29 minskim Exp $
DISTNAME= hyphen-coptic
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= coptic loadhyph-cop.tex
TEX_HYPHEN_DEF+= \addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['coptic']={ \
- \\tloader='loadhyph-cop.tex', \
- \\tlefthyphenmin=1, \
- \\trighthyphenmin=1, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-cop.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-cop.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=1, \
+ synonyms={}, \
+ patterns='hyph-cop.pat.txt', \
+ hyphenation='', \
},
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
diff --git a/print/tex-hyphen-croatian/Makefile b/print/tex-hyphen-croatian/Makefile
index 6150c08c715..92df25b613d 100644
--- a/print/tex-hyphen-croatian/Makefile
+++ b/print/tex-hyphen-croatian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:16:30 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
DISTNAME= hyphen-croatian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= croatian loadhyph-hr.tex
TEX_HYPHEN_DEF+= \addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['croatian']={ \
- \\tloader='loadhyph-hr.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-hr.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-hr.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-hr.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-czech/Makefile b/print/tex-hyphen-czech/Makefile
index 9080ab4408c..316a4a29bf7 100644
--- a/print/tex-hyphen-czech/Makefile
+++ b/print/tex-hyphen-czech/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:20:26 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
DISTNAME= hyphen-czech
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= czech loadhyph-cs.tex
TEX_HYPHEN_DEF+= \addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['czech']={ \
- \\tloader='loadhyph-cs.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-cs.pat.txt', \
- \\thyphenation='hyph-cs.hyp.txt', \
+ loader='loadhyph-cs.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-cs.pat.txt', \
+ hyphenation='hyph-cs.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-danish/Makefile b/print/tex-hyphen-danish/Makefile
index e71e28242c5..7f48ad659ab 100644
--- a/print/tex-hyphen-danish/Makefile
+++ b/print/tex-hyphen-danish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:22:39 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
DISTNAME= hyphen-danish
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= danish loadhyph-da.tex
TEX_HYPHEN_DEF+= \addlanguage{danish}{loadhyph-da.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['danish']={ \
- \\tloader='loadhyph-da.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-da.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-da.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-da.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-dutch/Makefile b/print/tex-hyphen-dutch/Makefile
index b0ddcec3fba..e8b556e63bc 100644
--- a/print/tex-hyphen-dutch/Makefile
+++ b/print/tex-hyphen-dutch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:24:58 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-dutch
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= dutch loadhyph-nl.tex
TEX_HYPHEN_DEF+= \addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['dutch']={ \
- \\tloader='loadhyph-nl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-nl.pat.txt', \
- \\thyphenation='hyph-nl.hyp.txt', \
+ loader='loadhyph-nl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-nl.pat.txt', \
+ hyphenation='hyph-nl.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-esperanto/Makefile b/print/tex-hyphen-esperanto/Makefile
index a822b488a78..6166e4921a0 100644
--- a/print/tex-hyphen-esperanto/Makefile
+++ b/print/tex-hyphen-esperanto/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:26:24 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-esperanto
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= esperanto loadhyph-eo.tex
TEX_HYPHEN_DEF+= \addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['esperanto']={ \
- \\tloader='loadhyph-eo.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-eo.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-eo.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-eo.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-estonian/Makefile b/print/tex-hyphen-estonian/Makefile
index 512e0fe015f..aefc437fa98 100644
--- a/print/tex-hyphen-estonian/Makefile
+++ b/print/tex-hyphen-estonian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:29 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-estonian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= estonian loadhyph-et.tex
TEX_HYPHEN_DEF+= \addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['estonian']={ \
- \\tloader='loadhyph-et.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-et.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-et.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-et.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-farsi/Makefile b/print/tex-hyphen-farsi/Makefile
index e35b6987d82..edb9f59628c 100644
--- a/print/tex-hyphen-farsi/Makefile
+++ b/print/tex-hyphen-farsi/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:36:37 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-farsi
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 18673
MAINTAINER= minskim@NetBSD.org
@@ -15,11 +16,11 @@ TEX_HYPHEN_DAT+= = persian
TEX_HYPHEN_DEF+= \addlanguage{farsi}{zerohyph.tex}{}{}{}
TEX_HYPHEN_DEF+= \addlanguage{persian}{zerohyph.tex}{}{}{}
TEX_HYPHEN_LUA+= ['farsi']={ \
- \\tloader='zerohyph.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={'persian',}, \
- \\tpatterns='', \
+ loader='zerohyph.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={'persian',}, \
+ patterns='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-finnish/Makefile b/print/tex-hyphen-finnish/Makefile
index a268bc30176..44a1ed98daa 100644
--- a/print/tex-hyphen-finnish/Makefile
+++ b/print/tex-hyphen-finnish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:32 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-finnish
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= finnish loadhyph-fi.tex
TEX_HYPHEN_DEF+= \addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['finnish']={ \
- \\tloader='loadhyph-fi.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-fi.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-fi.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-fi.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-french/Makefile b/print/tex-hyphen-french/Makefile
index 6169e52c149..ea528f93a48 100644
--- a/print/tex-hyphen-french/Makefile
+++ b/print/tex-hyphen-french/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:35 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
DISTNAME= hyphen-french
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -17,12 +18,12 @@ TEX_HYPHEN_DEF+= \addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['french']={ \
- \\tloader='loadhyph-fr.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={'patois','francais',}, \
- \\tpatterns='hyph-fr.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-fr.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={'patois','francais',}, \
+ patterns='hyph-fr.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-galician/Makefile b/print/tex-hyphen-galician/Makefile
index 700aeb898e8..c1ab15957e5 100644
--- a/print/tex-hyphen-galician/Makefile
+++ b/print/tex-hyphen-galician/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:39 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
DISTNAME= hyphen-galician
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= galician loadhyph-gl.tex
TEX_HYPHEN_DEF+= \addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['galician']={ \
- \\tloader='loadhyph-gl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-gl.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-gl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-gl.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-greek/Makefile b/print/tex-hyphen-greek/Makefile
index 858d58924fb..9297a76c3a9 100644
--- a/print/tex-hyphen-greek/Makefile
+++ b/print/tex-hyphen-greek/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/08 16:56:08 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:31 minskim Exp $
DISTNAME= hyphen-greek
PKGNAME= tex-${DISTNAME}-5
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -17,20 +18,20 @@ TEX_HYPHEN_DEF+= \addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
TEX_HYPHEN_DEF+= \addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
TEX_HYPHEN_DEF+= \addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['monogreek']={ \
- \\tloader='loadhyph-el-monoton.tex', \
- \\tlefthyphenmin=1, \
- \\trighthyphenmin=1, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-el-monoton.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-el-monoton.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=1, \
+ synonyms={}, \
+ patterns='hyph-el-monoton.pat.txt', \
+ hyphenation='', \
},
TEX_HYPHEN_LUA+= ['greek']={ \
- \\tloader='loadhyph-el-polyton.tex', \
- \\tlefthyphenmin=1, \
- \\trighthyphenmin=1, \
- \\tsynonyms={'polygreek',}, \
- \\tpatterns='hyph-el-polyton.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-el-polyton.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=1, \
+ synonyms={'polygreek',}, \
+ patterns='hyph-el-polyton.pat.txt', \
+ hyphenation='', \
},
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
diff --git a/print/tex-hyphen-hungarian/Makefile b/print/tex-hyphen-hungarian/Makefile
index 9ca77a177f7..d1e2e689a63 100644
--- a/print/tex-hyphen-hungarian/Makefile
+++ b/print/tex-hyphen-hungarian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:59:16 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
DISTNAME= hyphen-hungarian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= hungarian loadhyph-hu.tex
TEX_HYPHEN_DEF+= \addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['hungarian']={ \
- \\tloader='loadhyph-hu.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-hu.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-hu.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-hu.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-icelandic/Makefile b/print/tex-hyphen-icelandic/Makefile
index 038f2e8f97c..78edef4f1e4 100644
--- a/print/tex-hyphen-icelandic/Makefile
+++ b/print/tex-hyphen-icelandic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:42 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
DISTNAME= hyphen-icelandic
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= icelandic loadhyph-is.tex
TEX_HYPHEN_DEF+= \addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['icelandic']={ \
- \\tloader='loadhyph-is.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-is.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-is.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-is.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-indonesian/Makefile b/print/tex-hyphen-indonesian/Makefile
index 254cddf61ce..bada9ccca8b 100644
--- a/print/tex-hyphen-indonesian/Makefile
+++ b/print/tex-hyphen-indonesian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:45 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
DISTNAME= hyphen-indonesian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= indonesian loadhyph-id.tex
TEX_HYPHEN_DEF+= \addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['indonesian']={ \
- \\tloader='loadhyph-id.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-id.pat.txt', \
- \\thyphenation='hyph-id.hyp.txt', \
+ loader='loadhyph-id.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-id.pat.txt', \
+ hyphenation='hyph-id.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-interlingua/Makefile b/print/tex-hyphen-interlingua/Makefile
index 85372af7f3d..7838b385bdf 100644
--- a/print/tex-hyphen-interlingua/Makefile
+++ b/print/tex-hyphen-interlingua/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:49 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
DISTNAME= hyphen-interlingua
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= interlingua loadhyph-ia.tex
TEX_HYPHEN_DEF+= \addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['interlingua']={ \
- \\tloader='loadhyph-ia.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-ia.pat.txt', \
- \\thyphenation='hyph-ia.hyp.txt', \
+ loader='loadhyph-ia.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-ia.pat.txt', \
+ hyphenation='hyph-ia.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-irish/Makefile b/print/tex-hyphen-irish/Makefile
index 1a563ab4a7e..5c74c5685e6 100644
--- a/print/tex-hyphen-irish/Makefile
+++ b/print/tex-hyphen-irish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:52 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
DISTNAME= hyphen-irish
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= irish loadhyph-ga.tex
TEX_HYPHEN_DEF+= \addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['irish']={ \
- \\tloader='loadhyph-ga.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-ga.pat.txt', \
- \\thyphenation='hyph-ga.hyp.txt', \
+ loader='loadhyph-ga.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-ga.pat.txt', \
+ hyphenation='hyph-ga.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-italian/Makefile b/print/tex-hyphen-italian/Makefile
index 99b5aee8cbe..058e7182cf3 100644
--- a/print/tex-hyphen-italian/Makefile
+++ b/print/tex-hyphen-italian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:55 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
DISTNAME= hyphen-italian
PKGNAME= tex-${DISTNAME}-4.8g
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= italian loadhyph-it.tex
TEX_HYPHEN_DEF+= \addlanguage{italian}{loadhyph-it.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['italian']={ \
- \\tloader='loadhyph-it.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-it.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-it.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-it.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-latin/Makefile b/print/tex-hyphen-latin/Makefile
index 8fa93b2dd5c..2d284a823ef 100644
--- a/print/tex-hyphen-latin/Makefile
+++ b/print/tex-hyphen-latin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:59 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
DISTNAME= hyphen-latin
PKGNAME= tex-${DISTNAME}-3.1
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= latin loadhyph-la.tex
TEX_HYPHEN_DEF+= \addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['latin']={ \
- \\tloader='loadhyph-la.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-la.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-la.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-la.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-lithuanian/Makefile b/print/tex-hyphen-lithuanian/Makefile
index 8e24e024d79..9ffc0f10084 100644
--- a/print/tex-hyphen-lithuanian/Makefile
+++ b/print/tex-hyphen-lithuanian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:04 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
DISTNAME= hyphen-lithuanian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= lithuanian loadhyph-lt.tex
TEX_HYPHEN_DEF+= \addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['lithuanian']={ \
- \\tloader='loadhyph-lt.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-lt.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-lt.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-lt.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-mongolian/Makefile b/print/tex-hyphen-mongolian/Makefile
index edb9c6363e2..b8227e166c7 100644
--- a/print/tex-hyphen-mongolian/Makefile
+++ b/print/tex-hyphen-mongolian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/09 16:10:55 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
DISTNAME= hyphen-mongolian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -15,19 +16,19 @@ TEX_HYPHEN_DAT+= mongolianlmc loadhyph-mn-cyrl-x-lmc.tex
TEX_HYPHEN_DEF+= \addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['mongolian']={ \
- \\tloader='loadhyph-mn-cyrl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-mn-cyrl.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-mn-cyrl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-mn-cyrl.pat.txt', \
+ hyphenation='', \
},
TEX_HYPHEN_LUA+= ['mongolianlmc']={ \
- \\tloader='loadhyph-mn-cyrl-x-lmc.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tspecial='disabled:only+for+8bit+montex+with+lmc+encoding', \
+ loader='loadhyph-mn-cyrl-x-lmc.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ special='disabled:only+for+8bit+montex+with+lmc+encoding', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-norwegian/Makefile b/print/tex-hyphen-norwegian/Makefile
index ea9ad15ae67..3ce13db81cf 100644
--- a/print/tex-hyphen-norwegian/Makefile
+++ b/print/tex-hyphen-norwegian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:07 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
DISTNAME= hyphen-norwegian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -20,20 +21,20 @@ TEX_HYPHEN_DEF+= \addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['bokmal']={ \
- \\tloader='loadhyph-nb.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'norwegian','norsk',}, \
- \\tpatterns='hyph-nb.pat.txt', \
- \\thyphenation='hyph-nb.hyp.txt', \
+ loader='loadhyph-nb.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'norwegian','norsk',}, \
+ patterns='hyph-nb.pat.txt', \
+ hyphenation='hyph-nb.hyp.txt', \
},
TEX_HYPHEN_LUA+= ['nynorsk']={ \
- \\tloader='loadhyph-nn.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-nn.pat.txt', \
- \\thyphenation='hyph-nn.hyp.txt', \
+ loader='loadhyph-nn.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-nn.pat.txt', \
+ hyphenation='hyph-nn.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-polish/Makefile b/print/tex-hyphen-polish/Makefile
index dce51de03ef..d58fbb89008 100644
--- a/print/tex-hyphen-polish/Makefile
+++ b/print/tex-hyphen-polish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:11 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
DISTNAME= hyphen-polish
PKGNAME= tex-${DISTNAME}-3.0a
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= polish loadhyph-pl.tex
TEX_HYPHEN_DEF+= \addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['polish']={ \
- \\tloader='loadhyph-pl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-pl.pat.txt', \
- \\thyphenation='hyph-pl.hyp.txt', \
+ loader='loadhyph-pl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-pl.pat.txt', \
+ hyphenation='hyph-pl.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-portuguese/Makefile b/print/tex-hyphen-portuguese/Makefile
index 191d8f577c2..331a5c280f6 100644
--- a/print/tex-hyphen-portuguese/Makefile
+++ b/print/tex-hyphen-portuguese/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:49:08 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
DISTNAME= hyphen-portuguese
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -15,12 +16,12 @@ TEX_HYPHEN_DAT+= = portuges
TEX_HYPHEN_DEF+= \addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['portuguese']={ \
- \\tloader='loadhyph-pt.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={'portuges',}, \
- \\tpatterns='hyph-pt.pat.txt', \
- \\thyphenation='hyph-pt.hyp.txt', \
+ loader='loadhyph-pt.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={'portuges',}, \
+ patterns='hyph-pt.pat.txt', \
+ hyphenation='hyph-pt.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-romanian/Makefile b/print/tex-hyphen-romanian/Makefile
index 763479462bb..cd1703df71a 100644
--- a/print/tex-hyphen-romanian/Makefile
+++ b/print/tex-hyphen-romanian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:14 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
DISTNAME= hyphen-romanian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= romanian loadhyph-ro.tex
TEX_HYPHEN_DEF+= \addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['romanian']={ \
- \\tloader='loadhyph-ro.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-ro.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-ro.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-ro.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-russian/Makefile b/print/tex-hyphen-russian/Makefile
index 8d1c0087035..6ce94c94b21 100644
--- a/print/tex-hyphen-russian/Makefile
+++ b/print/tex-hyphen-russian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:18 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
DISTNAME= hyphen-russian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= russian loadhyph-ru.tex
TEX_HYPHEN_DEF+= \addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['russian']={ \
- \\tloader='loadhyph-ru.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-ru.pat.txt', \
- \\thyphenation='hyph-ru.hyp.txt', \
+ loader='loadhyph-ru.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-ru.pat.txt', \
+ hyphenation='hyph-ru.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-sanskrit/Makefile b/print/tex-hyphen-sanskrit/Makefile
index dbd23e0ee7e..4b5d473053a 100644
--- a/print/tex-hyphen-sanskrit/Makefile
+++ b/print/tex-hyphen-sanskrit/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:21 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
DISTNAME= hyphen-sanskrit
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= sanskrit loadhyph-sa.tex
TEX_HYPHEN_DEF+= \addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5}
TEX_HYPHEN_LUA+= ['sanskrit']={ \
- \\tloader='loadhyph-sa.tex', \
- \\tlefthyphenmin=1, \
- \\trighthyphenmin=5, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-sa.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-sa.tex', \
+ lefthyphenmin=1, \
+ righthyphenmin=5, \
+ synonyms={}, \
+ patterns='hyph-sa.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-serbian/Makefile b/print/tex-hyphen-serbian/Makefile
index 79f8b6f8f33..3ff15d92bac 100644
--- a/print/tex-hyphen-serbian/Makefile
+++ b/print/tex-hyphen-serbian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:24 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
DISTNAME= hyphen-serbian
PKGNAME= tex-${DISTNAME}-1.0a
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= serbian loadhyph-sr-latn.tex
TEX_HYPHEN_DEF+= \addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['serbian']={ \
- \\tloader='loadhyph-sr-latn.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-sr-latn.pat.txt', \
- \\thyphenation='hyph-sr-latn.hyp.txt', \
+ loader='loadhyph-sr-latn.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-sr-latn.pat.txt', \
+ hyphenation='hyph-sr-latn.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-slovak/Makefile b/print/tex-hyphen-slovak/Makefile
index 10dce4a5a8c..36679a49dd5 100644
--- a/print/tex-hyphen-slovak/Makefile
+++ b/print/tex-hyphen-slovak/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:28 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
DISTNAME= hyphen-slovak
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= slovak loadhyph-sk.tex
TEX_HYPHEN_DEF+= \addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['slovak']={ \
- \\tloader='loadhyph-sk.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-sk.pat.txt', \
- \\thyphenation='hyph-sk.hyp.txt', \
+ loader='loadhyph-sk.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-sk.pat.txt', \
+ hyphenation='hyph-sk.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-slovenian/Makefile b/print/tex-hyphen-slovenian/Makefile
index 4dccfbf121f..17007d8c428 100644
--- a/print/tex-hyphen-slovenian/Makefile
+++ b/print/tex-hyphen-slovenian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:31 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
DISTNAME= hyphen-slovenian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -15,12 +16,12 @@ TEX_HYPHEN_DAT+= = slovene
TEX_HYPHEN_DEF+= \addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['slovenian']={ \
- \\tloader='loadhyph-sl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'slovene',}, \
- \\tpatterns='hyph-sl.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-sl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'slovene',}, \
+ patterns='hyph-sl.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-swedish/Makefile b/print/tex-hyphen-swedish/Makefile
index 88c476af85a..37b6c8ba6fe 100644
--- a/print/tex-hyphen-swedish/Makefile
+++ b/print/tex-hyphen-swedish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:34 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
DISTNAME= hyphen-swedish
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= swedish loadhyph-sv.tex
TEX_HYPHEN_DEF+= \addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['swedish']={ \
- \\tloader='loadhyph-sv.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-sv.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-sv.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-sv.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-turkish/Makefile b/print/tex-hyphen-turkish/Makefile
index 8f756eed949..79786e42698 100644
--- a/print/tex-hyphen-turkish/Makefile
+++ b/print/tex-hyphen-turkish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:38 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
DISTNAME= hyphen-turkish
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= turkish loadhyph-tr.tex
TEX_HYPHEN_DEF+= \addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['turkish']={ \
- \\tloader='loadhyph-tr.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-tr.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-tr.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-tr.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-ukrainian/Makefile b/print/tex-hyphen-ukrainian/Makefile
index fc9aa597727..3b1205b1b32 100644
--- a/print/tex-hyphen-ukrainian/Makefile
+++ b/print/tex-hyphen-ukrainian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:41 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:36 minskim Exp $
DISTNAME= hyphen-ukrainian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= ukrainian loadhyph-uk.tex
TEX_HYPHEN_DEF+= \addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['ukrainian']={ \
- \\tloader='loadhyph-uk.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-uk.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-uk.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-uk.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-uppersorbian/Makefile b/print/tex-hyphen-uppersorbian/Makefile
index 938a33a3a15..49cfca7403b 100644
--- a/print/tex-hyphen-uppersorbian/Makefile
+++ b/print/tex-hyphen-uppersorbian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/08 16:45:44 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:36 minskim Exp $
DISTNAME= hyphen-uppersorbian
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= uppersorbian loadhyph-hsb.tex
TEX_HYPHEN_DEF+= \addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['uppersorbian']={ \
- \\tloader='loadhyph-hsb.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-hsb.pat.txt', \
- \\thyphenation='hyph-hsb.hyp.txt', \
+ loader='loadhyph-hsb.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-hsb.pat.txt', \
+ hyphenation='hyph-hsb.hyp.txt', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/tex-hyphen-welsh/Makefile b/print/tex-hyphen-welsh/Makefile
index e598b3e63a9..08d84f97a66 100644
--- a/print/tex-hyphen-welsh/Makefile
+++ b/print/tex-hyphen-welsh/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:48 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:36 minskim Exp $
DISTNAME= hyphen-welsh
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= welsh loadhyph-cy.tex
TEX_HYPHEN_DEF+= \addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['welsh']={ \
- \\tloader='loadhyph-cy.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-cy.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-cy.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-cy.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"
diff --git a/print/texlive-tetex/files/hyphen-install.tmpl b/print/texlive-tetex/files/hyphen-install.tmpl
index fd5d12d2ab7..8f68706181a 100644
--- a/print/texlive-tetex/files/hyphen-install.tmpl
+++ b/print/texlive-tetex/files/hyphen-install.tmpl
@@ -1,4 +1,4 @@
-# $NetBSD: hyphen-install.tmpl,v 1.3 2010/11/08 00:25:02 minskim Exp $
+# $NetBSD: hyphen-install.tmpl,v 1.4 2010/11/10 17:55:27 minskim Exp $
#
# Install hyphenation patterns.
#
@@ -46,7 +46,7 @@ BEGIN { f=\"${LANGUAGE_LUA}.tmp\"; } \
set -- dummy $hyphen_lua; shift;
${ECHO} "--- BEGIN @PKGBASE@" >> ${LANGUAGE_LUA}.tmp
for line in $hyphen_lua ; do
- ${ECHO} "\t${line}" | ${SED} -e 's/+/ /g' >> ${LANGUAGE_LUA}.tmp
+ ${ECHO} "${line}" | ${SED} -e 'y/+/ /' -e 's/^\([a-z]\)/ \1/' -e 's/^/ /' >> ${LANGUAGE_LUA}.tmp
done
${ECHO} "--- END @PKGBASE@" >> ${LANGUAGE_LUA}.tmp
${CAT} ${LANGUAGE_LUA}.post >> ${LANGUAGE_LUA}.tmp