ispell-french stable port information

Package: ispell-french
Version: 1.0
Revision: 1
Depends: ispell
Description: French ispell dictionary
DescDetail: <<
This is the "Francais-GUTenberg" French dictionary
for use with ispell.
<<
Source: http://www.unil.ch/ling/cp/Francais-GUTenberg-v%v.tar.gz
Source-MD5: 2c76980419efb6bda122a5e0e85c9247
SourceDirectory: Francais-GUTenberg-v%v
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: c422380248206913b2bcfd2f420c5403
CompileScript: <<
/usr/bin/printf "o\nn\nn\no\no\no\nn\no\nn\nn\n" | ./makehash
<<
InstallScript: <<
mkdir -p %i/lib
cp francais.aff francais.hash %i/lib/
<<
DocFiles: ALIRE HISTORIQUE GPL* docs/reference.pdf
DescPort: <<
- The makehash script wrongly thinks by default that ispell is
not compiled for 8 bit characters.
- The following sub-dictionaries are compiled in:
nonverbes.dico verbes-gp12.dico verbes-gp3.dico verbes-varia.dico
informatique.dico math.dico noms_propres.dico typo.dico
- The following optional dictionaries are not compiled in:
abrev.dico helvetismes.dico nonverbes-rares.dico verbes-rares.dico
- No standalone TeX dictionary
(but works with TeX in (X)emacs, both 7 bit and 8 bit)
<<
License: GPL
Homepage: http://www.unil.ch/ling/cp/frgut.html
Maintainer: Martin Costabel

ispell-french stable port .patch

diff -ur Francais-GUTenberg-v1.0.ori/makehash Francais-GUTenberg-v1.0/makehash
--- Francais-GUTenberg-v1.0.ori/makehash Fri May 28 10:33:46 1999
+++ Francais-GUTenberg-v1.0/makehash Tue Feb 5 11:16:58 2002
@@ -335,7 +335,7 @@
# Est-ce que ISPELL peut utiliser les caractères accentués ?
sub OK8bits {
my ($Bool);
- $Bool = 0;
+ $Bool = 1;
foreach $_ (`$Chemin_Ispell -vv`) {
if (/!NO8BIT/) {
$Bool = 1;

ispell-french _unstable_ port information

Package: ispell-french
Version: 1.0
Revision: 1
Depends: ispell
Description: French ispell dictionary
DescDetail: <<
This is the "Francais-GUTenberg" French dictionary
for use with ispell.
<<
Source: http://www.unil.ch/ling/cp/Francais-GUTenberg-v%v.tar.gz
Source-MD5: 2c76980419efb6bda122a5e0e85c9247
SourceDirectory: Francais-GUTenberg-v%v
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: c422380248206913b2bcfd2f420c5403
CompileScript: <<
/usr/bin/printf "o\nn\nn\no\no\no\nn\no\nn\nn\n" | ./makehash
<<
InstallScript: <<
mkdir -p %i/lib
cp francais.aff francais.hash %i/lib/
<<
DocFiles: ALIRE HISTORIQUE GPL* docs/reference.pdf
DescPort: <<
- The makehash script wrongly thinks by default that ispell is
not compiled for 8 bit characters.
- The following sub-dictionaries are compiled in:
nonverbes.dico verbes-gp12.dico verbes-gp3.dico verbes-varia.dico
informatique.dico math.dico noms_propres.dico typo.dico
- The following optional dictionaries are not compiled in:
abrev.dico helvetismes.dico nonverbes-rares.dico verbes-rares.dico
- No standalone TeX dictionary
(but works with TeX in (X)emacs, both 7 bit and 8 bit)
<<
License: GPL
Homepage: http://www.unil.ch/ling/cp/frgut.html
Maintainer: Martin Costabel

ispell-french _unstable_ port .patch

diff -ur Francais-GUTenberg-v1.0.ori/makehash Francais-GUTenberg-v1.0/makehash
--- Francais-GUTenberg-v1.0.ori/makehash Fri May 28 10:33:46 1999
+++ Francais-GUTenberg-v1.0/makehash Tue Feb 5 11:16:58 2002
@@ -335,7 +335,7 @@
# Est-ce que ISPELL peut utiliser les caractères accentués ?
sub OK8bits {
my ($Bool);
- $Bool = 0;
+ $Bool = 1;
foreach $_ (`$Chemin_Ispell -vv`) {
if (/!NO8BIT/) {
$Bool = 1;