mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add french modern dictionnary for hunspell
This commit is contained in:
parent
3a44de2e0d
commit
6bfb361e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277987
@ -21,6 +21,7 @@
|
||||
SUBDIR += gibi
|
||||
SUBDIR += gimp-help
|
||||
SUBDIR += homard
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += ispell
|
||||
SUBDIR += jdictionary-fre-hun
|
||||
SUBDIR += kde3-i18n
|
||||
|
39
french/hunspell/Makefile
Normal file
39
french/hunspell/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: hunspell
|
||||
# Date created: 2011-07-20
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hunspell
|
||||
PORTVERSION= 4.2
|
||||
CATEGORIES= french textproc
|
||||
MASTER_SITES= http://www.dicollecte.org/download/fr/
|
||||
DISTNAME= hunspell-fr-moderne-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Hunspell modern french dictionnary
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
FRALIASES= fr_BE fr_CA fr_CH fr_LU
|
||||
PLIST_FILES= share/hunspell/fr_FR.aff \
|
||||
share/hunspell/fr_FR.dic
|
||||
.for ALIAS in ${FRALIASES}
|
||||
PLIST_FILES+= share/hunspell/${ALIAS}.aff \
|
||||
share/hunspell/${ALIAS}.dic
|
||||
.endfor
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKDIR}/fr-moderne.aff ${PREFIX}/share/hunspell/fr_FR.aff
|
||||
@${INSTALL_DATA} ${WRKDIR}/fr-moderne.dic ${PREFIX}/share/hunspell/fr_FR.dic
|
||||
@cd ${PREFIX}/share/hunspell; \
|
||||
for alias in ${FRALIASES}; do \
|
||||
${LN} -s fr_FR.aff $${alias}.aff ; \
|
||||
${LN} -s fr_FR.dic $${alias}.dic ; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
2
french/hunspell/distinfo
Normal file
2
french/hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hunspell-fr-moderne-v4.2.zip) = 7e98d1c1c942759283c889d44f158f2abb673227a2a58e0807c108d945fbfd00
|
||||
SIZE (hunspell-fr-moderne-v4.2.zip) = 338313
|
3
french/hunspell/pkg-descr
Normal file
3
french/hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Hunspell modern french dictionnary
|
||||
|
||||
WWW: http://www.dicollecte.org/
|
Loading…
Reference in New Issue
Block a user