pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-hyphen-german



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Sep 28 10:07:37 UTC 2017

Modified Files:
        pkgsrc/print/tex-hyphen-german: Makefile

Log Message:
Eat some whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-hyphen-german/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-german/Makefile
diff -u pkgsrc/print/tex-hyphen-german/Makefile:1.9 pkgsrc/print/tex-hyphen-german/Makefile:1.10
--- pkgsrc/print/tex-hyphen-german/Makefile:1.9 Wed Sep  6 16:49:37 2017
+++ pkgsrc/print/tex-hyphen-german/Makefile     Thu Sep 28 10:07:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/09/06 16:49:37 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/28 10:07:37 markd Exp $
 
 DISTNAME=      hyphen-german
 PKGNAME=       tex-${DISTNAME}-2017
@@ -19,29 +19,29 @@ TEX_HYPHEN_DEF+=    \\addlanguage{german}{l
 TEX_HYPHEN_DEF+=       \\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
 TEX_HYPHEN_DEF+=       \\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}
 
-TEX_HYPHEN_LUA+=       ['german'] = { \
-                         loader = 'loadhyph-de-1901.tex', \
-                         lefthyphenmin = 2, \
-                         righthyphenmin = 2, \
-                         synonyms = {  }, \
-                         patterns = 'hyph-de-1901.pat.txt', \
-                         hyphenation = '', \
+TEX_HYPHEN_LUA+=       ['german']={ \
+                         loader='loadhyph-de-1901.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-de-1901.pat.txt', \
+                         hyphenation='', \
                        },
-TEX_HYPHEN_LUA+=       ['ngerman'] = { \
-                         loader = 'loadhyph-de-1996.tex', \
-                         lefthyphenmin = 2, \
-                         righthyphenmin = 2, \
-                         synonyms = {  }, \
-                         patterns = 'hyph-de-1996.pat.txt', \
-                         hyphenation = '', \
+TEX_HYPHEN_LUA+=       ['ngerman']={ \
+                         loader='loadhyph-de-1996.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-de-1996.pat.txt', \
+                         hyphenation='', \
                        },
-TEX_HYPHEN_LUA+=       ['swissgerman'] = { \
-                         loader = 'loadhyph-de-ch-1901.tex', \
-                         lefthyphenmin = 2, \
-                         righthyphenmin = 2, \
-                         synonyms = {  }, \
-                         patterns = 'hyph-de-ch-1901.pat.txt', \
-                         hyphenation = '', \
+TEX_HYPHEN_LUA+=       ['swissgerman']={ \
+                         loader='loadhyph-de-ch-1901.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=2, \
+                         synonyms={}, \
+                         patterns='hyph-de-ch-1901.pat.txt', \
+                         hyphenation='', \
                        },
 
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index