commit 2285b427dc3382167c19c40c440cbd0aec48bf65acf3614b94dd1cf5aeceeb65 Author: Dr. Werner Fink Date: Mon Mar 10 14:21:01 2025 +0000 - build with gcc15 - added patches + dicts-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/dicts?expand=0&rev=39 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/br.ispell-2.4.tar.bz2 b/br.ispell-2.4.tar.bz2 new file mode 100644 index 0000000..60082d9 --- /dev/null +++ b/br.ispell-2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd36976b9c0f64f4b0ca47d6386e0b670e9ee30fa08435f300543e7659f1e490 +size 128530 diff --git a/dicts-gcc15.patch b/dicts-gcc15.patch new file mode 100644 index 0000000..0559e4f --- /dev/null +++ b/dicts-gcc15.patch @@ -0,0 +1,19 @@ +--- fix8bit.c.orig 2025-03-07 12:17:09.466931076 +0000 ++++ fix8bit.c 2025-03-07 12:17:58.066416164 +0000 +@@ -77,14 +77,12 @@ static char Rcs_Id[] = + + #include + #include ++#include + +-int main (); /* Convert to/from 8-bit sequences */ + static void usage (); /* Issue a usage message */ + static void to7bit (); /* Convert from 8-bit sequences */ + static void to8bit (); /* Convert to 8-bit sequences */ + +-extern void exit (); /* Terminate program */ +- + int main (argc, argv) /* Convert to/from 8-bit sequences */ + int argc; /* Argument count */ + char * argv[]; /* Argument vector */ + diff --git a/dicts-rpmlintrc b/dicts-rpmlintrc new file mode 100644 index 0000000..bc8dc15 --- /dev/null +++ b/dicts-rpmlintrc @@ -0,0 +1,7 @@ +addFilter(".*filelist-forbidden.*/usr/src/dicts/rus-ispell/old/README.orig") +# see the comment in the spec file +addFilter(".*non-executable-script.*") +addFilter(".*self-obsoletion.*") +addFilter(".*hidden-file-or-dir.*") +addFilter(".*filelist-forbidden-fhs23.*") +addFilter(".*backup-file-in-package.*") diff --git a/dicts.changes b/dicts.changes new file mode 100644 index 0000000..3cc1fe5 --- /dev/null +++ b/dicts.changes @@ -0,0 +1,371 @@ +------------------------------------------------------------------- +Fri Mar 7 12:35:20 UTC 2025 - pgajdos@suse.com + +- build with gcc15 +- added patches + + dicts-gcc15.patch + +------------------------------------------------------------------- +Mon Feb 26 08:08:01 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- +Thu Oct 12 12:33:35 UTC 2023 - Dr. Werner Fink + +- New RPM API change ... now no %patch anymore only %patch0 + +------------------------------------------------------------------- +Mon Sep 27 09:39:33 UTC 2021 - Dr. Werner Fink + +- OK, it is a package rename and it is noarch + +------------------------------------------------------------------- +Fri Sep 24 06:07:30 UTC 2021 - Dr. Werner Fink + +- Mark the package split dicts into dicts and dicts-devel as such + +------------------------------------------------------------------- +Mon Sep 6 08:00:10 UTC 2021 - Dr. Werner Fink + +- Smaller cleanups + +------------------------------------------------------------------- +Tue Mar 31 15:06:13 UTC 2020 - Dr. Werner Fink + +- Declare string functions +- No debug package at all + +------------------------------------------------------------------- +Mon May 22 13:45:33 UTC 2017 - werner@suse.de + +- s/decrementieren/dekrementieren/ for german dictionary (boo#1039305) + +------------------------------------------------------------------- +Tue Feb 28 13:50:05 UTC 2017 - werner@suse.de + +- Use modern regular expressions for character sets in lisp + declarations for the dictionaries + +------------------------------------------------------------------- +Thu Feb 13 09:22:44 UTC 2014 - werner@suse.de + +- Update polish dictionary to version 20140102 (bnc#857026) + +------------------------------------------------------------------- +Tue Apr 23 20:51:12 UTC 2013 - dimstar@opensuse.org + +- Assume SUSE-Permissive for dutch and catalan: there are no + License information available. + +------------------------------------------------------------------- +Tue Nov 6 10:58:00 UTC 2012 - cfarrell@suse.com + +- license update: SUSE-Permissive + Use a license from the spreadsheet linked at http://license.opensuse.org + +------------------------------------------------------------------- +Wed Oct 31 11:04:29 UTC 2012 - mvyskocil@suse.com + +- unify the permissions of all files, to make fdupes working again (bnc#784670) + +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) + +------------------------------------------------------------------- +Fri Aug 19 18:35:24 UTC 2011 - andrea.turrini@gmail.com + +- Fixed typos in descriptions of dicts.spec +- Added missing part of ispell-french description + +------------------------------------------------------------------- +Tue Mar 16 18:36:59 CET 2010 - werner@suse.de + +- Remove igerman98 as we have now an own package (bnc#547549) + +------------------------------------------------------------------- +Fri Dec 25 11:00:52 UTC 2009 - coolo@novell.com + +- remove authors from descriptions +- use fdupes on /usr/src/dicts + +------------------------------------------------------------------- +Mon Oct 19 17:12:04 CEST 2009 - werner@suse.de + +- Update igerman98 (bnc#547549) + +------------------------------------------------------------------- +Fri Feb 13 01:08:42 CET 2009 - ro@suse.de + +- add rpmlintrc README.orig is explicitly wanted with that name + +------------------------------------------------------------------- +Fri Jun 27 14:14:19 CEST 2008 - werner@suse.de + +- No Brazilian dict for Portuguese (bnc#404193) + +------------------------------------------------------------------- +Wed Nov 28 14:48:44 CET 2007 - werner@suse.de + +- Make (x)emacs known about utf-8 encoding (Thanks Mario Natiello + for reported this). + +------------------------------------------------------------------- +Thu Nov 8 13:37:34 CET 2007 - werner@suse.de + +- Emacs 22 does not accept ranges for 8bit characters (bug #339781) + +------------------------------------------------------------------- +Mon May 15 15:51:51 CEST 2006 - werner@suse.de + +- Remove Slovak locale from Slovene ispell dict + +------------------------------------------------------------------- +Fri Apr 21 15:20:01 CEST 2006 - werner@suse.de + +- Map nswiss to de_CH locale only (bug #168292) + +------------------------------------------------------------------- +Wed Apr 12 17:31:28 CEST 2006 - werner@suse.de + +- Add to all languages an UTF-8 formatter if missed + +------------------------------------------------------------------- +Wed Mar 29 16:09:33 CEST 2006 - werner@suse.de + +- Add locale provides (bug #161478) + +------------------------------------------------------------------- +Wed Jan 25 21:35:29 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Fri Jul 1 13:48:54 CEST 2005 - werner@suse.de + +- Make it build-root and no norootforbuild + +------------------------------------------------------------------- +Mon Dec 20 15:43:51 CET 2004 - werner@suse.de + +- The hash table ondisk format of the language files depend on the + architecture (little/big endiannes, pointer size) (bug #49407) +- Add finnish dictionary +- Add estinian dictionary + +------------------------------------------------------------------- +Fri Mar 05 14:21:01 CET 2004 - ltinkl@suse.cz + +- updated the Czech ispell dict to the current version + +------------------------------------------------------------------- +Tue Apr 8 17:18:47 CEST 2003 - werner@suse.de + +- Use `-k' option of sort + +------------------------------------------------------------------- +Wed Mar 5 16:50:40 CET 2003 - ro@suse.de + +- fixed typo in specfile + +------------------------------------------------------------------- +Wed Mar 5 12:43:18 CET 2003 - werner@suse.de + +- Add rudimentary UTF-8 support for old deutsch dict + +------------------------------------------------------------------- +Tue Jan 14 11:24:54 CET 2003 - werner@suse.de + +- Fix wrong order of mkdir and install call in igerman98 + +------------------------------------------------------------------- +Mon Dec 16 18:52:57 CET 2002 - werner@suse.de + +- Update to igerman98-20021114 + +------------------------------------------------------------------- +Wed Aug 14 18:37:10 CEST 2002 - werner@suse.de + +- Add brazilian dicts (bug #17694) + +------------------------------------------------------------------- +Wed Jul 31 11:30:04 CEST 2002 - werner@suse.de + +- Update ispell-czech to 20020628 + +------------------------------------------------------------------- +Tue Jul 30 18:57:29 CEST 2002 - werner@suse.de + +- Rename package doc directories (bug #15804) + +------------------------------------------------------------------- +Thu Apr 18 16:17:51 CEST 2002 - ro@suse.de + +- rename espanol tarball (wget does not like this name) + +------------------------------------------------------------------- +Wed Feb 20 14:53:54 CET 2002 - werner@suse.de + +- Avoid circular depndencies (bug #13609) + +------------------------------------------------------------------- +Wed Feb 13 16:59:01 CET 2002 - werner@suse.de + +- Move all gziped tar's to bzip2 +- Correct tar uncompress option for bzip2 + +------------------------------------------------------------------ +Thu Jan 24 13:44:34 CET 2002 - cihlar@suse.cz + +- Update of czech + +------------------------------------------------------------------- +Tue Jan 22 19:44:44 CET 2002 - egmont@suselinux.hu + +- Rename packages to ispell- + +------------------------------------------------------------------- +Fri Sep 14 11:36:35 CEST 2001 - werner@suse.de + +- Update rus-ispell due to the much better Licence +- Update of norsk and czech + +------------------------------------------------------------------- +Thu Apr 19 11:31:38 CEST 2001 - werner@suse.de + +- Use LC_TYPE during sort for igerman and iswiss +- At sort: use only characters between beginning and flag mark + +------------------------------------------------------------------- +Sat Apr 14 20:52:29 CEST 2001 - bjacke@suse.de + +- updated new german dictionary +- drop med-size of ingerman because it's useless + +------------------------------------------------------------------- +Fri Mar 23 11:39:26 CET 2001 - werner@suse.de + +- Add some aliases for catala and espanol mainly for lyx + +------------------------------------------------------------------- +Mon Dec 18 19:53:55 CET 2000 - werner@suse.de + +- Update of ispell-czech + +------------------------------------------------------------------- +Wed Oct 4 18:52:51 CEST 2000 - werner@suse.de + +- Added conflict with frgutenb +- Move to NOARCH + +------------------------------------------------------------------- +Mon Jun 5 17:43:49 MEST 2000 - uli@suse.de + +- moved docs to /usr/share/doc + +------------------------------------------------------------------- +Fri Feb 25 21:22:46 CET 2000 - werner@suse.de + + - Add german accordingly to the new german spelling rules + - Add swiss german + +------------------------------------------------------------------- +Sun Oct 17 22:08:10 CEST 1999 - werner@suse.de + + - Add slovene + +------------------------------------------------------------------- +Mon Sep 27 16:31:01 CEST 1999 - bs@suse.de + +- fixed requirements for sub packages + +------------------------------------------------------------------- +Mon Sep 20 18:07:18 CEST 1999 - ro@suse.de + +- added provides ispell_dictionary for subpackages + +------------------------------------------------------------------- +Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de + +- ran old prepare_spec on spec file to switch to new prepare_spec. + +------------------------------------------------------------------- +Fri Apr 16 00:00:14 CEST 1999 - werner@suse.de + + - Add esperanto + - Russian: multiple other character are allowd during + ispell session in emacs + +------------------------------------------------------------------- +Wed Apr 14 23:53:39 CEST 1999 - werner@suse.de + + - Add greek and russian + +------------------------------------------------------------------- +Tue Apr 13 23:35:45 CEST 1999 - werner@suse.de + + - Add czech and polish + +------------------------------------------------------------------- +Mon Mar 8 20:26:33 MET 1999 - werner@suse.de + + - Last clean up + +------------------------------------------------------------------- +Fri Mar 5 18:56:38 MET 1999 - werner@suse.de + + - Update danish and swedish + - Change source of norsk + - Add portugues, catalan + +------------------------------------------------------------------- +Thu Mar 4 23:42:32 MET 1999 - werner@suse.de + + - Preparing for a better (x)emacs interface: Use the new + emacs lisp interface of the package ispell to create the + spell menus modular on the fly in both emacs and xemacs + Edit pulldown. + +------------------------------------------------------------------- +Fri Nov 13 11:43:12 MET 1998 - bs@suse.de + +- fixed double %description + +------------------------------------------------------------------- +Thu Nov 12 14:53:52 MET 1998 - bs@suse.de + +- fixed spec file for new rpm + +------------------------------------------------------------------- +Mon Mar 9 17:01:08 MET 1998 - werner@suse.de + +- renamed ifrensh to ifrench + +------------------------------------------------------------------- +Tue Feb 10 00:10:56 MET 1998 - werner@suse.de + + - Update of frensh + - Add some languages: + * German (hk2-deutsch) + * Danish (idanish-1.2) + * Spanish (espa~nol-1.5) + * French (francais-IREQ-1.4) + * Italian (pre-alpha version) + * Dutch (dutch96/dutch96.aff 1.1) + * Swedish (iswedish-1.2) + * Norwegian (norsk) + +------------------------------------------------------------------- +Wed Feb 4 11:42:49 MET 1998 - ro@suse.de + +- generated spec file + +------------------------------------------------------------------- +Thu Feb 6 21:23:19 MET 1997 - werner@suse.de + + - hk2-deutsch integrated + + diff --git a/dicts.spec b/dicts.spec new file mode 100644 index 0000000..a3adee8 --- /dev/null +++ b/dicts.spec @@ -0,0 +1,585 @@ +# +# spec file for package dicts +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: dicts +BuildRequires: fdupes +BuildRequires: ispell +Version: 1.5 +Release: 0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Ispell Dictionary Files +# +# Note: The hash table files depend on the architectures! +# Not only on the little or big endianness of the +# architecture but also on the natural pointer size. +# +##BuildArchitectures: noarch +License: BSD-3-Clause AND GPL-2.0-or-later AND SUSE-Public-Domain +Group: Productivity/Text/Spell +Source: prepare-dicts.tar.bz2 +Source1: hk2-deutsch.tar.bz2 +Source2: dutch96.tar.bz2 +Source3: espanol-1.5.tar.bz2 +Source4: francais-IREQ-1.4.tar.bz2 +Source5: idanish-1.2.1.tar.bz2 +Source6: iswedish-1.2.1.tar.bz2 +Source7: italian.tar.bz2 +Source8: ispell-norsk-2.0.tar.bz2 +Source9: portugues.tar.bz2 +Source10: ispellcat.tar.bz2 +Source11: sjp-ispell-pl-20140213.tar.bz2 +Source12: ispell-czech.tar.bz2 +Source13: ellhnika.tar.bz2 +Source14: rus-ispell.tar.bz2 +Source15: eo-spell.tar.bz2 +Source16: slovensko.tar.bz2 +Source18: br.ispell-2.4.tar.bz2 +Source19: finnish.tar.bz2 +Source20: estonian.tar.bz2 +Source21: dicts-rpmlintrc +Patch0: prepare-dicts.dif +Patch1: dicts-gcc15.patch +%global debug_package %{nil} + +%description +This package contains sources for 14 ispell dictionaries: + +for German (already compiled for ispell in package ispell-german) + +for Danish (already compiled for ispell in package ispell-danish) + +for Spanish (already compiled for ispell in package +ispell-spanish) + +for French (already compiled for ispell in package ispell-french) + +for Italian (already compiled for ispell in package +ispell-italian) + +for Dutch (already compiled for ispell in package ispell-dutch) + +for Swedish (already compiled for ispell in package +ispell-swedish) + +for Norwegian (already compiled for ispell in package ispell-norsk) + +for Portuguese (already compiled for ispell in package +ispell-portuguese) + +for Catalan (already compiled for ispell in package +ispell-catalan) + +for Czech (already compiled for ispell in package ispell-czech) + +for Polish (already compiled for ispell in package ispell-polish) + +for Greek (already compiled for ispell in package ispell-greek) + +for Russian (already compiled for ispell in package +ispell-russian) + +for Brazilian (already compiled for ispell in package +ispell-brazilian) + +for Finnish (already compiled for ispell in package +ispell-finnish) + +for Estonian (already compiled for ispell in package +ispell-estonian) + +Read the READMEs under /usr/src/dicts. + +%package devel +Summary: Source code of ispell dicts packages +License: BSD-3-Clause AND GPL-2.0-or-later AND SUSE-Permissive AND LGPL-2.1-only AND MPL-1.1 AND CC-BY-SA-1.0 +Group: Productivity/Text/Spell +Provides: dicts:/usr/src/dicts/fix8bit.c +Obsoletes: dicts +BuildArch: noarch + +%description devel +This package includes the source code of various ispell +dicts packages for completeness. + +%package -n ispell-german +Summary: German ispell dictionary +License: BSD-3-Clause +Group: Productivity/Text/Spell +Provides: igerman +Provides: ispell_dictionary +Provides: locale(ispell:de;de_DE) +Obsoletes: igerman + +%description -n ispell-german +This package includes a ready German dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-danish +Summary: Danish ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: idanish +Provides: ispell_dictionary +Provides: locale(ispell:da) +Obsoletes: idanish + +%description -n ispell-danish +This package includes a ready Danish dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-spanish +Summary: Spanish ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: ispanish +Provides: ispell_dictionary +Provides: locale(ispell:es;an_ES) +Obsoletes: ispanish + +%description -n ispell-spanish +This package includes a ready Spanish dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-french +Summary: French ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: ifrench +Provides: ispell_dictionary +Provides: locale(ispell:fr;br_FR) +Obsoletes: ifrench +Conflicts: ispell-french-gutenberg + +%description -n ispell-french +This package includes a ready French dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-italian +Summary: Italian ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: iitalian +Provides: ispell_dictionary +Provides: locale(ispell:it) +Obsoletes: iitalian + +%description -n ispell-italian +This package includes a ready Italian dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-dutch +Summary: Dutch ispell dictionary +License: SUSE-Permissive +Group: Productivity/Text/Spell +Provides: idutch +Provides: ispell_dictionary +Provides: locale(ispell:nl) +Obsoletes: idutch + +%description -n ispell-dutch +This package includes a ready Dutch dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-swedish +Summary: Swedish ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: ispell_dictionary +Provides: iswedish +Provides: locale(ispell:sv) +Obsoletes: iswedish + +%description -n ispell-swedish +This package includes a ready Swedish dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-norsk +Summary: Norwegian ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: inorsk +Provides: ispell_dictionary +Provides: locale(ispell:nb;nn;no;se_NO) +Obsoletes: inorsk + +%description -n ispell-norsk +This package includes a ready Norwegian dictionary for ispell. A +short usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-portuguese +Summary: Portuguese ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: iportug +Provides: ispell_dictionary +Provides: locale(ispell:pt;pt_PT) +Obsoletes: iportug + +%description -n ispell-portuguese +This package includes a ready Portuguese dictionary for ispell. A +short usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-catalan +Summary: Catalan ispell dictionary +License: SUSE-Permissive +Group: Productivity/Text/Spell +Provides: icatalan +Provides: ispell_dictionary +Provides: locale(ispell:ca) +Obsoletes: icatalan + +%description -n ispell-catalan +This package includes a ready Catalan dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the package ispell. The +sources for this dictionary are included in the package dicts. + +%package -n ispell-czech +Summary: Czech ispell dictionary +License: BSD-3-Clause +Group: Productivity/Text/Spell +Provides: iczech +Provides: ispell_dictionary +Provides: locale(ispell:cs;sk) +Obsoletes: iczech + +%description -n ispell-czech +This package includes a ready Czech dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-polish +Summary: Polish ispell dictionary +License: CC-BY-SA-1.0 AND GPL-2.0-only AND LGPL-2.1-only AND MPL-1.1 +Group: Productivity/Text/Spell +Provides: ipolish +Provides: ispell_dictionary +Provides: locale(ispell:pl) +Obsoletes: ipolish + +%description -n ispell-polish +This package includes a ready Polish dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-greek +Summary: Greek ispell dictionary +License: BSD-3-Clause AND GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: igreek +Provides: ispell_dictionary +Provides: locale(ispell:el) +Obsoletes: igreek + +%description -n ispell-greek +This package includes a ready Greek dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-russian +Summary: Russian ispell dictionary +License: SUSE-Permissive +Group: Productivity/Text/Spell +Provides: irussian +Provides: ispell_dictionary +Provides: locale(ispell:ru) +Obsoletes: irussian + +%description -n ispell-russian +This package includes a ready Russian dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-esperanto +Summary: Esperanto ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: iesperan +Provides: ispell_dictionary +Obsoletes: iesperan + +%description -n ispell-esperanto +This package includes a ready Esperanto dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-slovene +Summary: Slovenian ispell dictionary +License: BSD-3-Clause AND GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: islovene +Provides: ispell_dictionary +Provides: locale(ispell:sl) +Obsoletes: islovene + +%description -n ispell-slovene +This package includes a ready Slovenian dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-brazilian +Summary: Brazilian ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: ispell_dictionary +Provides: locale(ispell:pt_BR) + +%description -n ispell-brazilian +This package includes a ready Brazilian dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-finnish +Summary: Finnish ispell dictionary +License: GPL-2.0-or-later +Group: Productivity/Text/Spell +Provides: ispell_dictionary +Provides: locale(ispell:fi) + +%description -n ispell-finnish +This package includes a ready Finnish dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%package -n ispell-estonian +Summary: Estonian ispell dictionary +License: LGPL-2.1-or-later +Group: Productivity/Text/Spell +Provides: ispell_dictionary +Provides: locale(ispell:et) + +%description -n ispell-estonian +This package includes a ready Estonian dictionary for ispell. A short +usage description is given in /usr/share/doc/packages/ispell/README of +the package ispell. The sources for this dictionary are included in +the package dicts. + +%prep + for a in $RPM_SOURCE_DIR/*.tar.gz \ + $RPM_SOURCE_DIR/*.tar.bz2 \ + $RPM_SOURCE_DIR/*.tgz + do + test -e "$a" || continue + test -e "${a##*/}" && continue + ln -sf "$a" . + done +%setup -n prepare-dicts + cat $RPM_SOURCE_DIR/prepare-dicts.dif | \ + sed -n "/^--- Makefile.Linux/,/^---/p" | \ + patch -s -p0 + make -f Makefile.Linux extract + rm Makefile.Linux +%patch -P 0 -p0 -b .pdicts +%patch -P 1 -p0 + +# unify the permissions of all files, to make fdupes working again (bnc#784670) +find . -type f -exec chmod 0644 {} + + +%build + PATH=$PATH:$PWD + export PATH + make -f Makefile.Linux compile + +%install + make -f Makefile.Linux DESTDIR=$RPM_BUILD_ROOT install + find $RPM_BUILD_ROOT/usr/src/dicts -size 0c -exec rm -vf '{}' \+ + %fdupes $RPM_BUILD_ROOT/usr/src/dicts + +%files -n ispell-german +%defattr(-, root, root) +/usr/lib/ispell/emacs/deutsch.el +/usr/lib/ispell/deutsch.aff +/usr/lib/ispell/deutsch.hash +/usr/lib/ispell/deutschlxg.hash +/usr/lib/ispell/deutschmed.hash +%doc /usr/share/doc/packages/ispell-german/ + +%files -n ispell-danish +%defattr(-, root, root) +/usr/lib/ispell/emacs/dansk.el +/usr/lib/ispell/dansk.aff +/usr/lib/ispell/dansk.hash +%doc /usr/share/doc/packages/ispell-danish/ + +%files -n ispell-spanish +%defattr(-, root, root) +/usr/lib/ispell/emacs/espanol.el +/usr/lib/ispell/espanol.aff +/usr/lib/ispell/espanol.hash +/usr/lib/ispell/spanish.aff +/usr/lib/ispell/spanish.hash +%doc /usr/share/doc/packages/ispell-spanish/ + +%files -n ispell-french +%defattr(-, root, root) +/usr/lib/ispell/emacs/francais.el +/usr/lib/ispell/francais.aff +/usr/lib/ispell/francais.hash +%doc /usr/share/doc/packages/ispell-french/ + +%files -n ispell-italian +%defattr(-, root, root) +/usr/lib/ispell/emacs/italian.el +/usr/lib/ispell/italian.aff +/usr/lib/ispell/italian.hash +%doc /usr/share/doc/packages/ispell-italian/ + +%files -n ispell-dutch +%defattr(-, root, root) +/usr/lib/ispell/emacs/nederlands.el +/usr/lib/ispell/nederlands.aff +/usr/lib/ispell/nederlands.hash +%doc /usr/share/doc/packages/ispell-dutch/ + +%files -n ispell-swedish +%defattr(-, root, root) +/usr/lib/ispell/emacs/svenska.el +/usr/lib/ispell/svenska.aff +/usr/lib/ispell/svenska.hash +%doc /usr/share/doc/packages/ispell-swedish/ + +%files -n ispell-norsk +%defattr(-, root, root) +/usr/bin/inorsk-compwordsmaybe +/usr/bin/inorsk-hyphenmaybe +/usr/lib/ispell/emacs/norsk.el +/usr/lib/ispell/norsk.aff +/usr/lib/ispell/norsk.hash +/usr/lib/ispell/nynorsk.aff +/usr/lib/ispell/nynorsk.hash +%doc /usr/share/doc/packages/ispell-norsk/ + +%files -n ispell-portuguese +%defattr(-, root, root) +/usr/lib/ispell/emacs/portugues.el +/usr/lib/ispell/portugues.aff +/usr/lib/ispell/portugues.hash +%doc /usr/share/doc/packages/ispell-portuguese/ + +%files -n ispell-catalan +%defattr(-, root, root) +/usr/lib/ispell/emacs/catala.el +/usr/lib/ispell/catala.aff +/usr/lib/ispell/catala.hash +/usr/lib/ispell/catalan.aff +/usr/lib/ispell/catalan.hash +%doc /usr/share/doc/packages/ispell-catalan/ + +%files -n ispell-czech +%defattr(-, root, root) +/usr/lib/ispell/emacs/czech.el +/usr/lib/ispell/czech.aff +/usr/lib/ispell/czech.hash +%doc /usr/share/doc/packages/ispell-czech/ + +%files -n ispell-polish +%defattr(-, root, root) +/usr/lib/ispell/emacs/polish.el +/usr/lib/ispell/polish.aff +/usr/lib/ispell/polish.hash +%doc /usr/share/doc/packages/ispell-polish/ + +%files -n ispell-greek +%defattr(-, root, root) +/usr/lib/ispell/emacs/ellhnika.el +/usr/lib/ispell/ellhnika.aff +/usr/lib/ispell/ellhnika.hash +%doc /usr/share/doc/packages/ispell-greek/ + +%files -n ispell-russian +%defattr(-, root, root) +/usr/lib/ispell/emacs/russian.el +/usr/lib/ispell/russian.aff +/usr/lib/ispell/russian.hash +#/usr/lib/ispell/rmakedict +%doc /usr/share/doc/packages/ispell-russian/ + +%files -n ispell-esperanto +%defattr(-, root, root) +/usr/lib/ispell/emacs/esperanto.el +/usr/lib/ispell/esperanto.aff +/usr/lib/ispell/esperanto.hash +%doc /usr/share/doc/packages/ispell-esperanto/ + +%files -n ispell-slovene +%defattr(-, root, root) +/usr/lib/ispell/emacs/slovensko.el +/usr/lib/ispell/slovensko.aff +/usr/lib/ispell/slovensko.hash +%doc /usr/share/doc/packages/ispell-slovene/ + +%files -n ispell-brazilian +%defattr(-, root, root) +/usr/bin/conjugue +/usr/lib/ispell/emacs/brazilian.el +/usr/lib/ispell/br.aff +/usr/lib/ispell/br.hash +/usr/lib/ispell/brazilian.aff +/usr/lib/ispell/brazilian.hash +/usr/lib/ispell-brazilian/ +%doc /usr/share/doc/packages/ispell-brazilian/ +%dir /usr/share/man/pt_BR/ +%dir /usr/share/man/pt_BR/man1/ +%doc /usr/share/man/pt_BR/man1/conjugue.1.gz + +%files -n ispell-finnish +%defattr(-, root, root) +/usr/lib/ispell/emacs/finnish.el +/usr/lib/ispell/finnish.aff +/usr/lib/ispell/finnish.hash +%doc /usr/share/doc/packages/ispell-finnish/ + +%files -n ispell-estonian +%defattr(-, root, root) +/usr/lib/ispell/emacs/estonian.el +/usr/lib/ispell/estonian.aff +/usr/lib/ispell/estonian.hash +%doc /usr/share/doc/packages/ispell-estonian/ + +%files devel +%defattr(-, root, root) +/usr/src/dicts/ +%doc /usr/share/doc/packages/dicts/ + +%changelog diff --git a/dicts.test b/dicts.test new file mode 100644 index 0000000..9864af6 --- /dev/null +++ b/dicts.test @@ -0,0 +1,25 @@ + Testform fr dicts + ================== + +16.10.1999: dutch96 espa~nol-1.5 francais-IREQ-1.4 hk2-deutsch +idanish-1.2 iswedish-1.2 italian, ispell-norsk-1.1a ispellcat polish +portugues iczech ellhnika rus-ispell eo-spell slovensko + +Maintainer: werner + +Vorraussetzungen: +================= + + Nichts + +Starten: +======== + + Wird zum genieren der ispell-hash-Dateien + bentigt. + +Ergebnisse: +=========== + + Siehe man page von ispell(1) + diff --git a/dutch96.tar.bz2 b/dutch96.tar.bz2 new file mode 100644 index 0000000..6e9c8c7 --- /dev/null +++ b/dutch96.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484792cc4b35e15abf7e9537c057aade1316b9de3c577dd1bd5bef9b306ddf81 +size 488419 diff --git a/ellhnika.tar.bz2 b/ellhnika.tar.bz2 new file mode 100644 index 0000000..dc78c43 --- /dev/null +++ b/ellhnika.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03edf38fc2504e55f0c37fe2fc3bdcbb5d8a56420d2be208ce241b66421dd27 +size 305225 diff --git a/eo-spell.tar.bz2 b/eo-spell.tar.bz2 new file mode 100644 index 0000000..c57280f --- /dev/null +++ b/eo-spell.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0faad3ff6fae1dfb80f837f100686dd69f9ddfcc617c7a302674ca87566e62 +size 260796 diff --git a/espanol-1.5.tar.bz2 b/espanol-1.5.tar.bz2 new file mode 100644 index 0000000..cf73df0 --- /dev/null +++ b/espanol-1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e563d748f744f069759c87b39345058ab9898ee2994eca6c6e078b99bf70ad6f +size 396226 diff --git a/estonian.tar.bz2 b/estonian.tar.bz2 new file mode 100644 index 0000000..1fa3696 --- /dev/null +++ b/estonian.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ddc01bf6c6658b90187e6de4e587538f4d8f8e51dbaf719cc45fa7da2b06f4 +size 840770 diff --git a/finnish.tar.bz2 b/finnish.tar.bz2 new file mode 100644 index 0000000..0dad7c4 --- /dev/null +++ b/finnish.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5166a6635cd8b4edd558cb7447f17fa781879a217927a32c0a0106d1b24cd9 +size 370817 diff --git a/francais-IREQ-1.4.tar.bz2 b/francais-IREQ-1.4.tar.bz2 new file mode 100644 index 0000000..00f693f --- /dev/null +++ b/francais-IREQ-1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93208c77457d9486f1e65cd01a5416dd86acfa93e311503ea5221c078b03b38 +size 299849 diff --git a/hk2-deutsch.tar.bz2 b/hk2-deutsch.tar.bz2 new file mode 100644 index 0000000..2587d5d --- /dev/null +++ b/hk2-deutsch.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429f1dfaf86eb651baf45163cbfee8c3ec687de453f7b5b0a4ee19e42c44a91e +size 363424 diff --git a/idanish-1.2.1.tar.bz2 b/idanish-1.2.1.tar.bz2 new file mode 100644 index 0000000..b0f5f80 --- /dev/null +++ b/idanish-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716be70f4c262520b33a2f45105eedcdbfac5121b1118abe655abb42c61a6f56 +size 257278 diff --git a/ispell-czech.tar.bz2 b/ispell-czech.tar.bz2 new file mode 100644 index 0000000..e33862a --- /dev/null +++ b/ispell-czech.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d6cb59d242cd52c3c1c016eee91dfc006f950e5fd711d415ef443bb2e12790 +size 998178 diff --git a/ispell-norsk-2.0.tar.bz2 b/ispell-norsk-2.0.tar.bz2 new file mode 100644 index 0000000..ff2bfc6 --- /dev/null +++ b/ispell-norsk-2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9aa5950554935e0822e66b0fd2362dfbbe095efe0c08b9ef799d4de45c67e7 +size 3463672 diff --git a/ispellcat.tar.bz2 b/ispellcat.tar.bz2 new file mode 100644 index 0000000..253dd19 --- /dev/null +++ b/ispellcat.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5434221ea1a21a73460e6fd63ab173f01d0d2c6c0a0026fb0281ef2af017775f +size 2587952 diff --git a/iswedish-1.2.1.tar.bz2 b/iswedish-1.2.1.tar.bz2 new file mode 100644 index 0000000..87ed2e0 --- /dev/null +++ b/iswedish-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e1ecc1434812a16dde70f32aec5ff13c49ac8ab3743333c30804f0fac7d43f +size 120019 diff --git a/italian.tar.bz2 b/italian.tar.bz2 new file mode 100644 index 0000000..5ddcfca --- /dev/null +++ b/italian.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d1bba408a867bd2d55a94cda0fbf25acfe73727633d9ca8501a5baa59280c7 +size 213325 diff --git a/portugues.tar.bz2 b/portugues.tar.bz2 new file mode 100644 index 0000000..3b02c2f --- /dev/null +++ b/portugues.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d6e18a7b844f24a448a12c3f4bb11a71ce04692e7a6cd596b873ec1e008762 +size 139725 diff --git a/prepare-dicts.dif b/prepare-dicts.dif new file mode 100644 index 0000000..deb1c55 --- /dev/null +++ b/prepare-dicts.dif @@ -0,0 +1,3244 @@ +--- + Makefile.Linux | 241 ++++++++++++++++++++++++++++++++++++++ + README.dicts | 56 ++++++++ + br.ispell-2.4/LC_CTYPE | 1 + br.ispell-2.4/Makefile | 59 +++++---- + br.ispell-2.4/br.aff | 99 +++++++++++++++ + dutch96/LC_CTYPE | 1 + dutch96/Makefile | 40 ++++++ + dutch96/dutch96.aff | 29 ++++ + ellhnika/LC_CTYPE | 1 + ellhnika/Makefile | 40 ++++++ + ellhnika/ellhnika.aff | 82 ++++++++++++ + eo/LC_CTYPE | 1 + eo/Makefile | 44 ++++++ + eo/eo.aff | 2 + espa~nol-1.5/LC_CTYPE | 1 + espa~nol-1.5/Makefile | 43 ++++++ + espa~nol-1.5/espa~nol.aff | 23 +++ + estonian/LC_CTYPE | 1 + estonian/Makefile | 40 ++++++ + estonian/estonian.aff | 21 +++ + finnish/LC_CTYPE | 1 + finnish/Makefile | 43 ++++++ + finnish/finnish.large.aff | 12 + + fix8bit.c | 1 + francais-IREQ-1.4/LC_CTYPE | 1 + francais-IREQ-1.4/Makefile | 40 ++++++ + francais-IREQ-1.4/francais.aff | 60 +++++++-- + hk2-deutsch/LC_CTYPE | 1 + hk2-deutsch/Makefile | 75 +++++++++++ + hk2-deutsch/compeng.txt | 2 + hk2-deutsch/deutsch.aff-hk | 19 ++ + idanish-1.2.1/LC_CTYPE | 1 + idanish-1.2.1/Makefile | 40 ++++++ + idanish-1.2.1/dansk.aff | 61 +++++++++ + ispell-czech/LC_CTYPE | 1 + ispell-czech/Makefile | 26 ++-- + ispell-czech/czech.aff | 2 + ispellcat/CENTERDOT | 23 +++ + ispellcat/LC_CTYPE | 1 + ispellcat/Makefile | 43 ++++++ + ispellcat/catala.aff | 106 ++++++++++++++-- + iswedish-1.2.1/LC_CTYPE | 1 + iswedish-1.2.1/Makefile | 40 ++++++ + iswedish-1.2.1/svenska.aff | 65 ++++++++++ + italian/LC_CTYPE | 1 + italian/Makefile | 40 ++++++ + italian/italian.aff | 73 ++++++++--- + italian/italian.words | 4 + norsk/LC_CTYPE | 1 + norsk/Makefile | 46 ++++--- + norsk/inorsk-hyphenmaybe | 2 + norsk/norsk.aff.in | 26 ++++ + norsk/nynorsk.aff.in | 26 ++++ + norsk/patterns/Makefile | 4 + portugues/LC_CTYPE | 1 + portugues/Makefile | 40 ++++++ + portugues/portugues.aff | 39 ++++++ + rus-ispell/LC_CTYPE | 1 + rus-ispell/Makefile | 46 +++++++ + rus-ispell/russian.aff.koi | 74 +++++++++++ + sjp-ispell-pl-20140213/LC_CTYPE | 1 + sjp-ispell-pl-20140213/Makefile | 45 +++++++ + sjp-ispell-pl-20140213/polish.aff | 31 ++++ + slovensko/LC_CTYPE | 1 + slovensko/Makefile | 39 ++++++ + slovensko/slovensko.aff | 33 +++++ + suse/emacs/brazilian.el | 21 +++ + suse/emacs/catala.el | 20 +++ + suse/emacs/czech.el | 15 ++ + suse/emacs/dansk.el | 21 +++ + suse/emacs/deutsch.el | 21 +++ + suse/emacs/ellhnika.el | 15 ++ + suse/emacs/espanol.el | 21 +++ + suse/emacs/esperanto.el | 21 +++ + suse/emacs/estonian.el | 21 +++ + suse/emacs/finnish.el | 21 +++ + suse/emacs/francais.el | 21 +++ + suse/emacs/italian.el | 21 +++ + suse/emacs/nederlands.el | 21 +++ + suse/emacs/norsk.el | 33 +++++ + suse/emacs/polish.el | 15 ++ + suse/emacs/portugues.el | 21 +++ + suse/emacs/russian.el | 20 +++ + suse/emacs/slovensko.el | 15 ++ + suse/emacs/svenska.el | 21 +++ + 85 files changed, 2335 insertions(+), 114 deletions(-) + +--- Makefile.Linux ++++ Makefile.Linux 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1,241 @@ ++# ++# ++# ++# Makefile.Linux to integrate package into source tree of SUSE Linux. ++# ++# Copyright (c) 1996-99 SuSE GmbH Fuerth, Germany. ++# ++# please send bugfixes or comments to feedback@suse.de. ++# ++# Author: Werner fink, ++# ++ ++DICTDIR = /usr/src/dicts ++DEUTSCH = hk2-deutsch ++FRANCAIS = francais-IREQ-1.4 ++DANSK = idanish-1.2.1 ++ESPANOL = espa~nol-1.5 ++ESPANOLA = espanol-1.5 ++NEDERLANDS = dutch96 ++SVENSKA = iswedish-1.2.1 ++ITALIAN = italian ++NORSK = ispell-norsk-2.0 ++PORTUGUES = portugues ++CATALAN = ispellcat ++CZECH = ispell-czech ++POLISH = sjp-ispell-pl-20140213 ++GREEK = ellhnika ++RUSSIAN = rus-ispell ++ESPERANTO = eo ++SLOVENSKO = slovensko ++BRAZILIAN = br.ispell-2.4 ++FINNISH = finnish ++ESTONIAN = estonian ++ ++all: compile ++ ++# ++# We build all language hash tables together with ispell ++# to avoid trouble with a changed MASKBITS size. ++# ++extract: $(DEUTSCH)/.touch \ ++ $(FRANCAIS)/.touch \ ++ $(DANSK)/.touch \ ++ $(ESPANOL)/.touch \ ++ $(NEDERLANDS)/.touch \ ++ $(SVENSKA)/.touch \ ++ $(ITALIAN)/.touch \ ++ $(NORSK)/.touch \ ++ $(PORTUGUES)/.touch \ ++ $(CATALAN)/.touch \ ++ $(CZECH)/.touch \ ++ $(POLISH)/.touch \ ++ $(GREEK)/.touch \ ++ $(RUSSIAN)/.touch \ ++ $(ESPERANTO)/.touch \ ++ $(SLOVENSKO)/.touch \ ++ $(BRAZILIAN)/.touch \ ++ $(FINNISH)/.touch \ ++ $(ESTONIAN)/.touch \ ++ dummy ++ ++# ++# New language, new target. ++# ++#$()/.touch: ../$().tar.bz2 ++# tar xjf $< -C ./ ++# -cd $()/ && mv -f Makefile Makefile.dist ++# cd $()/ && touch Makefile ++# @touch $@ ++ ++$(DEUTSCH)/.touch: ../$(DEUTSCH).tar.bz2 ++ mkdir -p $(DEUTSCH) ++ tar xjf $< -C ./$(DEUTSCH)/ ++ cd $(DEUTSCH)/ && mv deutsch.aff deutsch.aff-hk ++ -cd $(DEUTSCH)/ && mv -f Makefile Makefile.dist ++ cd $(DEUTSCH)/ && touch Makefile ++ @touch $@ ++ ++$(FRANCAIS)/.touch: ../$(FRANCAIS).tar.bz2 ++ mkdir -p $(FRANCAIS) ++ tar xjf $< -C ./$(FRANCAIS)/ ++ -cd $(FRANCAIS)/ && mv -f Makefile Makefile.dist ++ cd $(FRANCAIS)/ && touch Makefile ++ @touch $@ ++ ++$(DANSK)/.touch: ../$(DANSK).tar.bz2 ++ tar xjf $< -C ./ ++ -cd $(DANSK)/ && mv -f Makefile Makefile.dist ++ cd $(DANSK)/ && touch Makefile ++ @touch $@ ++ ++$(ESPANOL)/.touch: ../$(ESPANOLA).tar.bz2 ++ tar xjf $< -C ./ ++ cd $(ESPANOL)/ && ln -sf espa~nol.words+ espanol.dict ++ -cd $(ESPANOL)/ && mv -f Makefile Makefile.dist ++ cd $(ESPANOL)/ && touch Makefile ++ @touch $@ ++ ++$(NEDERLANDS)/.touch: ../$(NEDERLANDS).tar.bz2 ++ mkdir -p $(NEDERLANDS) ++ tar xjf $< -C ./$(NEDERLANDS)/ ++ cd $(NEDERLANDS)/ && ln -sf dutch96.aff nederlands.aff ++ cd $(NEDERLANDS)/ && ln -sf dutch96.lat nederlands.lat ++ -cd $(NEDERLANDS)/ && mv -f Makefile Makefile.dist ++ cd $(NEDERLANDS)/ && touch Makefile ++ @touch $@ ++ ++$(SVENSKA)/.touch: ../$(SVENSKA).tar.bz2 ++ tar xjf $< -C ./ ++ -cd $(SVENSKA)/ && mv Makefile Makefile.dist ++ cd $(SVENSKA)/ && touch Makefile ++ @touch $@ ++ ++$(ITALIAN)/.touch: ../$(ITALIAN).tar.bz2 ++ mkdir -p $(ITALIAN) ++ tar xjf $< -C ./$(ITALIAN)/ ++ -cd $(ITALIAN)/ && mv -f Makefile Makefile.dist ++ cd $(ITALIAN)/ && touch Makefile ++ @touch $@ ++ ++$(NORSK)/.touch: ../$(NORSK).tar.bz2 ++ ln -sf norsk $(NORSK) # mkdir -p $(NORSK) ++ tar xjf $< -C ./ # $(NORSK)/ ++# -cd $(NORSK)/ && mv -f Makefile Makefile.dist ++# cd $(NORSK)/ && touch Makefile ++ @touch $@ ++ ++$(PORTUGUES)/.touch: ../$(PORTUGUES).tar.bz2 ++ tar xjf $< -C ./ ++ -cd $(PORTUGUES)/ && mv -f Makefile Makefile.dist ++ cd $(PORTUGUES)/ && touch Makefile ++ @touch $@ ++ ++$(CATALAN)/.touch: ../$(CATALAN).tar.bz2 ++ mkdir -p $(CATALAN) ++ tar xjf $< -C ./$(CATALAN)/ ++ -cd $(CATALAN)/ && mv -f Makefile Makefile.dist ++ cd $(CATALAN)/ && touch Makefile ++ @touch $@ ++ ++$(CZECH)/.touch: ../$(CZECH).tar.bz2 ++ tar xjf $< -C ./ ++ @touch $@ ++ ++$(POLISH)/.touch: ../$(POLISH).tar.bz2 ++ tar xjf $< -C ./ ++ @touch $@ ++ ++$(GREEK)/.touch: ../$(GREEK).tar.bz2 ++ mkdir -p $(GREEK) ++ tar xjf $< -C ./$(GREEK)/ ++ @touch $@ ++ ++$(RUSSIAN)/.touch: ../$(RUSSIAN).tar.bz2 ++ mkdir -p $(RUSSIAN) ++ tar xjf $< -C ./$(RUSSIAN) ++ -cd $(RUSSIAN)/ && mv -f Makefile Makefile.dist ++ cd $(RUSSIAN)/ && touch Makefile ++ @touch $@ ++ ++$(ESPERANTO)/.touch: ../$(ESPERANTO)-spell.tar.bz2 ++ tar xjf $< -C ./ ++ -cd $(ESPERANTO)/ && mv -f Makefile Makefile.dist ++ cd $(ESPERANTO)/ && touch Makefile ++ cd $(ESPERANTO)/ && ln -sf eo.aff esperanto.aff ++ @touch $@ ++ ++$(SLOVENSKO)/.touch: ../$(SLOVENSKO).tar.bz2 ++ mkdir -p $(SLOVENSKO) ++ tar xjf $< -C ./$(SLOVENSKO) ++ -cd $(SLOVENSKO)/ && mv -f Makefile Makefile.dist ++ cd $(SLOVENSKO)/ && touch Makefile ++ @touch $@ ++ ++$(BRAZILIAN)/.touch: ../$(BRAZILIAN).tar.bz2 ++ tar xjf $< -C ./ ++ @touch $@ ++ ++$(FINNISH)/.touch: ../$(FINNISH).tar.bz2 ++ tar xjf $< -C ./ ++ @touch $@ ++ ++$(ESTONIAN)/.touch: ../$(ESTONIAN).tar.bz2 ++ tar xjf $< -C ./ ++ @touch $@ ++ ++fix8bit: fix8bit.c ++ gcc -O2 -o fix8bit fix8bit.c ++ ++compile: extract fix8bit ++ @PATH=$$PWD:$$PATH; export PATH; \ ++ for l in ./*/Makefile; do \ ++ ( \ ++ cd $${l%Makefile} ;\ ++ if test -s LC_CTYPE ; then \ ++ export LC_CTYPE=`cat LC_CTYPE` ; \ ++ export LC_COLLATE=`cat LC_CTYPE` ; \ ++ make -f Makefile ;\ ++ else \ ++ echo "No LC_CTYPE encoding" 1>&2 ; \ ++ exit 1 ; \ ++ fi ; \ ++ ) ;\ ++ done ++ ++install: ++ find ./ -name 'Makefile.orig' -exec rm -f '{}' \; ++ find ./ -name '*.cnt' -exec rm -f '{}' \; ++ find ./ -name '*.stat' -exec rm -f '{}' \; ++ for l in ./*/Makefile; do \ ++ ( \ ++ cd $${l%Makefile} ;\ ++ make -f Makefile DESTDIR=$(DESTDIR) install ;\ ++ ) ;\ ++ done ++ find ./ -name '*.hash' -exec rm -f '{}' \; ++ mkdir -p $(DESTDIR)$(DICTDIR) ++ install -m 0644 Makefile.template $(DESTDIR)$(DICTDIR) ++ install -m 0644 fix8bit.c $(DESTDIR)$(DICTDIR) ++ for l in ./*/Makefile; do \ ++ ( \ ++ cp -dR $${l%Makefile} $(DESTDIR)$(DICTDIR) ;\ ++ ) ;\ ++ done ++ find $(DESTDIR)$(DICTDIR) -name '*,v' -exec rm -f '{}' \; ++ find $(DESTDIR)$(DICTDIR) -name '.touch' -exec rm -f '{}' \; ++ if test "$$(id -u)" = "0" ; then \ ++ chown -R root:root $(DESTDIR)$(DICTDIR) ;\ ++ chmod -R u+rw,g+r,o+r $(DESTDIR)$(DICTDIR) ;\ ++ fi ++ find $(DESTDIR)$(DICTDIR) -type d -exec chmod 0755 '{}' \; ++ mkdir -p $(DESTDIR)/usr/share/doc/packages/dicts ++ install -m 0644 README.dicts $(DESTDIR)/usr/share/doc/packages/dicts/ ++ mkdir -p $(DESTDIR)/usr/lib/ispell/emacs ++ for f in suse/emacs/*.el ; do \ ++ install -m 0444 $$f $(DESTDIR)/usr/lib/ispell/emacs/ ; \ ++ done ++ rm -f $(DESTDIR)/usr/lib/ispell/emacs/template.el ++ install -m 0644 suse/emacs/template.el $(DESTDIR)$(DICTDIR) ++ ++dummy: +--- README.dicts ++++ README.dicts 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1,56 @@ ++ ++ Readme for dicts ++ ================ ++ ++The contents of this packages is in /usr/src/dicts/ ++ ++Currently the following sources are included: ++ ++ dutch96 ++ ellhnika ++ espa~nol-1.5 ++ francais-IREQ-1.4 ++ hk2-deutsch ++ ispell-czech-20020628 ++ idanish-1.2.1 ++ ispell-norsk-2.0 ++ ispellcat ++ iswedish-1.2.1 ++ italian ++ polish ++ portugues ++ rus-ispell ++ eo-spell ++ slovensko ++ finnish ++ estonian ++ ++------------------------------------------------------------------ ++ ++ Readme fr dicts ++ ================ ++ ++Der Inhalt dieses Packetes ist unter /usr/src/dicts/ ++zu finden. ++ ++Zur Zeit sind die folgenden Quellen enthalten: ++ ++ dutch96 ++ ellhnika ++ espa~nol-1.5 ++ francais-IREQ-1.4 ++ hk2-deutsch ++ ispell-czech-20020628 ++ idanish-1.2.1 ++ ispell-norsk-2.0 ++ ispellcat ++ iswedish-1.2.1 ++ italian ++ polish ++ portugues ++ rus-ispell ++ eo-spell ++ slovensko ++ finnish ++ estonian ++ +--- br.ispell-2.4/LC_CTYPE ++++ br.ispell-2.4/LC_CTYPE 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1 @@ ++pt_BR.ISO-8859-1 +--- br.ispell-2.4/Makefile ++++ br.ispell-2.4/Makefile 2020-03-31 14:57:25.733679274 +0000 +@@ -16,12 +16,22 @@ + # VDIR - aqui ser colocado o banco de verbos + # MANDIR - aqui ser colocada a man page do conjugue + # +-prefix=/usr/local ++BUILDHASH = buildhash ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++LANGUAGE = brazilian ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-$(LANGUAGE) ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++prefix=/usr + BINDIR=$(prefix)/bin + HASHDIR=/usr/lib/ispell +-VDIR=$(prefix)/lib +-MANDIR=$(prefix)/man +-AWK=/usr/bin/gawk ++VDIR=$(prefix)/lib/$(PACKNAME) ++MANDIR=$(prefix)/share/man/pt_BR ++AWK=/usr/bin/awk + + # + # Daqui para baixo no mexa mais em nada +@@ -39,9 +49,7 @@ conjugue-stamp: + 's|/usr/local/lib/verbos|$(VDIR)/verbos|g' conjugue >conjugue.tmp + chmod 755 conjugue.tmp + mv -f conjugue.tmp conjugue +- sed -e 's|/usr/local/lib|$(VDIR)|g' conjugue.1 >conjugue.1.tmp +- chmod 644 conjugue.1.tmp +- mv -f conjugue.1.tmp conjugue.1 ++ sed -e 's|/usr/local/lib|$(VDIR)|g' conjugue.1 > conjugue.man + touch conjugue-stamp + + # +@@ -57,46 +65,51 @@ conjugue-stamp: + # + v.ispell: conjugue + $(AWK) -f conjugue -v BANCO=verbos -v FORMATO=ci -v CMD=T|\ +- grep -v "^pr/"|grep -v "^/R" >v.tmp ++ grep -vE "^(pr/|/R|$$)" >v.tmp + mv -f v.tmp v.ispell + + # + # Gera o vocabulario total, flexionado com as flags do br.aff. + # + br.hash: v.ispell +- cat v.ispell E.ispell|sort|uniq >br.tmp ++ cat v.ispell E.ispell| sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) >br.tmp + mv -f br.tmp br.ispell +- buildhash br.ispell br.aff br.hash ++ $(BUILDHASH) br.ispell br.aff br.hash + + # + # Instala o br.hash + # +-install-hash: br.ispell +- install -d $(HASHDIR) +- install --mode=644 br.hash br.aff $(HASHDIR) ++install-hash: br.hash br.ispell ++ install -d $(DESTDIR)$(HASHDIR) ++ install --mode=644 br.hash br.aff $(DESTDIR)$(HASHDIR) ++ -ln -sf br.hash $(DESTDIR)$(HASHDIR)/$(HASHFILE) ++ -ln -sf br.aff $(DESTDIR)$(HASHDIR)/$(AFFIXES) + + # + # Instala o conjugue + # + install-conjugue: conjugue +- install -d $(BINDIR) +- install --mode=755 conjugue $(BINDIR)/conjugue +- install -d $(VDIR) +- install --mode=644 verbos $(VDIR)/verbos +- install -d $(MANDIR)/man1 +- install --mode=644 conjugue.1 $(MANDIR)/man1/conjugue.1 ++ install -d $(DESTDIR)$(BINDIR) ++ install --mode=755 conjugue $(DESTDIR)$(BINDIR)/conjugue ++ install -d $(DESTDIR)$(VDIR) ++ install --mode=644 verbos $(DESTDIR)$(VDIR)/verbos ++ install -d $(DESTDIR)$(MANDIR)/man1 ++ install --mode=644 conjugue.man $(DESTDIR)$(MANDIR)/man1/conjugue.1 ++ gzip -9f $(DESTDIR)$(MANDIR)/man1/conjugue.1 + + # + # instala tudo + # + install: install-hash install-conjugue ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ + + # + # Gera o vocabulrio flexionado a partir do br.hash. + # + palavras: br.hash +- cat br.ispell | ispell -e -d ./br.hash | tr " " "\n" |sort|\ +- uniq >palavras.tmp ++ cat br.ispell | ispell -e -d ./br.hash | tr " " "\n" | \ ++ sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) >palavras.tmp + mv -f palavras.tmp palavras.ispell + + # +@@ -105,7 +118,9 @@ palavras: br.hash + # + paradigmas: conjugue + $(AWK) -f conjugue -v BANCO=verbos -v FORMATO=n -v CMD=T|\ +- grep paradigma|sed 's/ deduzido//'|sort|uniq -c|sort ++ grep paradigma|sed 's/ deduzido//'| \ ++ sort -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) | uniq -c | \ ++ sort -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) + + # + # Remove todos os arquivos construdos. +--- br.ispell-2.4/br.aff ++++ br.ispell-2.4/br.aff 2020-03-31 14:57:25.733679274 +0000 +@@ -9,10 +9,107 @@ defstringtype "nroff" "nroff" ".mm" ".ms + + boundarychars ' + +-wordchars [a-z] [A-Z] ++# wordchars [a-z] [A-Z] ++wordchars a A ++stringchar ++stringchar ++stringchar ++stringchar ++wordchars [bc] [BC] ++stringchar ++wordchars [de] [DE] ++stringchar ++stringchar ++stringchar ++wordchars [f-i] [F-I] ++stringchar ++stringchar ++wordchars [j-o] [J-O] ++stringchar ++stringchar ++stringchar ++stringchar ++wordchars [p-u] [P-U] ++stringchar ++stringchar ++stringchar ++wordchars [v-z] [V-Z] + ++# ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar á ++altstringchar à ++altstringchar ã ++altstringchar â ++altstringchar ç ++altstringchar é ++altstringchar è ++altstringchar ê ++altstringchar í ++altstringchar ó ++altstringchar ò ++altstringchar õ ++altstringchar ô ++altstringchar ú ++altstringchar ù ++altstringchar û ++ ++altstringchar Á ++altstringchar À ++altstringchar à ++altstringchar  ++altstringchar Ç ++altstringchar É ++altstringchar È ++altstringchar Ê ++altstringchar Í ++altstringchar Ó ++altstringchar Ò ++altstringchar Õ ++altstringchar Ô ++altstringchar Ú ++altstringchar Ù ++altstringchar Û ++ + altstringtype "tex" "tex" ".tex" ".bib" + ++altstringchar \\\'a ++altstringchar \\\`a ++altstringchar \\\~a ++altstringchar \\\^a ++altstringchar \\c{c} ++altstringchar \\\'e ++altstringchar \\\`e ++altstringchar \\\^e ++altstringchar \\\'{\\i} ++altstringchar \\\'o ++altstringchar \\\`o ++altstringchar \\\~o ++altstringchar \\\^o ++altstringchar \\\'u ++altstringchar \\\`u ++#altstringchar \\\^u ++ ++altstringchar \\\'A ++altstringchar \\\`A ++altstringchar \\\~A ++altstringchar \\\^A ++altstringchar \\c{C} ++altstringchar \\\'E ++altstringchar \\\`E ++altstringchar \\\^E ++altstringchar \\\'I ++altstringchar \\\'O ++altstringchar \\\`O ++altstringchar \\\~O ++altstringchar \\\^O ++altstringchar \\\'U ++altstringchar \\\`U ++#altstringchar \\\^U ++ + prefixes + + flag *I: +--- dutch96/LC_CTYPE ++++ dutch96/LC_CTYPE 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1 @@ ++nl_NL.ISO-8859-1 +--- dutch96/Makefile ++++ dutch96/Makefile 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = nederlands ++DICTEXT = .lat ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-dutch ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- dutch96/dutch96.aff ++++ dutch96/dutch96.aff 2020-03-31 14:57:25.733679274 +0000 +@@ -99,6 +99,35 @@ altstringchar \"u + altstringchar \"U + + # ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".txt" ++ ++altstringchar à ++altstringchar á ++altstringchar â ++altstringchar ä ++altstringchar ç ++altstringchar è ++altstringchar é ++altstringchar ê ++altstringchar ë ++altstringchar ì ++altstringchar í ++altstringchar î ++altstringchar ï ++altstringchar ñ ++altstringchar ò ++altstringchar ó ++altstringchar ô ++altstringchar ö ++altstringchar ù ++altstringchar ú ++altstringchar û ++altstringchar ü ++altstringchar Ü ++ ++# + # MSDOS codepage 437. + # + altstringtype "cp437" "TeX" ".pc" ".txt" +--- ellhnika/LC_CTYPE ++++ ellhnika/LC_CTYPE 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1 @@ ++el_GR.ISO-8859-7 +--- ellhnika/Makefile ++++ ellhnika/Makefile 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = ellhnika ++DICTEXT = .sml ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-greek ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- ellhnika/ellhnika.aff ++++ ellhnika/ellhnika.aff 2020-03-31 14:57:25.733679274 +0000 +@@ -1,5 +1,5 @@ +-# ellhnika.aff for Greek language by and +-$ , ,24-9-97 ++# ellhnika.aff for Greek language by and ++# , ,24-9-97 + nroffchars ().\\* + texchars ()\[]{}<\>\\$*.% + +@@ -19,7 +19,7 @@ wordchars + wordchars + wordchars + wordchars +-wordchars ++wordchars + wordchars + wordchars + wordchars +@@ -35,13 +35,87 @@ wordchars + wordchars + wordchars + wordchars +-wordchars ++wordchars + wordchars + wordchars + wordchars + wordchars + wordchars + ++# ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar α ++altstringchar ά ++altstringchar β ++altstringchar γ ++altstringchar δ ++altstringchar ε ++altstringchar έ ++altstringchar ζ ++altstringchar η ++altstringchar ή ++altstringchar θ ++altstringchar ι ++altstringchar ί ++altstringchar ϊ ++altstringchar ΐ ++altstringchar κ ++altstringchar λ ++altstringchar μ ++altstringchar ν ++altstringchar ξ ++altstringchar ο ++altstringchar ό ++altstringchar π ++altstringchar ρ ++altstringchar σ ++altstringchar ς ++altstringchar τ ++altstringchar υ ++altstringchar ύ ++altstringchar ϋ ++altstringchar ΰ ++altstringchar φ ++altstringchar χ ++altstringchar ψ ++altstringchar ω ++altstringchar ώ ++ ++altstringchar Α ++altstringchar ’ ++altstringchar Β ++altstringchar Γ ++altstringchar Δ ++altstringchar Ε ++altstringchar Έ ++altstringchar Ζ ++altstringchar Η ++altstringchar Ή ++altstringchar Θ ++altstringchar Ι ++altstringchar Ί ++altstringchar Κ ++altstringchar Λ ++altstringchar Μ ++altstringchar Ν ++altstringchar Ξ ++altstringchar Ο ++altstringchar Ό ++altstringchar Π ++altstringchar Ρ ++altstringchar Σ ++altstringchar Τ ++altstringchar Υ ++altstringchar Ύ ++altstringchar Φ ++altstringchar Χ ++altstringchar Ψ ++altstringchar Ω ++altstringchar Ώ ++ + altstringtype "tex" "tex" ".tex" ".bib" + + # flags : +--- eo/LC_CTYPE ++++ eo/LC_CTYPE 2020-03-31 14:57:25.733679274 +0000 +@@ -0,0 +1 @@ ++es_ES.ISO-8859-1 +--- eo/Makefile ++++ eo/Makefile 2020-03-31 14:57:25.745679043 +0000 +@@ -0,0 +1,44 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = esperanto ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-esperanto ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README legumin.l3 ../README.SUSE ++DICTALWAYS = etnoland.txt kancero.txt kerno.txt komputo.txt \ ++ movado.txt personoj.txt pok.txt ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++$(DICTIONARY): $(DICTALWAYS) ++ # ++ # I know esperanto is latin-3 ... nevertheless all 8bit ++ # characters are digraph encoded. ++ # ++ LC_CTYPE=es_ES.ISO-8859-1 ; export LC_CTYPE ; \ ++ eval sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) -o $@ $(DICTALWAYS) ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- eo/eo.aff ++++ eo/eo.aff 2020-03-31 14:57:25.745679043 +0000 +@@ -112,7 +112,7 @@ altstringchar \'ac Jx + altstringchar \'de Sx + altstringchar \'dd Ux + +-altstringtype "utf8" "tex" ".html" ++altstringtype "utf8" "tex" ".txt" ".html" + # + altstringchar ĉ cx + altstringchar ĝ gx +--- espa~nol-1.5/LC_CTYPE ++++ espa~nol-1.5/LC_CTYPE 2020-03-31 14:57:25.745679043 +0000 +@@ -0,0 +1 @@ ++es_ES.ISO-8859-1 +--- espa~nol-1.5/Makefile ++++ espa~nol-1.5/Makefile 2020-03-31 14:57:25.745679043 +0000 +@@ -0,0 +1,43 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = espanol ++LINKNAME = spanish ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-spanish ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = LEAME README ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ln -sf $(AFFIXES) $(DESTDIR)$(LIBDIR)/$(LINKNAME).aff ++ ln -sf $(HASHFILE) $(DESTDIR)$(LIBDIR)/$(LINKNAME).hash ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++$(AFFIXES): espa~nol.aff $(FIX8BIT) ++ $(FIX8BIT) -8 < espa~nol.aff > $(AFFIXES) ++ ++$(FIX8BIT): ../fix8bit.c ++ cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- espa~nol-1.5/espa~nol.aff ++++ espa~nol-1.5/espa~nol.aff 2020-03-31 14:57:25.761678733 +0000 +@@ -226,6 +226,10 @@ + # O S A R > -AR, EMOS # engrosar > engrosemos + # O V A R > -AR, EMOS # encovar > encovemos + # Flags H and I are added. ++# ++# Wed Jan 21 17:56:50 MET 1998, werner@suse.de ++# A few change to get -t of ispell on work ++# + + nroffchars ().\\* + texchars ()\[]{}<\>\\$*.% +@@ -250,7 +254,7 @@ stringchar \'u \'U + stringchar \"u \"U + wordchars [v-z] [V-Z] + +-altstringtype "latin1" "tex" ".txt" ++altstringtype "latin1" "nroff" ".txt" + + altstringchar \xe1 \'a + altstringchar \xc1 \'A +@@ -267,6 +271,23 @@ altstringchar \xda \'U + altstringchar \xfc \"u + altstringchar \xdc \"U + ++altstringtype "utf8" "nroff" ".txt" ++ ++altstringchar á \'a ++altstringchar Á \'A ++altstringchar é \'e ++altstringchar É \'E ++altstringchar í \'i ++altstringchar Í \'I ++altstringchar ñ \'n ++altstringchar Ñ \'N ++altstringchar ó \'o ++altstringchar Ó \'O ++altstringchar ú \'u ++altstringchar Ú \'U ++altstringchar ü \"u ++altstringchar Ü \"U ++ + altstringtype "TeX" "tex" ".tex" + + altstringchar "\\'a" \'a +--- estonian/LC_CTYPE ++++ estonian/LC_CTYPE 2020-03-31 14:57:25.761678733 +0000 +@@ -0,0 +1 @@ ++et_EE.ISO-8859-1 +--- estonian/Makefile ++++ estonian/Makefile 2020-03-31 14:57:25.761678733 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = estonian ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-estonian ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = lesser.txt ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- estonian/estonian.aff ++++ estonian/estonian.aff 2020-03-31 14:57:25.761678733 +0000 +@@ -8,6 +8,9 @@ + # jjpp@meso.ee + # + ++nroffchars ().\\* ++texchars ()\[]{}<\>\\$*.% ++ + compoundwords on + allaffixes on + compoundmin 2 +@@ -23,6 +26,24 @@ wordchars + wordchars [-] [-] + boundarychars [-] [-] + ++# ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar ä ++altstringchar õ ++altstringchar ö ++altstringchar ü ++altstringchar ð ++altstringchar þ ++ ++altstringchar Ä ++altstringchar Õ ++altstringchar Ö ++altstringchar Ü ++altstringchar Ð ++altstringchar Þ + + # tex'i teisendusreeglite koht. need tulevad siia kunagi hiljem. + +--- finnish/LC_CTYPE ++++ finnish/LC_CTYPE 2020-03-31 14:57:25.761678733 +0000 +@@ -0,0 +1 @@ ++fi_FI.ISO-8859-1 +--- finnish/Makefile ++++ finnish/Makefile 2020-03-31 14:57:25.761678733 +0000 +@@ -0,0 +1,43 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = finnish ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-finnish ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = CHANGELOG COPYING ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(AFFIXES): $(LANGUAGE).large.aff ++ ln -sf $< $@ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- finnish/finnish.large.aff ++++ finnish/finnish.large.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -51,6 +51,18 @@ stringchar + stringchar + stringchar + ++# ++# UTF-8 ++# ++altstringtype "utf8" "nroff" ".txt" ++ ++altstringchar ä ++altstringchar å ++altstringchar ö ++altstringchar Ä ++altstringchar Å ++altstringchar Ö ++ + # Flags: + # + # ABCDEFGHIJKLMNOPQRSTUVWXYZ +--- fix8bit.c ++++ fix8bit.c 2020-03-31 14:58:16.744693280 +0000 +@@ -76,6 +76,7 @@ static char Rcs_Id[] = + */ + + #include ++#include + + int main (); /* Convert to/from 8-bit sequences */ + static void usage (); /* Issue a usage message */ +--- francais-IREQ-1.4/LC_CTYPE ++++ francais-IREQ-1.4/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++fr_FR.ISO-8859-1 +--- francais-IREQ-1.4/Makefile ++++ francais-IREQ-1.4/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = francais ++DICTEXT = .dico ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-french ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = LISEZMOI COPYING MANIFEST ChangeLog ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- francais-IREQ-1.4/francais.aff ++++ francais-IREQ-1.4/francais.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -49,7 +49,7 @@ allaffixes on + # apparaissent immdiatement aprs leur version normale. L'ordre des + # accents est celui de la norme ISO 8859-1. + +-defstringtype "list" "nroff" ".list" ++defstringtype "list" "nroff" "latin1" ".list" + + boundarychars [---] + boundarychars ' +@@ -76,36 +76,68 @@ wordchars [v-z] [V-Z] + boundarychars [.] # adresses lectroniques ("." est un regexp!) + + # ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".utf8" ".txt" ++ ++altstringchar à ++altstringchar À ++altstringchar â ++altstringchar  ++altstringchar ç ++altstringchar Ç ++altstringchar è ++altstringchar È ++altstringchar é ++altstringchar É ++altstringchar ê ++altstringchar Ê ++altstringchar ë ++altstringchar Ë ++altstringchar î ++altstringchar Î ++altstringchar ï ++altstringchar Ï ++altstringchar ô ++altstringchar Ô ++altstringchar ù ++altstringchar Ù ++altstringchar û ++altstringchar Û ++altstringchar ü ++altstringchar Ü ++ ++# + # TeX + # + altstringtype "tex" "TeX" ".tex" ".bib" + +-altstringchar "\\`a" +-altstringchar "\\`A" +-altstringchar "\\^a" "" ++altstringchar \\`a ++altstringchar \\`A ++altstringchar \\^a + altstringchar \\^A +-altstringchar "\\c c" +-altstringchar "\\c C" ++altstringchar \\c{c} ++altstringchar \\c{C} + altstringchar \\`e + altstringchar \\`E + altstringchar \\'e + altstringchar \\'E + altstringchar \\^e + altstringchar \\^E +-altstringchar \\"e +-altstringchar \\"E +-altstringchar "\\^\\i " +-altstringchar "\\^\\I " +-altstringchar "\\\"\\i " +-altstringchar "\\\"\\I " ++altstringchar \\\"e ++altstringchar \\\"E ++altstringchar \\^{\\i} ++altstringchar \\^I ++altstringchar \\\"{\\i} ++altstringchar \\\"I + altstringchar \\^o + altstringchar \\^O + altstringchar \\`u + altstringchar \\`U + altstringchar \\^u + altstringchar \\^U +-altstringchar \\"u +-altstringchar \\"U ++altstringchar \\\"u ++altstringchar \\\"U + + prefixes + +--- hk2-deutsch/LC_CTYPE ++++ hk2-deutsch/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++de_DE.ISO-8859-1 +--- hk2-deutsch/Makefile ++++ hk2-deutsch/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,75 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++DICTALWAYS = worte.txt \ ++ verben.txt \ ++ adjektive.txt \ ++ klein.txt \ ++ imperat.txt \ ++ abkuerz.txt \ ++ vornamen.txt \ ++ geographie.txt \ ++ latein.txt \ ++ oesterreich.txt \ ++ informatik.txt \ ++ infoabk.txt \ ++ elektronik.txt \ ++ alphabeta.txt \ ++ roemisch.txt \ ++ orgabk.txt \ ++ marken.txt ++ ++DICTXLARGE = worte2.txt \ ++ zusammen.txt \ ++ technik.txt \ ++ compeng.txt \ ++ geogra2.txt \ ++ vornam2.txt \ ++ namen.txt ++ ++AFFIXES = deutsch.aff ++PACKNAME = ispell-german ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ANNOUNCE Changes Contributors ../README.SUSE ++ ++ ++all: deutschmed.hash deutschlxg.hash ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 deutschmed.hash deutschlxg.hash $(DESTDIR)$(LIBDIR) ++ -ln -sf deutschlxg.hash $(DESTDIR)$(LIBDIR)/deutsch.hash ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++deutschmed.hash: $(AFFIXES) deutsch.med ++ rm -f deutschmed.hash ++ $(BUILDHASH) deutsch.med $(AFFIXES) deutschmed.hash ++ ++deutschlxg.hash: $(AFFIXES) deutsch.lxg ++ rm -f deutschlxg.hash ++ $(BUILDHASH) deutsch.lxg $(AFFIXES) deutschlxg.hash ++ ++$(AFFIXES): deutsch.aff-hk $(FIX8BIT) ++ $(FIX8BIT) -8 < deutsch.aff-hk > $(AFFIXES) ++ ++$(FIX8BIT): ../fix8bit.c ++ cd ../ ; $(MAKE) fix8bit ++ ++deutsch.med: $(DICTALWAYS) README $(AFFIXES) ++ LC_CTYPE=de_DE.ISO-8859-1 ; export LC_CTYPE ; \ ++ eval sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) -o deutsch.med $(DICTALWAYS) ++ ++deutsch.lxg: $(DICTALWAYS) $(DICTXLARGE) README $(AFFIXES) ++ LC_CTYPE=de_DE.ISO-8859-1 ; export LC_CTYPE ; \ ++ eval sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) -o deutsch.lxg $(DICTALWAYS) $(DICTXLARGE) ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- hk2-deutsch/compeng.txt ++++ hk2-deutsch/compeng.txt 2020-03-31 14:57:25.765678656 +0000 +@@ -242,7 +242,7 @@ Zeichenbuffer/S + Zeilenbuffer/S + clippen/IX + decodieren/IXYDO +-decrementieren/IXYDO ++dekrementieren/IXYDO + defaultma"sSig/A + durchtoggeln + einloggen/IXYD +--- hk2-deutsch/deutsch.aff-hk ++++ hk2-deutsch/deutsch.aff-hk 2020-03-31 14:57:25.765678656 +0000 +@@ -274,7 +274,7 @@ altstringchar SS SS + # + # Alternate forms for ISO latin1 charset + # +-altstringtype "latin1" "nroff" ".latin1" ".txt" ++altstringtype "latin1" "TeX" ".latin1" ".txt" ".tex" ".bib" + + altstringchar \344 a\" + altstringchar \304 A\" +@@ -287,6 +287,21 @@ altstringchar ss ss + altstringchar SS SS + + # ++# Alternate forms for UTF-8 charset ++# ++altstringtype "utf8" "TeX" ".utf8" ".txt" ++ ++altstringchar \303\244 a\" ++altstringchar \303\204 A\" ++altstringchar \303\266 o\" ++altstringchar \303\226 O\" ++altstringchar \303\274 u\" ++altstringchar \303\234 U\" ++altstringchar \303\237 sS ++altstringchar ss ss ++altstringchar SS SS ++ ++# + # Alternate form for NeXTSTEP charset + # + altstringtype "NeXT" "TeX" ".NeXT" ".txt" ".tex" +@@ -342,6 +357,8 @@ altstringchar \216 A\" + altstringchar \224 o\" + altstringchar \231 O\" + altstringchar \201 u\" ++altstringchar \232 U\" ++altstringchar \341 sS + altstringchar ss ss + altstringchar SS SS + +--- idanish-1.2.1/LC_CTYPE ++++ idanish-1.2.1/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++da_DK.ISO-8859-1 +--- idanish-1.2.1/Makefile ++++ idanish-1.2.1/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = dansk ++DICTEXT = .datalista ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-danish ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = COPYING danish.html ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- idanish-1.2.1/dansk.aff ++++ idanish-1.2.1/dansk.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -16,7 +16,66 @@ + # along with this affix file; if not, write to the Free Software + # Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139, USA. + +-wordchars [a-z] [A-Z] ++defstringtype "list" "nroff" "latin1" ".list" ".txt" ++ ++wordchars [a-z] [A-Z] ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++ ++# ++# TeX/LaTeX ++# ++altstringtype "tex" "TeX" ".tex" ".bib" ++# ++altstringchar {\\ae} ++altstringchar {\\AE} ++altstringchar {\\aa} ++altstringchar {\\AA} ++altstringchar {\\o} ++altstringchar {\\O} ++altstringchar \\'e ++altstringchar \\'E ++altstringchar \\`e ++altstringchar \\`E ++altstringchar \\\"u ++altstringchar \\\"U ++altstringchar \\\"a ++altstringchar \\\"A ++altstringchar \\\"o ++altstringchar \\\"O ++ ++# ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".utf8" ".txt" ++# ++altstringchar æ ++altstringchar Æ ++altstringchar å ++altstringchar Å ++altstringchar ø ++altstringchar Ø ++altstringchar é ++altstringchar É ++altstringchar è ++altstringchar È ++altstringchar ü ++altstringchar Ü ++altstringchar ä ++altstringchar Ä ++altstringchar ö ++altstringchar Ö ++ ++# ++# Danish ISO 646 makes no sense with diaeresis (german umlauts), ++# grave and acute. ++# + + suffixes + +--- ispell-czech/LC_CTYPE ++++ ispell-czech/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++cs_CZ.ISO-8859-2 +--- ispell-czech/Makefile ++++ ispell-czech/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -3,24 +3,36 @@ + .PRECIOUS: %.a-z + + LANGUAGE = czech +-ISPELLDIR = $(TOPDIR)/usr/lib/ispell ++ISPELLDIR = /usr/lib/ispell + CZECHSOURCES = hlavni.cat nepravid.cat nesklon.cat zajmena.cat \ + cislovk.cat prislovc.cat predlozk.cat spojky.cat \ + citoslov.cat castice.cat zkratky.cat nezaraz.cat \ + krestni.cat prijmeni.cat narstjaz.cat \ + obce.cat geogr.cat jmena.cat hovor.cat chybej.cat + ++PACKNAME = ispell-$(LANGUAGE) ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++MAKE_SORTTMP = -T /var/tmp ++ + all: $(LANGUAGE).hash + + .a-z.hash: ++ rm -f $(LANGUAGE).hash + buildhash $(LANGUAGE).a-z $(LANGUAGE).aff $(LANGUAGE).hash + +-install: +- [ -d $(ISPELLDIR) ] || mkdir -p $(ISPELLDIR) +- install -o 0 -g 0 -m 644 ./$(LANGUAGE).aff $(ISPELLDIR) +- install -o 0 -g 0 -m 644 ./$(LANGUAGE).hash $(ISPELLDIR) +- rm -f ./$(LANGUAGE).hash ++install: $(LANGUAGE).aff $(LANGUAGE).hash ++ mkdir -p $(DESTDIR)$(ISPELLDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0644 ./$(LANGUAGE).aff $(DESTDIR)$(ISPELLDIR)/ ++ install -m 0644 ./$(LANGUAGE).hash $(DESTDIR)$(ISPELLDIR)/ ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ + + czech.a-z: $(CZECHSOURCES) + rm -f czech.a-z +- perl glob.p $(CZECHSOURCES) | LC_ALL=C sort -u > czech.a-z ++ LC_CTYPE=cs_CZ.ISO-8859-2 ; export LC_CTYPE ; \ ++ perl glob.p $(CZECHSOURCES) | \ ++ sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) > czech.a-z ++ LC_CTYPE=cs_CZ.ISO-8859-2 ; export LC_CTYPE ; \ ++ perl glob.p $(CZECHSOURCES) | \ ++ sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) > czech.a-z +--- ispell-czech/czech.aff ++++ ispell-czech/czech.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -97,7 +97,7 @@ stringchar + #boundarychars + + #altstringtype "tex" "tex" ".tex" ".bib" +-altstringtype "utf8" "tex" ".html" ++altstringtype "utf8" "tex" ".txt" ".html" + altstringchar á + altstringchar Á + altstringchar ä +--- ispellcat/CENTERDOT ++++ ispellcat/CENTERDOT 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,23 @@ ++ ++NOTE: ++ ++Char octal 261 aka centered dot (latin-1) seems not accepted by ++altstringchar with in catala.aff. ++maybe a ++ ++ \documentclass{article} ++ ++ \catcode `\\active ++ \def{$\cdot$} ++ ++ \begin{document} ++ ++ allegro ++ ++ \end{document} ++ ++ ++helps to go on. ++ ++ ++Your SUSE Team +--- ispellcat/LC_CTYPE ++++ ispellcat/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++es_ES.ISO-8859-1 +--- ispellcat/Makefile ++++ ispellcat/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,43 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = catala ++LINKNAME = catalan ++DICTEXT = .munchlist ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-catalan ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = LLEGEIX CENTERDOT ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR)/ ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ln -sf $(AFFIXES) $(DESTDIR)$(LIBDIR)/$(LINKNAME).aff ++ ln -sf $(HASHFILE) $(DESTDIR)$(LIBDIR)/$(LINKNAME).hash ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- ispellcat/catala.aff ++++ ispellcat/catala.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -34,8 +34,7 @@ allaffixes on + + defstringtype "list" "nroff" ".list" + +-boundarychars [---] +-boundarychars ' ++boundarychars [---'.] + wordchars a A + stringchar + stringchar # Fernndez +@@ -50,20 +49,58 @@ stringchar # matre + stringchar # vens + stringchar + wordchars [j-n] [J-N] +-stringchar +-stringchar # Muoz +-stringchar # cpia +-stringchar # operaci +-stringchar # Schrdinger ++stringchar ll LL # allego ++stringchar # Muoz ++stringchar # cpia ++stringchar # operaci ++stringchar # Schrdinger + wordchars [o-u] [O-U] + stringchar # nic + stringchar # dirn + wordchars [v-z] [V-Z] +-boundarychars [.] ++ ++# ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".txt" ++ ++altstringchar à ++altstringchar À ++altstringchar á ++altstringchar Á ++altstringchar ç ++altstringchar Ç ++altstringchar è ++altstringchar È ++altstringchar é ++altstringchar É ++altstringchar ë ++altstringchar Ë ++altstringchar î ++altstringchar Î ++altstringchar ï ++altstringchar Ï ++altstringchar í ++altstringchar Í ++altstringchar l·l ll ++altstringchar L·L LL ++altstringchar ñ ++altstringchar Ñ ++altstringchar ò ++altstringchar Ò ++altstringchar ó ++altstringchar Ó ++altstringchar ö ++altstringchar Ö ++altstringchar ú ++altstringchar Ú ++altstringchar ü ++altstringchar Ü ++ + # + # TeX + # +-altstringtype "tex" "TeX" ".tex" ".bib" ++altstringtype "tex" "TeX" ".tex" + + altstringchar + altstringchar +@@ -83,20 +120,61 @@ altstringchar + altstringchar + altstringchar + altstringchar +-altstringchar +-altstringchar +-altstringchar ++altstringchar ll ll ++altstringchar LL LL ++altstringchar ++altstringchar + altstringchar + altstringchar + altstringchar +-altstringchar ++altstringchar + altstringchar + altstringchar + altstringchar +-altstringchar ++altstringchar + altstringchar + altstringchar + ++ ++# ++# Plain TeX ++# ++ ++altstringtype "plaintex" "TeX" ".tex" ".bib" ++ ++altstringchar \\`a ++altstringchar \\`A ++altstringchar \\'a ++altstringchar \\'A ++altstringchar \\c{c} ++altstringchar \\c{C} ++altstringchar \\`e ++altstringchar \\`E ++altstringchar \\'e ++altstringchar \\'E ++altstringchar \\"e ++altstringchar \\"E ++altstringchar \\^{\\i} ++altstringchar \\^I ++altstringchar \\\"{\\i} ++altstringchar \\\"I ++altstringchar \\'{\\i} ++altstringchar \\'I ++altstringchar {\\lgem} ll ++altstringchar {\\Lgem} LL ++altstringchar \\~n ++altstringchar \\~N ++altstringchar \\`o ++altstringchar \\`O ++altstringchar \\'o ++altstringchar \\'O ++altstringchar \\\"o ++altstringchar \\\"O ++altstringchar \\'u ++altstringchar \\'U ++altstringchar \\\"u ++altstringchar \\\"U ++ + prefixes + + flag *A: +--- iswedish-1.2.1/LC_CTYPE ++++ iswedish-1.2.1/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++sv_SE.ISO-8859-1 +--- iswedish-1.2.1/Makefile ++++ iswedish-1.2.1/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = svenska ++DICTEXT = .datalista ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-swedish ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = LaeSMIG COPYING Copyright ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- iswedish-1.2.1/svenska.aff ++++ iswedish-1.2.1/svenska.aff 2020-03-31 14:57:25.765678656 +0000 +@@ -3,9 +3,72 @@ + compoundwords controlled S + compoundmin 3 + ++defstringtype "list" "nroff" "latin1" ".list" ".txt" + + # Fljande rad anger vilka tecken som ska uppfattas som bokstver: +-wordchars [a-z] [A-Z] ++wordchars [a-z] [A-Z] ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++stringchar ++ ++# ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".txt" ++ ++altstringchar å ++altstringchar Å ++altstringchar ä ++altstringchar Ä ++altstringchar ö ++altstringchar Ö ++altstringchar é ++altstringchar É ++altstringchar à ++altstringchar À ++altstringchar ü ++altstringchar Ü ++altstringchar è ++altstringchar È ++altstringchar æ ++altstringchar Æ ++altstringchar ø ++altstringchar Ø ++altstringchar ç ++altstringchar Ç ++ ++# ++# Some useful tex macros ++# ++altstringtype "tex" "TeX" ".tex" ".bib" ++ ++altstringchar {\\aa} ++altstringchar {\\AA} ++altstringchar \\\"a ++altstringchar \\\"A ++altstringchar \\\"o ++altstringchar \\\"O ++altstringchar \\'e ++altstringchar \\'E ++altstringchar \\`a ++altstringchar \\`A ++altstringchar \\\"u ++altstringchar \\\"U ++altstringchar \\`e ++altstringchar \\`E ++altstringchar {\\ae} ++altstringchar {\\AE} ++altstringchar {\\o} ++altstringchar {\\O} ++altstringchar \\c{c} ++altstringchar \\c{C} + + suffixes + +--- italian/LC_CTYPE ++++ italian/LC_CTYPE 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1 @@ ++it_IT.ISO-8859-1 +--- italian/Makefile ++++ italian/Makefile 2020-03-31 14:57:25.765678656 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = italian ++DICTEXT = .words ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-italian ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- italian/italian.aff ++++ italian/italian.aff 2020-03-31 14:57:25.769678579 +0000 +@@ -40,7 +40,7 @@ allaffixes off + # for use with the "-mm" nroff/troff macro package. Users of other formatters + # or macro packages will undoubtedly have to modify these definitions. + # +-defstringtype "list" "nroff" ".list" ++defstringtype "list" "nroff" "latin1" ".list" + + + wordchars a A +@@ -56,6 +56,7 @@ wordchars [j-n] [J-N] + wordchars o O + stringchar + stringchar ++stringchar + wordchars [p-u] [P-U] + stringchar + stringchar +@@ -65,31 +66,61 @@ boundarychars [.] # electr + boundarychars [---] # vedere il significato in quello francese + + # ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".txt" ++ ++altstringchar á ++altstringchar Á ++altstringchar à ++altstringchar À ++altstringchar é ++altstringchar É ++altstringchar è ++altstringchar È ++altstringchar í ++altstringchar Í ++altstringchar ì ++altstringchar Ì ++altstringchar ó ++altstringchar Ó ++altstringchar ò ++altstringchar Ò ++altstringchar ô ++altstringchar Ô ++altstringchar ú ++altstringchar Ú ++altstringchar ù ++altstringchar Ù ++ ++# + # TeX/LaTeX `a la italian.sty (It is the same as the default) + # + + altstringtype "tex" "TeX" ".tex" ".ltx" ".bib" + +-altstringchar "\\'a" +-altstringchar "\\'A" +-altstringchar "\\`a" +-altstringchar "\\`A" +-altstringchar "\\'e" +-altstringchar "\\'E" "" +-altstringchar "\\`e" +-altstringchar "\\`E" +-altstringchar "\\'\\i" +-altstringchar "\\'I" +-altstringchar "\\`\\i" +-altstringchar "\\`I" +-altstringchar "\\'o" +-altstringchar "\\'O" +-altstringchar "\\`o" +-altstringchar "\\`O" +-altstringchar "\\'u" +-altstringchar "\\'U" +-altstringchar "\\`u" +-altstringchar "\\`U" ++altstringchar \\'a ++altstringchar \\'A ++altstringchar \\`a ++altstringchar \\`A ++altstringchar \\'e ++altstringchar \\'E ++altstringchar \\`e ++altstringchar \\`E ++altstringchar \\'{\\i} ++altstringchar \\'I ++altstringchar \\`{\\i} ++altstringchar \\`I ++altstringchar \\'o ++altstringchar \\'O ++altstringchar \\`o ++altstringchar \\`O ++altstringchar \\^o ++altstringchar \\^O ++altstringchar \\'u ++altstringchar \\'U ++altstringchar \\`u ++altstringchar \\`U + + + prefixes +--- italian/italian.words ++++ italian/italian.words 2020-03-31 14:57:25.769678579 +0000 +@@ -62173,7 +62173,7 @@ vuotiamo + vuotiate + vuotino + vuoto +-vuot ++vuot + xenofobia + xilofono + zabaione +@@ -62348,7 +62348,7 @@ zufolavi + zufolavo + zufolerai + zufolerei +-zufoler ++zufoler + zufoli + zufoliamo + zufolino +--- norsk/LC_CTYPE ++++ norsk/LC_CTYPE 2020-03-31 14:57:25.769678579 +0000 +@@ -0,0 +1 @@ ++no_NO.ISO-8859-1 +--- norsk/Makefile ++++ norsk/Makefile 2020-03-31 14:57:25.769678579 +0000 +@@ -8,9 +8,10 @@ + SHELL = /bin/sh + MAKE = make + +-CONFIG = ../../config.sh ++CONFIG = ./.config + PATHADDER = ../.. +-BUILDHASH = ../../buildhash ++BUILDHASH = buildhash ++XX = dont + + # The following variables make it easy to adapt this Makefile to + # numerous languages. +@@ -19,6 +20,11 @@ LANGUAGE = norsk + DICTIONARY = $(LANGUAGE).mch + HASHFILE = $(LANGUAGE).hash + ++PACKNAME = ispell-norsk ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++ + # + # The following variables may be overridden by the superior Makefile, + # based on the LANGUAGES variable in config.X. +@@ -219,32 +225,39 @@ CHOOSEROOTC=${DEFAULTROOTFILTER} # Samme + + all: norsk.hash nynorsk.hash + ++.config: ++ ispell -vv | grep = | sed 's/ = /=/g' > .config ++ echo INSTALL=install >> .config ++ + install: install-norsk install-nynorsk install-scripts ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ @. $(CONFIG); set -x; \ ++ $$INSTALL -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ + + install-norsk install-nynorsk: install-%: %.hash $(CONFIG) + @. $(CONFIG); \ + set -x; \ +- [ -d $$LIBDIR ] || (mkdir $$LIBDIR; chmod 755 $$LIBDIR); \ +- cd $$LIBDIR; rm -f $(subst .hash,.aff,$<) $< ++ [ -d $(DESTDIR)$$LIBDIR ] || (mkdir $(DESTDIR)$$LIBDIR; chmod 755 $(DESTDIR)$$LIBDIR); \ ++ cd $(DESTDIR)$$LIBDIR; rm -f $(subst .hash,.aff,$<) $< + @. $(CONFIG); \ + set -x; \ +- cp $(subst .hash,.aff,$<) $< $$LIBDIR ++ cp $(subst .hash,.aff,$<) $< $(DESTDIR)$$LIBDIR + @. $(CONFIG); \ + set -x; \ +- cd $$LIBDIR; \ ++ cd $(DESTDIR)$$LIBDIR; \ + chmod 644 $(subst .hash,.aff,$<) $< + + install-scripts: inorsk-compwordsmaybe inorsk-hyphenmaybe $(CONFIG) + @. $(CONFIG); \ + set -x; \ +- [ -d $$BINDIR ] || (mkdir $$BINDIR; chmod 755 $$BINDIR); \ +- cd $$BINDIR; \ ++ [ -d $(DESTDIR)$$BINDIR ] || (mkdir $(DESTDIR)$$BINDIR; chmod 755 $(DESTDIR)$$BINDIR); \ ++ cd $(DESTDIR)$$BINDIR; \ + rm -f inorsk-compwordsmaybe inorsk-hyphenmaybe + @. ${CONFIG}; \ + set -x; \ +- $$INSTALL inorsk-compwordsmaybe inorsk-hyphenmaybe $$BINDIR ++ $$INSTALL -m 0755 inorsk-compwordsmaybe inorsk-hyphenmaybe $(DESTDIR)$$BINDIR + +-norsk.hash nynorsk.hash: %.hash: %.mch %.aff ${BUILDHASH} ++norsk.hash nynorsk.hash: %.hash: %.mch %.aff + rm -f $@ + ${BUILDHASH} $< $(subst .hash,.aff,$@) $@ + +@@ -311,7 +324,7 @@ munched.%: norsk.words norsk.aff.munch n + | sed -e 's/^\(.*\)$$/----\1\*\1/' | tr '*' '\n' \ + | sed -e '/----/ s///g' \ + | sed -e N -e 's/\n/ ----/' \ +- | sort '-t/' -u +0f -1 +0 \ ++ | sort '-t/' -u -k 1f,1 -k 1 \ + | sed -e 's/.*----//' \ + | sed -e 's/\(et\/.*T.*\)V/\1/' \ + -e 's/\(e\/.*T.*\)W/\1/' \ +@@ -337,8 +350,9 @@ munched.%: norsk.words norsk.aff.munch n + # This pipe produce a file containing the a line number of munch2.tmp and + # the frequency indicator for that line. Note that the summation rule + # is not the usual one. ++ LC_ALL=POSIX;\ + PATH=$(PATHADDER):$$PATH; \ +- export PATH; \ ++ export PATH LC_ALL; \ + cat munch2.tmp \ + | tr -d ' ' \ + | ispell -e -d ./${LANGUAGE}.munch.hash \ +@@ -394,7 +408,7 @@ munched.%: norsk.words norsk.aff.munch n + rm munch[123].tmp + + +-norsk.mch: forkort.txt $(patsubst %,munched.%,${CATHEGORIES}) $(AFFIXES) ++$(XX)norsk.mch: forkort.txt $(patsubst %,munched.%,${CATHEGORIES}) $(AFFIXES) + # Here we make the dictionary that is read by the ispell's builhash + # program. The main difficulty is to delete compound words with + # frequency indicator less than COMPOUNDLIMIT accepted in controlled +@@ -403,7 +417,7 @@ norsk.mch: forkort.txt $(patsubst %,munc + # First make a list of words with some compound flag, and a hash-file. + cat forkort.txt $(patsubst %,munched.%,${CATHEGORIES}) \ + | tr -d '\-0-9 ' \ +- | grep "\/.*[z\\_\`]" \ ++ | ( grep "\/.*[z\\_\`]" || true ) \ + > comp1.tmp + $(BUILDHASH) comp1.tmp $(AFFIXES) comp.hash + +@@ -438,7 +452,7 @@ norsk.mch: forkort.txt $(patsubst %,munc + # containing xxxx and yyyy. Those words didn't fit in in the munching, + # and since it is few words I don't want to fiddle with them. + cat -n forkort.txt $(patsubst %,munched.%,${CATHEGORIES}) \ +- | sort -n -m -s +0 -1 comp3.tmp - \ ++ | sort -n -m -s -k 1,1 comp3.tmp - \ + | sed -e '/^[0-9]\+$$/,/.*/ D' -e '/\(xxxx\|yyyy\)\// D' \ + | tr -d '\- 0-9' \ + > $@ +@@ -456,7 +470,7 @@ norsk.mch: forkort.txt $(patsubst %,munc + + + +-nynorsk.mch: norsk.words ny${AFFIXES}.munch ++$(XX)nynorsk.mch: norsk.words ny${AFFIXES}.munch + PATH=$(PATHADDER):$$PATH; \ + export PATH; \ + ${CATNOHEADER} \ +--- norsk/inorsk-hyphenmaybe ++++ norsk/inorsk-hyphenmaybe 2020-03-31 14:57:25.769678579 +0000 +@@ -1,4 +1,4 @@ +-: Use /bin/bash ++# !/bin/bash + + # Copyright: Rune Kleveland (2000) + # License : GPL +--- norsk/norsk.aff.in ++++ norsk/norsk.aff.in 2020-03-31 14:57:25.769678579 +0000 +@@ -56,6 +56,32 @@ altstringchar + altstringchar + altstringchar + ++# ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".tex" ".bib" ++ ++altstringchar ç ++altstringchar Ç ++altstringchar é ++altstringchar É ++altstringchar ê ++altstringchar Ê ++altstringchar è ++altstringchar È ++altstringchar ó ++altstringchar Ó ++altstringchar ô ++altstringchar Ô ++altstringchar ò ++altstringchar Ò ++altstringchar æ ++altstringchar Æ ++altstringchar ø ++altstringchar Ø ++altstringchar å ++altstringchar Å ++ + # + # Html + # +--- norsk/nynorsk.aff.in ++++ norsk/nynorsk.aff.in 2020-03-31 14:57:25.769678579 +0000 +@@ -59,6 +59,32 @@ altstringchar + altstringchar + altstringchar + ++# ++# UTF-8 ++# ++altstringtype "utf8" "TeX" ".tex" ".bib" ++ ++altstringchar ç ++altstringchar Ç ++altstringchar é ++altstringchar É ++altstringchar ê ++altstringchar Ê ++altstringchar è ++altstringchar È ++altstringchar ó ++altstringchar Ó ++altstringchar ô ++altstringchar Ô ++altstringchar ò ++altstringchar Ò ++altstringchar æ ++altstringchar Æ ++altstringchar ø ++altstringchar Ø ++altstringchar å ++altstringchar Å ++ + # + # Html + # +--- norsk/patterns/Makefile ++++ norsk/patterns/Makefile 2020-03-31 14:57:25.769678579 +0000 +@@ -337,7 +337,7 @@ feil.%: pattmp + | grep [.-] \ + | sed -e 's/^\([^0-9]\)/1\1/' \ + -e 's/^\([0-9]\)\([^ ]* \)/\2\1 /' \ +- | sort -s +2 \ ++ | sort -s -k 3 \ + | gzip -9 \ + > $@ + +@@ -873,7 +873,7 @@ norsk.singlewords.sorted: norsk.singlewo + | tr '' '\n' \ + | sed -e '/----/ s/[\*-4]//g' \ + | sed -e N -e 's/\n/ ----/' \ +- | sort '-t/' -u +0f -1 +0 \ ++ | sort '-t/' -u -k 1f,1 -k 1 \ + | sed -e 's/.*----//' \ + > $@ + +--- portugues/LC_CTYPE ++++ portugues/LC_CTYPE 2020-03-31 14:57:25.773678501 +0000 +@@ -0,0 +1 @@ ++pt_PT.ISO-8859-1 +--- portugues/Makefile ++++ portugues/Makefile 2020-03-31 14:57:25.773678501 +0000 +@@ -0,0 +1,40 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = portugues ++DICTEXT = .dic ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-portuguese ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- portugues/portugues.aff ++++ portugues/portugues.aff 2020-03-31 14:57:25.773678501 +0000 +@@ -113,6 +113,45 @@ altstringchar \`U + #altstringchar \^U + + # ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar á ++altstringchar à ++altstringchar ã ++altstringchar â ++altstringchar ç ++altstringchar é ++altstringchar è ++altstringchar ê ++altstringchar í ++altstringchar ó ++altstringchar ò ++altstringchar õ ++altstringchar ô ++altstringchar ú ++altstringchar ù ++#altstringchar û ++ ++altstringchar Á ++altstringchar À ++altstringchar à ++altstringchar  ++altstringchar Ç ++altstringchar É ++altstringchar È ++altstringchar Ê ++altstringchar Í ++altstringchar Ó ++altstringchar Ò ++altstringchar Õ ++altstringchar Ô ++altstringchar Ú ++altstringchar Ù ++#altstringchar Û ++ ++# + # Plain TeX + # + altstringtype "tex" "nroff" ".tex" +--- rus-ispell/LC_CTYPE ++++ rus-ispell/LC_CTYPE 2020-03-31 14:57:25.773678501 +0000 +@@ -0,0 +1 @@ ++ru_RU.KOI8-R +--- rus-ispell/Makefile ++++ rus-ispell/Makefile 2020-03-31 14:57:25.773678501 +0000 +@@ -0,0 +1,46 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = russian ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-russian ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README README.koi ../README.SUSE ++DICTALWAYS = base.koi \ ++ computer.koi \ ++ geography.koi \ ++ rare.koi \ ++ science.koi ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++$(DICTIONARY): $(AFFIXES) $(DICTALWAYS) ++ LC_CTYPE=ru_RU.KOI8-R ; export LC_CTYPE ; \ ++ eval sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) -o $@ $(DICTALWAYS) ++ ++$(AFFIXES): russian.aff.koi ++ sed -e "s/\#koi/wordchars/" $< > $@ ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- rus-ispell/russian.aff.koi ++++ rus-ispell/russian.aff.koi 2020-03-31 14:57:25.785678270 +0000 +@@ -60,6 +60,80 @@ texchars ()\[]{}<\>\\$*.% + #mac \xdf \x9f + #mac \xde \xdd + ++# ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar А ++altstringchar Б ++altstringchar В ++altstringchar Г ++altstringchar Д ++altstringchar Е ++altstringchar Ё ++altstringchar Ж ++altstringchar З ++altstringchar И ++altstringchar Й ++altstringchar К ++altstringchar Л ++altstringchar М ++altstringchar Н ++altstringchar О ++altstringchar П ++altstringchar Р ++altstringchar С ++altstringchar Т ++altstringchar У ++altstringchar Ф ++altstringchar Х ++altstringchar Ц ++altstringchar Ч ++altstringchar Ш ++altstringchar Щ ++altstringchar Ъ ++altstringchar Ы ++altstringchar Ь ++altstringchar Э ++altstringchar Ю ++altstringchar Я ++ ++altstringchar а ++altstringchar б ++altstringchar в ++altstringchar г ++altstringchar д ++altstringchar е ++altstringchar ё ++altstringchar ж ++altstringchar з ++altstringchar и ++altstringchar й ++altstringchar к ++altstringchar л ++altstringchar м ++altstringchar н ++altstringchar о ++altstringchar п ++altstringchar р ++altstringchar с ++altstringchar т ++altstringchar у ++altstringchar ф ++altstringchar х ++altstringchar ц ++altstringchar ч ++altstringchar ш ++altstringchar щ ++altstringchar ъ ++altstringchar ы ++altstringchar ь ++altstringchar э ++altstringchar ю ++altstringchar я ++ ++ + # Here's a record of flags used, in case you want to add new ones. + # + # ABCDEFGHIJKLMNOPQRSTUVWXYZ +--- sjp-ispell-pl-20140213/LC_CTYPE ++++ sjp-ispell-pl-20140213/LC_CTYPE 2020-03-31 14:57:25.785678270 +0000 +@@ -0,0 +1 @@ ++pl_PL.ISO-8859-2 +--- sjp-ispell-pl-20140213/Makefile ++++ sjp-ispell-pl-20140213/Makefile 2020-03-31 14:57:25.785678270 +0000 +@@ -0,0 +1,45 @@ ++# ++# Simple Makefile to integrate this language into ++# SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = polish ++DICTEXT = .dict ++DICTIONARY = $(LANGUAGE)$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-polish ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = ../README.SUSE ++DICTALWAYS = polish.all polish.minus ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++$(DICTIONARY): $(DICTALWAYS) ++ LC_CTYPE=pl_PL.ISO-8859-2 ; export LC_CTYPE ; \ ++ sort -u -t/ -k 1f,1 -k 1 $(MAKE_SORTTMP) -o $@ $(DICTALWAYS) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- sjp-ispell-pl-20140213/polish.aff ++++ sjp-ispell-pl-20140213/polish.aff 2020-03-31 14:57:25.789678192 +0000 +@@ -124,9 +124,9 @@ texchars ()\[]{}<\>\\$*.% + + defstringtype "nroff" "nroff" ".mm" ".ms" ".me" ".man" ".NeXT" + +-boundarychars "-" +-boundarychars "'" +-boundarychars "." ++boundarychars [---] ++boundarychars ' ++boundarychars . + wordchars [a-z] [A-Z] + wordchars + wordchars +@@ -139,6 +139,31 @@ wordchars + wordchars + + # ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar ę ++altstringchar ó ++altstringchar ą ++altstringchar ś ++altstringchar ł ++altstringchar ż ++altstringchar ź ++altstringchar ć ++altstringchar ń ++ ++altstringchar Ę ++altstringchar Ó ++altstringchar Ą ++altstringchar Ś ++altstringchar Ł ++altstringchar Ż ++altstringchar Ź ++altstringchar Ć ++altstringchar Ń ++ ++# + #zestaw flag b d e f g h i j k l m n o p q r s t u v w x y z + # - - - - - - - - - - - - - - - - - - - - - - - - - - + # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z +--- slovensko/LC_CTYPE ++++ slovensko/LC_CTYPE 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1 @@ ++sl_SI.ISO-8859-2 +--- slovensko/Makefile ++++ slovensko/Makefile 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,39 @@ ++# ++# Simple Makefile to integrate this language into SUSE Linux ++# ++BUILDHASH = buildhash ++LIBDIR = /usr/lib/ispell ++MAKE_SORTTMP = -T /var/tmp ++FIX8BIT = ../fix8bit ++ ++LANGUAGE = slovensko ++DICTEXT = .munched ++DICTIONARY = mte-sl$(DICTEXT) ++AFFIXES = $(LANGUAGE).aff ++HASHFILE = $(LANGUAGE).hash ++PACKNAME = ispell-slovene ++DOCDIR = /usr/share/doc/packages/$(PACKNAME) ++DOCSOURCE = README ../README.SUSE ++ ++ ++all: $(HASHFILE) ++ ++install: all ++ -test -s $(DESTDIR)$(LIBDIR)/$(AFFIXES) || install -m 0644 $(AFFIXES) $(DESTDIR)$(LIBDIR) ++ install -m 0644 $(HASHFILE) $(DESTDIR)$(LIBDIR) ++ mkdir -p $(DESTDIR)$(DOCDIR) ++ install -m 0444 $(DOCSOURCE) $(DESTDIR)$(DOCDIR)/ ++ ++$(HASHFILE): $(AFFIXES) $(DICTIONARY) ++ rm -f $(HASHFILE) ++ $(BUILDHASH) $(DICTIONARY) $(AFFIXES) $(HASHFILE) ++ ++#$(AFFIXES): XXX $(FIX8BIT) ++# $(FIX8BIT) -8 < XXX > $(AFFIXES) ++# ++#$(FIX8BIT): ../fix8bit.c ++# cd ../ ; $(MAKE) fix8bit ++ ++clean: ++ rm -f core *.hash *.stat *.cnt ++ +--- slovensko/slovensko.aff ++++ slovensko/slovensko.aff 2020-03-31 14:57:25.789678192 +0000 +@@ -71,6 +71,39 @@ wordchars [v-z] [V-Z] + stringchar + + # ++# UTF-8 ++# ++altstringtype "utf8" "tex" ".txt" ++ ++altstringchar č ++altstringchar š ++altstringchar ž ++altstringchar Č ++altstringchar Š ++altstringchar Ž ++ ++altstringchar á ++altstringchar á ++altstringchar â ++altstringchar  ++altstringchar é ++altstringchar É ++altstringchar î ++altstringchar Î ++altstringchar í ++altstringchar Í ++altstringchar ó ++altstringchar Ó ++altstringchar ô ++altstringchar Ô ++altstringchar ú ++altstringchar Ú ++ ++altstringchar ć ++altstringchar Ć ++ ++ ++# + # Plain LaTeX files + # + altstringtype "latex" "tex" ".tex" ".bib" +--- suse/emacs/brazilian.el ++++ suse/emacs/brazilian.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "br.hash" ++ '("brazilian-tex" ++ "[A-Za-z'\\`^}{~]" ++ "[^A-Za-z'\\`^}{~]" ++ "['\"^~]" nil ("-B" "-d" "br") "~tex" nil)) ++ ++(append-ispell-dict-alist "br.hash" ++ '("brazilian" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "br") "~nroff" iso-latin-1)) ++ ++(append-ispell-dict-alist "br.hash" ++ '("brazilian-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "br") "~utf8" utf-8)) ++ +--- suse/emacs/catala.el ++++ suse/emacs/catala.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,20 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "catala.hash" ++ '("catalan-tex" ++ "[A-Za-z'\"\\`^}{~\267]" ++ "[^A-Za-z'\"\\`^}{~\267]" ++ "[---'.\"\\`^}{~]" nil ("-B" "-d" "catala") "~plaintex" nil)) ++ ++(append-ispell-dict-alist "catala.hash" ++ '("catalan" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---'.]" nil ("-B" "-d" "catala") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "catala.hash" ++ '("catalan-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---'.]" nil ("-B" "-d" "catala") "~utf8" utf-8)) +--- suse/emacs/czech.el ++++ suse/emacs/czech.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,15 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "czech.hash" ++ '("czech" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "czech") nil iso-latin-2)) ++ ++(append-ispell-dict-alist "czech.hash" ++ '("czech-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "czech") "~utf8" utf-8)) ++ +--- suse/emacs/dansk.el ++++ suse/emacs/dansk.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "dansk.hash" ++ '("dansk-tex" ++ "[A-Za-z'\"\\`}{]" ++ "[^A-Za-z'\"\\`}{]" ++ "['\"\\`}{]" nil ("-C" "-d" "dansk") "~tex" nil)) ++ ++(append-ispell-dict-alist "dansk.hash" ++ '("dansk" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "dansk") "~list" iso-latin-1)) ; regexp "" or [] leads to an error ++ ++(append-ispell-dict-alist "dansk.hash" ++ '("dansk-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "dansk") "~utf8" utf-8)) ; regexp "" or [] leads to an error ++ +--- suse/emacs/deutsch.el ++++ suse/emacs/deutsch.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "deutsch.hash" ++ '("deutsch-babel" ++ "[a-zA-Z\"]" ++ "[^a-zA-Z\"]" ++ "[']" t ("-C" "-d" "deutsch") "~tex" nil)) ++ ++(append-ispell-dict-alist "deutsch.hash" ++ '("deutsch" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-C" "-d" "deutsch") "~latin1" iso-latin-1)) ++ ++(append-ispell-dict-alist "deutsch.hash" ++ '("deutsch-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-C" "-d" "deutsch") "~utf8" utf-8)) ++ +--- suse/emacs/ellhnika.el ++++ suse/emacs/ellhnika.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,15 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "ellhnika.hash" ++ '("ellhnika" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "ellhnika") nil iso-latin-7)) ++ ++(append-ispell-dict-alist "ellhnika.hash" ++ '("ellhnika-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "ellhnika") "~utf8" utf-8)) ++ +--- suse/emacs/espanol.el ++++ suse/emacs/espanol.el 2020-03-31 14:57:25.789678192 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "espanol.hash" ++ '("espanol-babel" ++ "[A-Za-z'\"^~]" ++ "[^A-Za-z'\"^~]" ++ "['\"^~]" nil ("-B" "-d" "espanol") "~tex" nil)) ++ ++(append-ispell-dict-alist "espanol.hash" ++ '("espanol" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "espanol") "~latin1" iso-latin-1)) ; regexp "" or [] leads to an error ++ ++(append-ispell-dict-alist "espanol.hash" ++ '("espanol-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "espanol") "~utf8" utf-8)) ; regexp "" or [] leads to an error ++ +--- suse/emacs/esperanto.el ++++ suse/emacs/esperanto.el 2020-03-31 14:57:25.793678115 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "esperanto.hash" ++ '("esperanto-babel" ++ "[A-Za-z^\\]" ++ "[^A-Za-z^\\]" ++ "[---'`\"]" t ("-C" "-d" "esperanto") "~tex" nil)) ++ ++(append-ispell-dict-alist "esperanto.hash" ++ '("esperanto" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-C" "-d" "esperanto") "~latin3" iso-latin-3)) ++ ++(append-ispell-dict-alist "esperanto.hash" ++ '("esperanto-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-C" "-d" "esperanto") "~utf8" utf-8)) ++ +--- suse/emacs/estonian.el ++++ suse/emacs/estonian.el 2020-03-31 14:57:25.793678115 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "estonian.hash" ++ '("estonian-babel" ++ "[a-zA-Z\"]" ++ "[^a-zA-Z\"]" ++ "[-]" t ("-C" "-d" "estonian") "~tex" nil)) ++ ++(append-ispell-dict-alist "estonian.hash" ++ '("estonian" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[-]" t ("-C" "-d" "estonian") "~latin1" iso-latin-1)) ++ ++(append-ispell-dict-alist "estonian.hash" ++ '("estonian-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[-]" t ("-C" "-d" "estonian") "~utf8" utf-8)) ++ +--- suse/emacs/finnish.el ++++ suse/emacs/finnish.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "finnish.hash" ++ '("finnish-babel" ++ "[a-zA-Z\"]" ++ "[^a-zA-Z\"]" ++ "[':-]" t ("-C" "-d" "finnish") "~tex" nil)) ++ ++(append-ispell-dict-alist "finnish.hash" ++ '("finnish" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[':-]" t ("-C" "-d" "finnish") "~latin1" iso-latin-1)) ++ ++(append-ispell-dict-alist "finnish.hash" ++ '("finnish-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[':-]" t ("-C" "-d" "finnish") "~utf8" utf-8)) ++ +--- suse/emacs/francais.el ++++ suse/emacs/francais.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "francais.hash" ++ '("francais-tex" ++ "[A-Za-z'\"\\`^}{]" ++ "[^A-Za-z'\"\\`^}{]" ++ "[---'\"\\`^}{]" t ("-d" "francais") "~tex" nil)) ++ ++(append-ispell-dict-alist "francais.hash" ++ '("francais" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-d" "francais") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "francais.hash" ++ '("francais-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-d" "francais") "~utf8" utf-8)) ++ +--- suse/emacs/italian.el ++++ suse/emacs/italian.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "italian.hash" ++ '("italiano-tex" ++ "[A-Za-z'\\`^}{]" ++ "[^A-Za-z'\\`^}{]" ++ "['\\`^}{]" t ("-d" "italian") "~tex" nil)) ++ ++(append-ispell-dict-alist "italian.hash" ++ '("italiano" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-d" "italian") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "italian.hash" ++ '("italiano-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-d" "italian") "~utf8" utf-8)) ++ +--- suse/emacs/nederlands.el ++++ suse/emacs/nederlands.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "nederlands.hash" ++ '("nederlands-babel" ++ "[A-Za-z'\"\\`^}{~]" ++ "[^A-Za-z'\"\\`^}{~]" ++ "[---'\"\\`^}{~]" t ("-C" "-d" "nederlands") "~tex" nil)) ++ ++(append-ispell-dict-alist "nederlands.hash" ++ '("nederlands" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-C" "-d" "nederlands") "~latin1" iso-latin-1)) ++ ++(append-ispell-dict-alist "nederlands.hash" ++ '("nederlands-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" t ("-C" "-d" "nederlands") "~utf8" utf-8)) ++ +--- suse/emacs/norsk.el ++++ suse/emacs/norsk.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,33 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "norsk.hash" ++ '("norsk-tex" ++ "[A-Za-z'\"\\`^}{]" ++ "[^A-Za-z'\"\\`^}{]" ++ "['\"\\`}{]" nil ("-C" "-d" "norsk") "~plaintex" nil)) ++ ++(append-ispell-dict-alist "norsk.hash" ++ '("norsk" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "norsk") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "nynorsk.hash" ++ '("nynorsk-tex" ++ "[A-Za-z'\"\\`^}{]" ++ "[^A-Za-z'\"\\`^}{]" ++ "['\"\\`}{]" nil ("-C" "-d" "nynorsk") "~plaintex" nil)) ++ ++(append-ispell-dict-alist "nynorsk.hash" ++ '("nynorsk" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "nynorsk") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "nynorsk.hash" ++ '("nynorsk-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "nynorsk") "~utf8" utf-8)) ++ +--- suse/emacs/polish.el ++++ suse/emacs/polish.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,15 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "polish.hash" ++ '("polish" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" nil ("-B" "-d" "polish") nil iso-latin-2)) ++ ++(append-ispell-dict-alist "polish.hash" ++ '("polish-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" nil ("-B" "-d" "polish") "~utf8" utf-8)) ++ +--- suse/emacs/portugues.el ++++ suse/emacs/portugues.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "portugues.hash" ++ '("portugues-tex" ++ "[A-Za-z'\\`^}{~]" ++ "[^A-Za-z'\\`^}{~]" ++ "['\"^~]" nil ("-B" "-d" "portugues") "~tex" nil)) ++ ++(append-ispell-dict-alist "portugues.hash" ++ '("portugues" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "portugues") "~lat" iso-latin-1)) ++ ++(append-ispell-dict-alist "portugues.hash" ++ '("portugues-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-B" "-d" "portugues") "~utf8" utf-8)) ++ +--- suse/emacs/russian.el ++++ suse/emacs/russian.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,20 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(if (string-match "XEmacs\\|Lucid" emacs-version) ++ (append-ispell-dict-alist "russian.hash" ++ '("russian-koi8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-B" "-d" "russian") nil nil)) ++ (append-ispell-dict-alist "russian.hash" ++ '("russian" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-B" "-d" "russian") nil cyrillic-koi8))) ++ ++(append-ispell-dict-alist "russian.hash" ++ '("russian-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" t ("-B" "-d" "russian") "~utf8" utf-8)) +--- suse/emacs/slovensko.el ++++ suse/emacs/slovensko.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,15 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "slovensko.hash" ++ '("slovensko" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" nil ("-B" "-d" "slovensko") nil iso-latin-2)) ++ ++(append-ispell-dict-alist "slovensko.hash" ++ '("slovensko-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[---']" nil ("-B" "-d" "slovensko") "~utf8" utf-8)) ++ +--- suse/emacs/svenska.el ++++ suse/emacs/svenska.el 2020-03-31 14:57:25.797678038 +0000 +@@ -0,0 +1,21 @@ ++;; Used by ispell-emacs-menu.el ++;; Do *not* byte-compile this file because its loaded by both emacs and xemacs ++ ++(append-ispell-dict-alist "svenska.hash" ++ '("svenska-tex" ++ "[A-Za-z'\"\\`}{]" ++ "[^A-Za-z'\"\\`}{]" ++ "['\"\\`}{]" nil ("-C" "-d" "svenska") "~tex" nil)) ++ ++(append-ispell-dict-alist "svenska.hash" ++ '("svenska" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "svenska") "~list" iso-latin-1)) ++ ++(append-ispell-dict-alist "svenska.hash" ++ '("svenska-utf8" ++ "[[:alpha:]]" ++ "[^[:alpha:]]" ++ "[']" nil ("-C" "-d" "svenska") "~utf8" utf-8)) ++ diff --git a/prepare-dicts.tar.bz2 b/prepare-dicts.tar.bz2 new file mode 100644 index 0000000..7be62f9 --- /dev/null +++ b/prepare-dicts.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316938688358d1fdf4082ce37e6cf514f7bb60a2efce9cc444c4d503fd37cbcb +size 30720 diff --git a/rus-ispell.tar.bz2 b/rus-ispell.tar.bz2 new file mode 100644 index 0000000..0bbdc32 --- /dev/null +++ b/rus-ispell.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241eec10ee96e887bbce92524cea221f5c39f79e970ee99f4746862e5a74d6d8 +size 390953 diff --git a/sjp-ispell-pl-20140213.tar.bz2 b/sjp-ispell-pl-20140213.tar.bz2 new file mode 100644 index 0000000..96057a5 --- /dev/null +++ b/sjp-ispell-pl-20140213.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad4945da07d49e92f0e09869d5f90b786a8b9322b5b6ca123f0fd14b9b648e3 +size 1152196 diff --git a/slovensko.tar.bz2 b/slovensko.tar.bz2 new file mode 100644 index 0000000..af417d5 --- /dev/null +++ b/slovensko.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b6a65cef6405941354539e2b5ef7c4d7233f6fa196b494102c59a1dda7cee2 +size 348571