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)
This commit is contained in:
parent
2bb92e4f11
commit
504dd103fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73337
6 changed files with 34 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += abispell-fr-FR
|
||||
SUBDIR += aspell
|
||||
SUBDIR += daCode
|
||||
SUBDIR += ispell
|
||||
|
|
26
french/abispell-fr-FR/Makefile
Normal file
26
french/abispell-fr-FR/Makefile
Normal file
|
@ -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>
|
1
french/abispell-fr-FR/distinfo
Normal file
1
french/abispell-fr-FR/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (abispell-fr-FR.i386.tar.gz) = 12bc232ae0986243e41a70a4ed8cd848
|
1
french/abispell-fr-FR/pkg-comment
Normal file
1
french/abispell-fr-FR/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
French (France) ispell dictionary for AbiWord
|
3
french/abispell-fr-FR/pkg-descr
Normal file
3
french/abispell-fr-FR/pkg-descr
Normal file
|
@ -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.
|
2
french/abispell-fr-FR/pkg-plist
Normal file
2
french/abispell-fr-FR/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
share/AbiSuite/dictionary/francais.hash
|
||||
share/AbiSuite/dictionary/francais.hash-encoding
|
Loading…
Reference in a new issue