diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 12:27:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 12:27:31 +0000 |
commit | 504dd103fe41914d21c8f8b258ce1beb47eff9b6 (patch) | |
tree | 9bd663d543a11940052167c5ca628f1298554241 /french/abispell-fr-FR | |
parent | Unbreak audio/id3lib for -current (diff) |
New port: AbiWord french dictionary
It's the new port for the AbiWord French dictionary
PR: ports/44781
Submitted by: El Fabio <fab@gcu.info>
Approved by: El Fabio <fab@gcu.info> (for commitors changes)
Diffstat (limited to 'french/abispell-fr-FR')
-rw-r--r-- | french/abispell-fr-FR/Makefile | 26 | ||||
-rw-r--r-- | french/abispell-fr-FR/distinfo | 1 | ||||
-rw-r--r-- | french/abispell-fr-FR/pkg-comment | 1 | ||||
-rw-r--r-- | french/abispell-fr-FR/pkg-descr | 3 | ||||
-rw-r--r-- | french/abispell-fr-FR/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/french/abispell-fr-FR/Makefile b/french/abispell-fr-FR/Makefile new file mode 100644 index 000000000000..10f38a0e8f98 --- /dev/null +++ b/french/abispell-fr-FR/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: DirectFB +# Date created: 29 Sept 2002 +# Whom: Devaux Fabien <fab@gcu.info> +# +# $FreeBSD$ +# + +PORTNAME= abispell-fr +PORTVERSION= 20020418 +CATEGORIES= french +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= abiword +DISTNAME= abispell-fr-FR.i386 + +MAINTAINER= fab@gcu.info + +BUILD_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord + +PREFIX= ${X11BASE} +NO_BUILD= yes + +do-install: + ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash-encoding ${PREFIX}/share/AbiSuite/dictionary/ + ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash ${PREFIX}/share/AbiSuite/dictionary/ + +.include <bsd.port.mk> diff --git a/french/abispell-fr-FR/distinfo b/french/abispell-fr-FR/distinfo new file mode 100644 index 000000000000..816f1f1ae4bc --- /dev/null +++ b/french/abispell-fr-FR/distinfo @@ -0,0 +1 @@ +MD5 (abispell-fr-FR.i386.tar.gz) = 12bc232ae0986243e41a70a4ed8cd848 diff --git a/french/abispell-fr-FR/pkg-comment b/french/abispell-fr-FR/pkg-comment new file mode 100644 index 000000000000..4a93901023f5 --- /dev/null +++ b/french/abispell-fr-FR/pkg-comment @@ -0,0 +1 @@ +French (France) ispell dictionary for AbiWord diff --git a/french/abispell-fr-FR/pkg-descr b/french/abispell-fr-FR/pkg-descr new file mode 100644 index 000000000000..cfa4f91b2f4a --- /dev/null +++ b/french/abispell-fr-FR/pkg-descr @@ -0,0 +1,3 @@ +It's the french dictionnary to use with AbiWord, it requieres ispell to work. +AbiWord will be able to underline your mistakes while typing text, and will +propose corrections. diff --git a/french/abispell-fr-FR/pkg-plist b/french/abispell-fr-FR/pkg-plist new file mode 100644 index 000000000000..f3af0c5fe0db --- /dev/null +++ b/french/abispell-fr-FR/pkg-plist @@ -0,0 +1,2 @@ +share/AbiSuite/dictionary/francais.hash +share/AbiSuite/dictionary/francais.hash-encoding |