diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-20 20:52:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-20 20:52:16 +0800 |
commit | e3655adbb62be81706a1f53e1501dcef6861eee0 (patch) | |
tree | c9c8decb8ce5b85c96b65a83812704a13fe9942c /vietnamese | |
parent | 941d03436c3169bf8cb8c9f3ef4b529567939b11 (diff) | |
download | freebsd-ports-gnome-e3655adbb62be81706a1f53e1501dcef6861eee0.tar.gz freebsd-ports-gnome-e3655adbb62be81706a1f53e1501dcef6861eee0.tar.zst freebsd-ports-gnome-e3655adbb62be81706a1f53e1501dcef6861eee0.zip |
Add vietnamese hunspell dictionnary
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 1 | ||||
-rw-r--r-- | vietnamese/hunspell/Makefile | 31 | ||||
-rw-r--r-- | vietnamese/hunspell/distinfo | 2 | ||||
-rw-r--r-- | vietnamese/hunspell/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
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 <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> 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 |