diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 21:21:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-20 21:21:45 +0000 |
commit | e6a0ed503008b4fee3ae768e2849e51d21c44f5c (patch) | |
tree | c7e7ce52f3c588cfb65af5eb9752b0fe99788ba5 | |
parent | Add Turkmen hunspell dictionaries (diff) |
Add Swati hunspell dictionaries
Notes
Notes:
svn path=/head/; revision=278044
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ss-hunspell/Makefile | 31 | ||||
-rw-r--r-- | textproc/ss-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ss-hunspell/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 681cd544f5c6..102f1aaadc02 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1244,6 +1244,7 @@ SUBDIR += sphinxsearch-devel SUBDIR += sr-aspell SUBDIR += srilm + SUBDIR += ss-hunspell SUBDIR += ssddiff SUBDIR += stardict-BritannicaConcise SUBDIR += stardict-MerrianWebster diff --git a/textproc/ss-hunspell/Makefile b/textproc/ss-hunspell/Makefile new file mode 100644 index 000000000000..8c4614012b19 --- /dev/null +++ b/textproc/ss-hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ss-hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ss-hunspell +PORTVERSION= 20110323 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= addons/46614 +DISTNAME= swati_spell_checker-${PORTVERSION}-tb+sm+fx+fn +EXTRACT_SUFX= .xpi + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Swati hunspell dictionaries + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/ss_ZA.aff \ + share/hunspell/ss_ZA.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/dictionaries/ss-ZA.aff ${PREFIX}/share/hunspell/ss_ZA.aff + @${INSTALL_DATA} ${WRKDIR}/dictionaries/ss-ZA.dic ${PREFIX}/share/hunspell/ss_ZA.dic + +.include <bsd.port.mk> diff --git a/textproc/ss-hunspell/distinfo b/textproc/ss-hunspell/distinfo new file mode 100644 index 000000000000..9e474f84bd34 --- /dev/null +++ b/textproc/ss-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (swati_spell_checker-20110323-tb+sm+fx+fn.xpi) = 3c82c437ad7b40f0c842e7e99e7861983f7bbe78e205e281d78cbf0357d2af17 +SIZE (swati_spell_checker-20110323-tb+sm+fx+fn.xpi) = 110868 diff --git a/textproc/ss-hunspell/pkg-descr b/textproc/ss-hunspell/pkg-descr new file mode 100644 index 000000000000..7aae91308320 --- /dev/null +++ b/textproc/ss-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Swati hunspell dictionnaries + +WWW: http://www.translate.org.za/ |