summaryrefslogtreecommitdiff
path: root/french/dico/files
diff options
context:
space:
mode:
Diffstat (limited to 'french/dico/files')
-rw-r--r--french/dico/files/patch-Makefile.am7
-rw-r--r--french/dico/files/patch-configure.in7
-rw-r--r--french/dico/files/patch-lexique-Makefile.am7
-rw-r--r--french/dico/files/patch-lexique-version.dic9
-rw-r--r--french/dico/files/patch-manuel-Makefile.am10
-rw-r--r--french/dico/files/patch-sources-Makefile.am4
-rw-r--r--french/dico/files/patch-sources-dico.c119
7 files changed, 0 insertions, 163 deletions
diff --git a/french/dico/files/patch-Makefile.am b/french/dico/files/patch-Makefile.am
deleted file mode 100644
index f2e7f0e46422..000000000000
--- a/french/dico/files/patch-Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
---- /dev/null Thu Jan 1 01:00:00 1970
-+++ Makefile.am Wed Oct 11 03:49:06 2000
-@@ -0,0 +1,4 @@
-+docdir = $(datadir)/doc/dico
-+doc_DATA = README.TXT
-+
-+SUBDIRS = sources lexique manuel
diff --git a/french/dico/files/patch-configure.in b/french/dico/files/patch-configure.in
deleted file mode 100644
index 832ee4d5ce4d..000000000000
--- a/french/dico/files/patch-configure.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- /dev/null Thu Jan 1 01:00:00 1970
-+++ configure.in Wed Oct 11 04:19:05 2000
-@@ -0,0 +1,4 @@
-+AC_INIT(sources/dico.c)
-+AM_INIT_AUTOMAKE(dico, 1.1)
-+AC_PROG_CC
-+AC_OUTPUT([Makefile sources/Makefile lexique/Makefile manuel/Makefile])
diff --git a/french/dico/files/patch-lexique-Makefile.am b/french/dico/files/patch-lexique-Makefile.am
deleted file mode 100644
index 3d164d3e962b..000000000000
--- a/french/dico/files/patch-lexique-Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
---- /dev/null Thu Jan 1 01:00:00 1970
-+++ lexique/Makefile.am Wed Oct 11 04:40:58 2000
-@@ -0,0 +1,4 @@
-+pkgdata_DATA = a.dic b.dic c.dic d.dic e.dic f.dic g.dic h.dic \
-+ i.dic j.dic k.dic l.dic m.dic n.dic o.dic p.dic \
-+ q.dic r.dic s.dic t.dic u.dic v.dic w.dic x.dic \
-+ y.dic z.dic version.dic
diff --git a/french/dico/files/patch-lexique-version.dic b/french/dico/files/patch-lexique-version.dic
deleted file mode 100644
index 97926141b99f..000000000000
--- a/french/dico/files/patch-lexique-version.dic
+++ /dev/null
@@ -1,9 +0,0 @@
---- old/lexique/version.dic Thu Jan 1 01:00:00 1970
-+++ new/lexique/version.dic Wed Oct 11 04:40:35 2000
-@@ -0,0 +1,6 @@
-+Derniere mise a jour: 21 Octobre 1992
-+Realisee par : Rene Cougnenc
-+Jeu de caracteres : ISO 8859-1 ( 8 bits Latin-1)
-+
-+ 94836 mots
-++ 39072 communes de France
diff --git a/french/dico/files/patch-manuel-Makefile.am b/french/dico/files/patch-manuel-Makefile.am
deleted file mode 100644
index 8bfc4f7e96b1..000000000000
--- a/french/dico/files/patch-manuel-Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- /dev/null Thu Jan 1 01:00:00 1970
-+++ manuel/Makefile.am Wed Oct 11 03:46:58 2000
-@@ -0,0 +1,7 @@
-+docdir = $(datadir)/doc/dico
-+doc_DATA = copying.doc
-+
-+man_MANS = dico.1
-+
-+EXTRA_DISTS = install.doc.msdos manuel.txt msdos.doc readme.txt.msdos \
-+ unix.doc
diff --git a/french/dico/files/patch-sources-Makefile.am b/french/dico/files/patch-sources-Makefile.am
deleted file mode 100644
index 486ee5a9febc..000000000000
--- a/french/dico/files/patch-sources-Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
---- /dev/null Thu Jan 1 01:00:00 1970
-+++ sources/Makefile.am Wed Oct 11 03:35:13 2000
-@@ -0,0 +1 @@
-+bin_PROGRAMS = dico
diff --git a/french/dico/files/patch-sources-dico.c b/french/dico/files/patch-sources-dico.c
deleted file mode 100644
index db23626d98b2..000000000000
--- a/french/dico/files/patch-sources-dico.c
+++ /dev/null
@@ -1,119 +0,0 @@
---- sources/dico.c.orig Sat Oct 24 16:16:30 1992
-+++ sources/dico.c Mon Apr 15 18:09:04 2002
-@@ -19,6 +19,7 @@
- | |
- +-----------------------------------------------------------------------+
- */
-+#ifndef __FreeBSD__
- #ifndef LINUX
- #ifndef sony
- #ifndef MSDOS
-@@ -26,6 +27,7 @@
- #endif
- #endif
- #endif
-+#endif
-
- #ifdef sony /* Sony News WorkStations */
- #define UNIX
-@@ -40,6 +42,12 @@
- #define MYOS "LINUX"
- #endif
-
-+#ifdef __FreeBSD__ /* FreeBSD Operating System */
-+#define UNIX
-+#define ISO_CHARS
-+#define MYOS "FreeBSD"
-+#endif
-+
- #ifdef MSDOS /* Systeme d'operation de disque */
- #define MYOS "MSDOS" /* Microsoft :-) */
- #endif
-@@ -49,7 +57,7 @@
- #define ISO_TERM 3
- #define COMMENT_CHAR 35 /* '#' ligne de commentaire */
-
--#define DICT_PATH "/usr/local/lib/dico" /* path par defaut unix/dos */
-+#define DICT_PATH "%%PREFIX%%/share/dico" /* path par defaut unix/dos */
- #define DOS_PATH "lexique" /* path par defaut Dos uniquement */
- #define DICT_EXT ".dic" /* extension des fichiers dicos */
- #define VERSION_FILE "version.dic" /* fichier texte version dico */
-@@ -58,11 +66,13 @@
- #define OK 0
- #define MYVBUF 10240 /* pour setvbuf() eventuel */
-
-+#ifndef __FreeBSD__
- #ifndef LINUX
- #ifndef sony
- #define MUST_HAVE_BUF /* Linux va moins vite avec setvbuf! */
- #endif
- #endif
-+#endif
-
- typedef unsigned char byte;
-
-@@ -145,7 +155,9 @@
- if(argv[1][0] =='-') /* option ligne commande?*/
- return options( argv[1][1] );
-
-+#ifndef __FreeBSD__
- mybanner(); /* on dit bonjour... */
-+#endif
-
- while( --argc) /* Allez, roulez ! */
- {
-@@ -155,7 +167,9 @@
- lookfor( argv[argc] );
- }
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"\nTrouve %ld mot%s\n",count, count > 1 ? "s" :"" );
-+#endif
-
- return OK ;
- }
-@@ -367,7 +381,9 @@
-
- StrLwr( pattern ); /* passe en minuscules comme le dico */
- car = equival (pattern[0]);
-+#ifndef __FreeBSD__
- fprintf(stderr, "Recherche %s dans la lettre %c... \n\n", pattern, car) ;
-+#endif
-
- sprintf(fname, "%s%s%c%s", dict_path, sep, pattern[0], DICT_EXT ) ;
-
-@@ -393,7 +409,11 @@
- if( fmatch(sbuf,pattern) )
- {
- translate( buf ); /* gere terminaux.... */
-+#ifndef __FreeBSD__
- printf("\t%s\n", beautify(buf) );
-+#else
-+ printf("%s\n", beautify(buf) );
-+#endif
- count ++ ;
- }
- }
-@@ -449,8 +469,11 @@
- if( fmatch(sbuf,pattern) )
- {
- translate( buf ) ;
-- buf[0] = ToUpper( buf[0] ) ;
-+#ifndef __FreeBSD__
- printf("\t%s\n", beautify (buf) );
-+#else
-+ printf("%s\n", beautify (buf) );
-+#endif
- count ++ ;
- }
- }
-@@ -524,7 +547,9 @@
- byte ville[50], code[6];
- byte *r = ville;
-
-+#ifndef __FreeBSD__
- *str = ToUpper ( *str ); /* Premiere lettre... */
-+#endif
-
- if( ! strchr( str, '\t') ) /* Cas du nom commun */
- {