summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-base/patches
diff options
context:
space:
mode:
authorminskim <minskim>2010-09-22 15:50:43 +0000
committerminskim <minskim>2010-09-22 15:50:43 +0000
commitc44094efe1882b61f8ab6c348cc71a6799378308 (patch)
tree94600136d6f9afb741382b26ec12da18fd2b9f14 /print/tex-hyphen-base/patches
parentcd0e9432aca0d7172480e5a72864200edae0c56d (diff)
downloadpkgsrc-c44094efe1882b61f8ab6c348cc71a6799378308.tar.gz
Update tex-hyphen-base to r19823. No change to installed files.
Diffstat (limited to 'print/tex-hyphen-base/patches')
-rw-r--r--print/tex-hyphen-base/patches/patch-aa8
-rw-r--r--print/tex-hyphen-base/patches/patch-ab8
-rw-r--r--print/tex-hyphen-base/patches/patch-ac17
3 files changed, 23 insertions, 10 deletions
diff --git a/print/tex-hyphen-base/patches/patch-aa b/print/tex-hyphen-base/patches/patch-aa
index 3c7eeec9a0a..167a901778e 100644
--- a/print/tex-hyphen-base/patches/patch-aa
+++ b/print/tex-hyphen-base/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2010/09/14 15:37:16 minskim Exp $
+$NetBSD: patch-aa,v 1.6 2010/09/22 15:50:43 minskim Exp $
---- texmf/tex/generic/config/language.dat.orig 2010-06-05 01:54:02.000000000 +0000
+--- texmf/tex/generic/config/language.dat.orig 2010-09-20 02:03:56.000000000 +0000
+++ texmf/tex/generic/config/language.dat
-@@ -57,136 +57,3 @@ english hyphen.tex % do not change!
+@@ -57,138 +57,3 @@ english hyphen.tex % do not change!
%
dumylang dumyhyph.tex %for testing a new language.
nohyphenation zerohyph.tex %a language with no patterns at all.
@@ -11,6 +11,8 @@ $NetBSD: patch-aa,v 1.5 2010/09/14 15:37:16 minskim Exp $
-=german-x-latest
-ngerman-x-2009-06-19 dehyphn-x-2009-06-19.tex
-=ngerman-x-latest
+-% from hyphen-afrikaans:
+-afrikaans loadhyph-af.tex
-% from hyphen-ancientgreek:
-ancientgreek loadhyph-grc.tex
-ibycus ibyhyph.tex
diff --git a/print/tex-hyphen-base/patches/patch-ab b/print/tex-hyphen-base/patches/patch-ab
index c4e86a2137a..6d4824d8f8b 100644
--- a/print/tex-hyphen-base/patches/patch-ab
+++ b/print/tex-hyphen-base/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2010/09/14 15:37:16 minskim Exp $
+$NetBSD: patch-ab,v 1.6 2010/09/22 15:50:43 minskim Exp $
---- texmf/tex/generic/config/language.def.orig 2010-06-05 01:54:05.000000000 +0000
+--- texmf/tex/generic/config/language.def.orig 2010-09-20 02:04:00.000000000 +0000
+++ texmf/tex/generic/config/language.def
-@@ -28,139 +28,6 @@
+@@ -28,141 +28,6 @@
\addlanguage {USenglish}{hyphen}{}{2}{3} %%% This MUST be the first non-comment
%%% line of the file
@@ -11,6 +11,8 @@ $NetBSD: patch-ab,v 1.5 2010/09/14 15:37:16 minskim Exp $
-\addlanguage{german-x-latest}{dehypht-x-2009-06-19.tex}{}{2}{2}
-\addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2}
-\addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2}
+-% from hyphen-afrikaans:
+-\addlanguage{afrikaans}{loadhyph-af.tex}{}{2}{2}
-% from hyphen-ancientgreek:
-\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
-\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
diff --git a/print/tex-hyphen-base/patches/patch-ac b/print/tex-hyphen-base/patches/patch-ac
index 7ef85c9378d..6d728db02de 100644
--- a/print/tex-hyphen-base/patches/patch-ac
+++ b/print/tex-hyphen-base/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2010/09/14 15:37:16 minskim Exp $
+$NetBSD: patch-ac,v 1.2 2010/09/22 15:50:43 minskim Exp $
---- texmf/tex/generic/config/language.dat.lua.orig 2010-06-05 01:54:08.000000000 +0000
+--- texmf/tex/generic/config/language.dat.lua.orig 2010-09-20 02:04:04.000000000 +0000
+++ texmf/tex/generic/config/language.dat.lua
-@@ -33,603 +33,3 @@ return {
+@@ -33,612 +33,4 @@ return {
-- dumylang and zerohyph are dumped in the format,
-- since they contain either very few or no patterns at all
-- END of language.us.lua (missing '}' appended after all entries)
@@ -23,6 +23,15 @@ $NetBSD: patch-ac,v 1.1 2010/09/14 15:37:16 minskim Exp $
- patterns = 'hyph-de-1996.pat.txt',
- hyphenation = 'hyph-de-1996.hyp.txt',
- },
+--- from hyphen-afrikaans:
+- ['afrikaans'] = {
+- loader = 'loadhyph-af.tex',
+- lefthyphenmin = 2,
+- righthyphenmin = 2,
+- synonyms = { },
+- patterns = 'hyph-af.pat.txt',
+- hyphenation = 'hyph-af.hyp.txt',
+- },
--- from hyphen-ancientgreek:
- ['ancientgreek'] = {
- loader = 'loadhyph-grc.tex',
@@ -605,4 +614,4 @@ $NetBSD: patch-ac,v 1.1 2010/09/14 15:37:16 minskim Exp $
- patterns = 'hyph-cy.pat.txt',
- hyphenation = 'hyph-cy.hyp.txt',
- },
--}
+ }