diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 00:41:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 00:41:34 +0800 |
commit | cb97a773e5dee77c68e4fdd103fc803152cc7cd2 (patch) | |
tree | 96fc6b30dd854d9085260db2d41318d35f0009d5 /textproc | |
parent | 5104448c1592ec7dfa9c8dbf94d33ffc94a64a32 (diff) | |
download | freebsd-ports-gnome-cb97a773e5dee77c68e4fdd103fc803152cc7cd2.tar.gz freebsd-ports-gnome-cb97a773e5dee77c68e4fdd103fc803152cc7cd2.tar.zst freebsd-ports-gnome-cb97a773e5dee77c68e4fdd103fc803152cc7cd2.zip |
Add Zulu hunspell dictionnaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/zu-hunspell/Makefile | 31 | ||||
-rw-r--r-- | textproc/zu-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/zu-hunspell/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b73c2fdd5043..d53700dee866 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1388,5 +1388,6 @@ SUBDIR += yodl SUBDIR += yould SUBDIR += zu-aspell + SUBDIR += zu-hunspell .include <bsd.port.subdir.mk> diff --git a/textproc/zu-hunspell/Makefile b/textproc/zu-hunspell/Makefile new file mode 100644 index 000000000000..7aa05afdc178 --- /dev/null +++ b/textproc/zu-hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: zu-hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= zu-hunspell +PORTVERSION= 20110323 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= addons/46490 +DISTNAME= zulu_spell_checker-${PORTVERSION}-tb+fn+fx+sm +EXTRACT_SUFX= .xpi + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Zulu hunspell dictionaries + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/zu.aff \ + share/hunspell/zu.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/dictionaries/zu-ZA.aff ${PREFIX}/share/hunspell/zu.aff + @${INSTALL_DATA} ${WRKDIR}/dictionaries/zu-ZA.dic ${PREFIX}/share/hunspell/zu.dic + +.include <bsd.port.mk> diff --git a/textproc/zu-hunspell/distinfo b/textproc/zu-hunspell/distinfo new file mode 100644 index 000000000000..c52c8d9f000e --- /dev/null +++ b/textproc/zu-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (zulu_spell_checker-20110323-tb+fn+fx+sm.xpi) = 774a577e70369bcafe7b49ce35ac0caab5ac8512283db4f86fa598e02a9b6120 +SIZE (zulu_spell_checker-20110323-tb+fn+fx+sm.xpi) = 393675 diff --git a/textproc/zu-hunspell/pkg-descr b/textproc/zu-hunspell/pkg-descr new file mode 100644 index 000000000000..e934d2d38b39 --- /dev/null +++ b/textproc/zu-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Zulu hunspell dictionnaries + +WWW: http://www.translate.org.za/ |