diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-17 20:27:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-17 20:27:31 +0800 |
commit | 9c13edd1d64f33b13ff4530efdec52e67e1ac1ad (patch) | |
tree | d0fa984aa559bba175a52c4a71bc517a8208965c /french | |
parent | 09b7d77178cef03f8f2e198e6939dce52737a097 (diff) | |
download | freebsd-ports-graphics-9c13edd1d64f33b13ff4530efdec52e67e1ac1ad.tar.gz freebsd-ports-graphics-9c13edd1d64f33b13ff4530efdec52e67e1ac1ad.tar.zst freebsd-ports-graphics-9c13edd1d64f33b13ff4530efdec52e67e1ac1ad.zip |
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')
-rw-r--r-- | french/Makefile | 1 | ||||
-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 |
6 files changed, 34 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index fe19401b0c1..a5a6cdbb7eb 100644 --- a/french/Makefile +++ b/french/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += abispell-fr-FR SUBDIR += aspell SUBDIR += daCode SUBDIR += ispell diff --git a/french/abispell-fr-FR/Makefile b/french/abispell-fr-FR/Makefile new file mode 100644 index 00000000000..10f38a0e8f9 --- /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 00000000000..816f1f1ae4b --- /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 00000000000..4a93901023f --- /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 00000000000..cfa4f91b2f4 --- /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 00000000000..f3af0c5fe0d --- /dev/null +++ b/french/abispell-fr-FR/pkg-plist @@ -0,0 +1,2 @@ +share/AbiSuite/dictionary/francais.hash +share/AbiSuite/dictionary/francais.hash-encoding |