mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add vietnamese hunspell dictionnary
This commit is contained in:
parent
03edc1bece
commit
4f4363b692
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278001
@ -6,6 +6,7 @@
|
||||
SUBDIR += aspell
|
||||
.if !defined(NO_VIET_KDE)
|
||||
SUBDIR += gtk-im-vi
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += kde3-i18n
|
||||
.endif
|
||||
SUBDIR += libviet
|
||||
|
31
vietnamese/hunspell/Makefile
Normal file
31
vietnamese/hunspell/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: hunspell
|
||||
# Date created: 2011-07-20
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hunspell
|
||||
PORTVERSION= 20080604
|
||||
CATEGORIES= vietnamese textproc
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= vi_VN
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Hunspell vietnamese dictionnary
|
||||
|
||||
PROJECTHOST= hunspell-spellcheck-vi
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hunspell/vi_VN.aff \
|
||||
share/hunspell/vi_VN.dic
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKDIR}/vi_VN.aff \
|
||||
${WRKDIR}/vi_VN.dic \
|
||||
${PREFIX}/share/hunspell/
|
||||
|
||||
.include <bsd.port.mk>
|
2
vietnamese/hunspell/distinfo
Normal file
2
vietnamese/hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (vi_VN.zip) = 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d
|
||||
SIZE (vi_VN.zip) = 20589
|
3
vietnamese/hunspell/pkg-descr
Normal file
3
vietnamese/hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Hunspell vietnamese dictionnary
|
||||
|
||||
WWW: http://code.google.com/p/hunspell-spellcheck-vi
|
Loading…
Reference in New Issue
Block a user