diff --git a/vietnamese/Makefile b/vietnamese/Makefile index c08a55296818..a890c837449e 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -6,6 +6,7 @@ SUBDIR += aspell .if !defined(NO_VIET_KDE) SUBDIR += gtk-im-vi + SUBDIR += hunspell SUBDIR += kde3-i18n .endif SUBDIR += libviet diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile new file mode 100644 index 000000000000..3f71f73aafeb --- /dev/null +++ b/vietnamese/hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin +# +# $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 diff --git a/vietnamese/hunspell/distinfo b/vietnamese/hunspell/distinfo new file mode 100644 index 000000000000..cdc15dd316f8 --- /dev/null +++ b/vietnamese/hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (vi_VN.zip) = 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d +SIZE (vi_VN.zip) = 20589 diff --git a/vietnamese/hunspell/pkg-descr b/vietnamese/hunspell/pkg-descr new file mode 100644 index 000000000000..a331f54daa28 --- /dev/null +++ b/vietnamese/hunspell/pkg-descr @@ -0,0 +1,3 @@ +Hunspell vietnamese dictionnary + +WWW: http://code.google.com/p/hunspell-spellcheck-vi