aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
commit691f434f549a42a69ac50ff23a1543397490f5c5 (patch)
tree918183cc54e747acc95c0517ca51c4874a7ee860 /french
parentde9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff)
downloadports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz
ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip
Notes
Diffstat (limited to 'french')
-rw-r--r--french/Makefile3
-rw-r--r--french/alphabet_sounds_fr/Makefile22
-rw-r--r--french/alphabet_sounds_fr/distinfo2
-rw-r--r--french/alphabet_sounds_fr/files/patch-Makefile10
-rw-r--r--french/alphabet_sounds_fr/files/patch-install.sh72
-rw-r--r--french/alphabet_sounds_fr/pkg-descr14
-rw-r--r--french/alphabet_sounds_fr/pkg-plist37
-rw-r--r--french/belote/Makefile45
-rw-r--r--french/belote/distinfo2
-rw-r--r--french/belote/files/belote.in14
-rw-r--r--french/belote/pkg-descr3
-rw-r--r--french/belote/pkg-plist4
-rw-r--r--french/dico/Makefile43
-rw-r--r--french/dico/distinfo2
-rw-r--r--french/dico/files/patch-sources-dico.c338
-rw-r--r--french/dico/pkg-descr15
-rw-r--r--french/dico/pkg-plist31
17 files changed, 0 insertions, 657 deletions
diff --git a/french/Makefile b/french/Makefile
index 03f0d0ea5cdb..adee793b7489 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -3,12 +3,9 @@
COMMENT = French support
- SUBDIR += alphabet_sounds_fr
SUBDIR += aspell
SUBDIR += aster
- SUBDIR += belote
SUBDIR += calligra-l10n
- SUBDIR += dico
SUBDIR += eficas
SUBDIR += eric4
SUBDIR += eric6
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile
deleted file mode 100644
index 80ddb6836355..000000000000
--- a/french/alphabet_sounds_fr/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: bruno
-# $FreeBSD$
-
-PORTNAME= alphabet_sounds_fr
-PORTVERSION= 0.3
-PORTREVISION= 14
-CATEGORIES= french games
-MASTER_SITES= SF/childsplay/OldFiles
-DISTNAME= alphabet_sounds_fr
-
-MAINTAINER= bruno@tinkerbox.org
-COMMENT= Educative games for children. Alphabet sounds package (french)
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-
-RUN_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
-
-USES= python
-
-.include <bsd.port.mk>
diff --git a/french/alphabet_sounds_fr/distinfo b/french/alphabet_sounds_fr/distinfo
deleted file mode 100644
index f967621099ef..000000000000
--- a/french/alphabet_sounds_fr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (alphabet_sounds_fr.tar.gz) = 3ec7a20554ea0817e75acd43a13243a34e740f43986b116c88644b10fe747ac3
-SIZE (alphabet_sounds_fr.tar.gz) = 222727
diff --git a/french/alphabet_sounds_fr/files/patch-Makefile b/french/alphabet_sounds_fr/files/patch-Makefile
deleted file mode 100644
index e2d5e49a52ea..000000000000
--- a/french/alphabet_sounds_fr/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Wed Dec 31 16:00:00 1969
-+++ Makefile Mon Jul 12 12:33:14 2004
-@@ -0,0 +1,7 @@
-+default: all
-+all:
-+ @echo "run make install"
-+
-+install: all
-+ ./install.sh
-+
diff --git a/french/alphabet_sounds_fr/files/patch-install.sh b/french/alphabet_sounds_fr/files/patch-install.sh
deleted file mode 100644
index 96d8bf9f9a32..000000000000
--- a/french/alphabet_sounds_fr/files/patch-install.sh
+++ /dev/null
@@ -1,72 +0,0 @@
---- install.sh.orig 2005-03-20 14:29:18.000000000 +0000
-+++ install.sh
-@@ -1,8 +1,7 @@
--#!/bin/bash
-+#!/bin/sh
- # install plugin in the standard childsplay path
-
--PREFIX=/usr/local
--DESTDIR=$PREFIX/share/childsplay
-+INSTDIR=${DESTDIR}${PREFIX}/share/childsplay
-
- ###########################################################
- # DO NOT EDIT BEHIND THIS POINT
-@@ -13,47 +12,21 @@ DESTDIR=$PREFIX/share/childsplay
- DEPEN=0.71
-
- set -e
--CWD=`pwd`
-
--USERID=`id | sed -e 's/).*//; s/^.*(//;'`
--if [ "$USERID" != "root" ]; then
-- echo " You must be root to install the plugins"
-- echo " exit"
-- exit 1
--fi
--
--echo -e "\n>>>>>>>>>>> Install childsplay plugins >>>>>>>>>>>>>>>>>>>>"
--echo -e "\n This release depends on childsplay version $DEPEN"
--echo -n " Cheking version = "
--VERSION=$(childsplay --version)
--echo $VERSION
--
--if [ `expr $VERSION \< $DEPEN` -eq 1 ];then
-- echo " Childsplay version incorrect, please upgrade to at least"
-- echo " version $DEPEN"
-- echo "exit"
-- exit 1
--fi
-+# We can't run childsplay because it tries to write to $HOME/.schoolsplay.rc
-+# Which is not permitted in strict build environements. It is not necessary
-+# anyway beecause the version is much higher than 0.71 already!
-+
-+#echo -e "\n>>>>>>>>>>> Install childsplay plugins >>>>>>>>>>>>>>>>>>>>"
-+#echo -e "\n This release depends on childsplay version $DEPEN"
-+#echo -n " Cheking version = "
-+#VERSION=$(childsplay --version)
-+#echo $VERSION
-
--echo -e "\n The path to install the soundfiles in is "
--echo " $DESTDIR."
--echo " If you have installed childsplay in a other place, you can"
--echo " give the full path to childsplay, otherwise just hit enter"
--echo " Hit enter to install in $DESTDIR, or give the full path"
--read path
--if [ $path ];then
-- if [ -e $path/install.py ];then
-- DESTDIR=path
-- else
-- echo "*********** WARNING *************"
-- echo " $path does not exists or is not the childsplay directory"
-- echo " exit"
-- exit 1
-- fi
--fi
- echo " Installing in $DESTDIR/Data/AlphabetSounds"
-
- echo " Copy sound files"
--cp -rf $CWD/AlphabetSounds $DESTDIR/Data/
-+mkdir -p ${INSTDIR}/Data
-+cp -rf AlphabetSounds ${INSTDIR}/Data/
-
- echo -e "\n Everything installed, enjoy\n"
diff --git a/french/alphabet_sounds_fr/pkg-descr b/french/alphabet_sounds_fr/pkg-descr
deleted file mode 100644
index 373653417444..000000000000
--- a/french/alphabet_sounds_fr/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-French language alphabet and number sounds for the Childsplay game
-
-Childsplay is a 'suite' of educational games for young children, like gcompris,
-but without the overkill of c/c++ and the gnome environ.:-)
-Also the use of the SDL libraries makes smooth animation and the playing of
-sound very easy.
-Childsplay uses a plugin system for the games, so you might want to check
-the childsplay-plugins page.
-(There are two built-in games; Memory and a typing game)
-
-Childsplay and the games are GNU-GPL licensed and are tested on GNU/Linux
-and the Windows platforms. (and now, FreeBSD)
-
-WWW: http://childsplay.sourceforge.net
diff --git a/french/alphabet_sounds_fr/pkg-plist b/french/alphabet_sounds_fr/pkg-plist
deleted file mode 100644
index 1c361073e195..000000000000
--- a/french/alphabet_sounds_fr/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-share/childsplay/Data/AlphabetSounds/fr/0.ogg
-share/childsplay/Data/AlphabetSounds/fr/1.ogg
-share/childsplay/Data/AlphabetSounds/fr/2.ogg
-share/childsplay/Data/AlphabetSounds/fr/3.ogg
-share/childsplay/Data/AlphabetSounds/fr/4.ogg
-share/childsplay/Data/AlphabetSounds/fr/5.ogg
-share/childsplay/Data/AlphabetSounds/fr/6.ogg
-share/childsplay/Data/AlphabetSounds/fr/7.ogg
-share/childsplay/Data/AlphabetSounds/fr/8.ogg
-share/childsplay/Data/AlphabetSounds/fr/9.ogg
-share/childsplay/Data/AlphabetSounds/fr/a.ogg
-share/childsplay/Data/AlphabetSounds/fr/b.ogg
-share/childsplay/Data/AlphabetSounds/fr/c.ogg
-share/childsplay/Data/AlphabetSounds/fr/d.ogg
-share/childsplay/Data/AlphabetSounds/fr/e.ogg
-share/childsplay/Data/AlphabetSounds/fr/f.ogg
-share/childsplay/Data/AlphabetSounds/fr/g.ogg
-share/childsplay/Data/AlphabetSounds/fr/h.ogg
-share/childsplay/Data/AlphabetSounds/fr/i.ogg
-share/childsplay/Data/AlphabetSounds/fr/j.ogg
-share/childsplay/Data/AlphabetSounds/fr/k.ogg
-share/childsplay/Data/AlphabetSounds/fr/l.ogg
-share/childsplay/Data/AlphabetSounds/fr/m.ogg
-share/childsplay/Data/AlphabetSounds/fr/n.ogg
-share/childsplay/Data/AlphabetSounds/fr/o.ogg
-share/childsplay/Data/AlphabetSounds/fr/p.ogg
-share/childsplay/Data/AlphabetSounds/fr/q.ogg
-share/childsplay/Data/AlphabetSounds/fr/r.ogg
-share/childsplay/Data/AlphabetSounds/fr/s.ogg
-share/childsplay/Data/AlphabetSounds/fr/t.ogg
-share/childsplay/Data/AlphabetSounds/fr/u.ogg
-share/childsplay/Data/AlphabetSounds/fr/v.ogg
-share/childsplay/Data/AlphabetSounds/fr/w.ogg
-share/childsplay/Data/AlphabetSounds/fr/x.ogg
-share/childsplay/Data/AlphabetSounds/fr/y.ogg
-share/childsplay/Data/AlphabetSounds/fr/z.ogg
-share/childsplay/Data/AlphabetSounds/fr/10.ogg
diff --git a/french/belote/Makefile b/french/belote/Makefile
deleted file mode 100644
index 6cc61d85ef30..000000000000
--- a/french/belote/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= belote
-PORTVERSION= 20061109
-PORTREVISION= 4
-CATEGORIES= french games java
-MASTER_SITES= http://coincher.free.fr/
-DISTNAME= belote
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Un jeu de belote coinchée contre l'ordinateur ou en réseau
-
-BROKEN= Checksum and size mismatch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-
-USES= zip:infozip
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-SUB_FILES= belote
-SUB_LIST= JAVA="${JAVA}"
-
-DESKTOP_ENTRIES="Belote" \
- "Jouer à la belote" \
- "${PREFIX}/share/pixmaps/belote.gif" \
- "belote" \
- "" \
- false
-
-post-extract:
- @${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/belote ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}
-.for f in belote.jar data.bin
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/rsc/vp.gif ${STAGEDIR}${PREFIX}/share/pixmaps/belote.gif
-
-.include <bsd.port.mk>
diff --git a/french/belote/distinfo b/french/belote/distinfo
deleted file mode 100644
index dde82fb20dd7..000000000000
--- a/french/belote/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (belote.zip) = 2b11c862be77f012ccd1ee29a5b7e2d10c44a8787465af7399e139bf9d7dafee
-SIZE (belote.zip) = 437044
diff --git a/french/belote/files/belote.in b/french/belote/files/belote.in
deleted file mode 100644
index 373df1553aef..000000000000
--- a/french/belote/files/belote.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# $Id$
-
-if [ -n "$LANG" ]; then
- # Pour une raison inconnue, les accents ne sont pas affichés
- # avec les locales UTF-8. Changeons donc UTF-8 en ISO8859-15.
- export LANG=`echo "$LANG" | sed -e 's|\.UTF-8|.ISO8859-15|'`
-fi
-
-mkdir -p ~/.belote || exit 1
-ln -sf %%DATADIR%%/data.bin ~/.belote || exit 1
-
-cd ~/.belote || exit 1
-exec %%JAVA%% -jar %%DATADIR%%/belote.jar
diff --git a/french/belote/pkg-descr b/french/belote/pkg-descr
deleted file mode 100644
index d39b074cca8c..000000000000
--- a/french/belote/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Jouez à la belote coinchée seul contre l'ordinateur ou en réseau.
-
-WWW: http://coincher.free.fr/
diff --git a/french/belote/pkg-plist b/french/belote/pkg-plist
deleted file mode 100644
index 5df00c8a3435..000000000000
--- a/french/belote/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/belote
-%%DATADIR%%/belote.jar
-%%DATADIR%%/data.bin
-share/pixmaps/belote.gif
diff --git a/french/dico/Makefile b/french/dico/Makefile
deleted file mode 100644
index a93ce77caeec..000000000000
--- a/french/dico/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Cyrille Lefevre <clefevre@citeweb.net>
-# $FreeBSD$
-
-PORTNAME= dico
-PORTVERSION= 1.1
-PORTREVISION= 8
-CATEGORIES= french
-MASTER_SITES= ftp://ftp.supelec.fr/lsi/pub/security/
-DISTNAME= le_dico
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Interactive dictionary in french
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-
-BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-OPTIONS_DEFINE= DOCS
-
-do-build:
- (cd ${WRKSRC}/sources && ${CC} ${CFLAGS} ${LDFLAGS} -o dico dico.c)
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/sources/dico ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/lexique/*.dic ${STAGEDIR}${DATADIR}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.TXT ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/manuel/copying.doc ${STAGEDIR}${DOCSDIR}
- ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/manuel/dico.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-post-patch:
- @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \
- ${WRKSRC}/README.TXT ${WRKSRC}/manuel/dico.1 \
- ${WRKSRC}/sources/dico.c
-
-.include <bsd.port.mk>
diff --git a/french/dico/distinfo b/french/dico/distinfo
deleted file mode 100644
index 59c087a6d50d..000000000000
--- a/french/dico/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (le_dico.tar.gz) = 019fe1f848d5be05e2a00bba59cc2380a6bf6692fc39e58397b980d51aa55e71
-SIZE (le_dico.tar.gz) = 1176216
diff --git a/french/dico/files/patch-sources-dico.c b/french/dico/files/patch-sources-dico.c
deleted file mode 100644
index 4ccbed7f9621..000000000000
--- a/french/dico/files/patch-sources-dico.c
+++ /dev/null
@@ -1,338 +0,0 @@
---- sources/dico.c.orig Sat Oct 24 16:16:30 1992
-+++ sources/dico.c Fri Mar 12 22:01:31 2004
-@@ -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
-@@ -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;
-
-@@ -78,14 +88,28 @@
- byte *StrUpr ( byte *str);
- byte *StrLwr ( byte *str);
- byte *StrAscii( byte *str);
-+void translate( byte *str );
- byte equival( byte c );
--byte *beautify( byte *str);
--void lookfor();
--void lookall();
-+char *beautify(char *);
-+void lookfor(byte *);
-+void lookall(byte *);
- #ifdef MSDOS
- void GetDosPath(char *path);
- void TakePath (char *path);
- #endif
-+void file_usage(void);
-+int usage(void);
-+int options(int);
-+int isjoker(int);
-+void mybanner(void);
-+int countwords(void);
-+void nolf(char *);
-+int fmatch(char *_fname, char *_pat);
-+int match(char *_fname, char *_pat);
-+void StrIBM(byte *);
-+void StrISO(byte *);
-+void iso2ibm(unsigned char *);
-+void ibm2iso(unsigned char *);
-
- #ifdef MSDOS
- char *sep = "\\";
-@@ -111,7 +135,7 @@
- /*
- * Code...
- */
--
-+int
- main( int argc, char **argv )
- {
- char *dic,*term ;
-@@ -145,17 +169,21 @@
- if(argv[1][0] =='-') /* option ligne commande?*/
- return options( argv[1][1] );
-
-+#ifndef __FreeBSD__
- mybanner(); /* on dit bonjour... */
-+#endif
-
- while( --argc) /* Allez, roulez ! */
- {
- if( isjoker (argv[argc][0] ) )
-- lookall( argv[argc] );
-+ lookall( (byte *)argv[argc] );
- else
-- lookfor( argv[argc] );
-+ lookfor( (byte *)argv[argc] );
- }
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"\nTrouve %ld mot%s\n",count, count > 1 ? "s" :"" );
-+#endif
-
- return OK ;
- }
-@@ -169,7 +197,7 @@
- *
- *
- */
--
-+void
- file_usage()
- {
- #ifndef MSDOS /* Cas normal */
-@@ -211,6 +239,7 @@
- *
- *
- */
-+int
- usage()
- {
- fprintf(stderr,"\n\nDico - R.Cougnenc 1992 - Recherche dans lexique ");
-@@ -251,13 +280,14 @@
- * Pour l'instant, il n'y en que deux :-)
- *
- */
--options( char *c )
-+int
-+options( int c )
- {
- char fname[127] ;
- char buf[80];
- FILE *fp ;
-
-- switch ( (int) c )
-+ switch ( c )
- {
- case 'v': /* Affiche la date mise a jour dico, fichier version.dic */
-
-@@ -296,6 +326,7 @@
- *
- *
- */
-+ int
- countwords()
- {
- char fname[127];
-@@ -357,17 +388,20 @@
- * de l'expression pattern.
- */
- void
--lookfor ( char *pattern )
-+lookfor ( byte *pattern )
- {
- FILE *fp ;
- char fname[127];
- char buf[80];
- char sbuf[80];
-- byte car ;
--
-+#ifndef __FreeBSD__
-+ byte car;
-+#endif
- StrLwr( pattern ); /* passe en minuscules comme le dico */
-+#ifndef __FreeBSD__
- car = equival (pattern[0]);
- 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 ) ;
-
-@@ -389,11 +423,15 @@
- continue ;
- nolf( buf ); /* supprime le line-feed */
- strcpy( sbuf, buf ); /* No accent sensitive */
-- StrAscii( sbuf);
-+ StrAscii((byte *)sbuf);
- if( fmatch(sbuf,pattern) )
- {
-- translate( buf ); /* gere terminaux.... */
-+ translate( (byte *)buf ); /* gere terminaux.... */
-+#ifndef __FreeBSD__
- printf("\t%s\n", beautify(buf) );
-+#else
-+ printf("%s\n", beautify(buf) );
-+#endif
- count ++ ;
- }
- }
-@@ -410,7 +448,7 @@
- *
- */
- void
--lookall ( char *pattern )
-+lookall ( byte *pattern )
- {
- FILE *fp ;
- char fname[127];
-@@ -445,12 +483,15 @@
- continue ;
- nolf( buf ); /* supprime le line-feed */
- strcpy( sbuf, buf); /* no accent sensitive */
-- StrAscii( sbuf);
-+ StrAscii((byte *)sbuf);
- if( fmatch(sbuf,pattern) )
- {
-- translate( buf ) ;
-- buf[0] = ToUpper( buf[0] ) ;
-+ translate( (byte *)buf ) ;
-+#ifndef __FreeBSD__
- printf("\t%s\n", beautify (buf) );
-+#else
-+ printf("%s\n", beautify (buf) );
-+#endif
- count ++ ;
- }
- }
-@@ -469,7 +510,7 @@
- *
- *
- */
--
-+void
- mybanner()
- {
- printf("\nDICO V %s (%s) - R.Cougnenc 1992\n\n", __Version__, MYOS);
-@@ -484,7 +525,8 @@
- * et modifie buf en consequence.
- *
- */
--translate( char * buf)
-+void
-+translate( byte * buf)
- {
- switch ( myterm )
- {
-@@ -517,14 +559,16 @@
- * STATIQUE, ecrasee a chaque appel, contenant le
- * joli resultat :-)
- */
--byte *
--beautify ( byte * str )
-+char *
-+beautify ( char * str )
- {
-- static byte result[ 80 ];
-- byte ville[50], code[6];
-- byte *r = ville;
-+ static char result[ 80 ];
-+ char ville[50], code[6];
-+ char *r = ville;
-
-+#ifndef __FreeBSD__
- *str = ToUpper ( *str ); /* Premiere lettre... */
-+#endif
-
- if( ! strchr( str, '\t') ) /* Cas du nom commun */
- {
-@@ -559,6 +603,7 @@
- * un debut d'expressions regulieres.
- *
- */
-+int
- isjoker( int c )
- {
- switch( c )
-@@ -580,6 +625,7 @@
- * nolf: Supprime un line feed a la fin d'une chaine.
- *
- */
-+void
- nolf( char *str)
- {
- while( *str )
-@@ -604,7 +650,6 @@
-
-
- #define MATCH 1
--int match(char *_fname, char *_pat);
-
- int fmatch(char *_fname, char *_pat)
- {
-@@ -627,7 +672,7 @@
- return(match(fname, pat + -1));
- }
-
--
-+int
- match(char *_fname, char *_pat)
- {
- register char *pat, *fname;
-@@ -766,6 +811,7 @@
- *
- *
- */
-+void
- StrIBM ( byte *str )
- {
- while ( *str )
-@@ -782,6 +828,7 @@
- *
- *
- */
-+void
- StrISO ( byte *str )
- {
- while ( *str )
-@@ -862,11 +909,13 @@
- 0xb2,0xa4,0x20
- };
-
-+void
- iso2ibm( unsigned char *c )
- {
- *c = IsoTable[ *c ] ;
- }
-
-+void
- ibm2iso( unsigned char *c )
- {
- *c = TableIso[ *c ] ;
-@@ -965,9 +1014,9 @@
- {
- byte *p = str ;
-
-- while (*str)
-+ for (;*str;str++)
- {
-- *str = EquivalTable[ *str++ ] ;
-+ *str = EquivalTable[ *str ] ;
- }
-
- return p ;
diff --git a/french/dico/pkg-descr b/french/dico/pkg-descr
deleted file mode 100644
index 7cbaf12d6f2e..000000000000
--- a/french/dico/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
- "Le Dico" est une premiere Francaise !
-
-Plus de 100.000 elements comportant noms communs, verbes,
-adjectifs, conjugaisons et pluriels complexes, ainsi que les
-principaux CODES POSTAUX, FRANCAIS, soigneusement elabores par un
-collectif d'utilisateurs de BBS Francais, et mis en DOMAINE
-PUBLIC au format ASCII ACCENTUE dans la mesure du possible, avec
-soit le jeu IBM pour MS/DOS, soit le jeu ISO 8859-1 pour les
-autres systemes.
-
-A French dictionary containing over 100,000 elements. These include
-common nouns, verbs, adjectives, conjugations and plurals. It also
-includes post codes. The package features a fast spell checking
-program. The documentation is in FRENCH (no English) but it should
-be fairly obvious how to use it.
diff --git a/french/dico/pkg-plist b/french/dico/pkg-plist
deleted file mode 100644
index 3bdfe2ed7ef7..000000000000
--- a/french/dico/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-bin/dico
-man/man1/dico.1.gz
-%%DATADIR%%/a.dic
-%%DATADIR%%/b.dic
-%%DATADIR%%/c.dic
-%%DATADIR%%/d.dic
-%%DATADIR%%/e.dic
-%%DATADIR%%/f.dic
-%%DATADIR%%/g.dic
-%%DATADIR%%/h.dic
-%%DATADIR%%/i.dic
-%%DATADIR%%/j.dic
-%%DATADIR%%/k.dic
-%%DATADIR%%/l.dic
-%%DATADIR%%/m.dic
-%%DATADIR%%/n.dic
-%%DATADIR%%/o.dic
-%%DATADIR%%/p.dic
-%%DATADIR%%/q.dic
-%%DATADIR%%/r.dic
-%%DATADIR%%/s.dic
-%%DATADIR%%/t.dic
-%%DATADIR%%/u.dic
-%%DATADIR%%/v.dic
-%%DATADIR%%/version.dic
-%%DATADIR%%/w.dic
-%%DATADIR%%/x.dic
-%%DATADIR%%/y.dic
-%%DATADIR%%/z.dic
-%%PORTDOCS%%%%DOCSDIR%%/README.TXT
-%%PORTDOCS%%%%DOCSDIR%%/copying.doc