diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ts-hunspell/Makefile | 31 | ||||
-rw-r--r-- | textproc/ts-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ts-hunspell/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0a07c1581bba..de37af5a4e85 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1291,6 +1291,7 @@ SUBDIR += tralics SUBDIR += trang SUBDIR += translate-toolkit + SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += txt2html SUBDIR += txt2man diff --git a/textproc/ts-hunspell/Makefile b/textproc/ts-hunspell/Makefile new file mode 100644 index 000000000000..d4a880ffa75d --- /dev/null +++ b/textproc/ts-hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ts-hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ts-hunspell +PORTVERSION= 20110323 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= addons/46611 +DISTNAME= tsonga_spell_checker-${PORTVERSION}-tb+sm+fx+fn +EXTRACT_SUFX= .xpi + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Tsonga hunspell dictionaries + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/ts_ZA.aff \ + share/hunspell/ts_ZA.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/dictionaries/ts-ZA.aff ${PREFIX}/share/hunspell/ts_ZA.aff + @${INSTALL_DATA} ${WRKDIR}/dictionaries/ts-ZA.dic ${PREFIX}/share/hunspell/ts_ZA.dic + +.include <bsd.port.mk> diff --git a/textproc/ts-hunspell/distinfo b/textproc/ts-hunspell/distinfo new file mode 100644 index 000000000000..fefff541652a --- /dev/null +++ b/textproc/ts-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (tsonga_spell_checker-20110323-tb+sm+fx+fn.xpi) = 099c40e6b8de2dee901b75d8873f0345bdf5bc7f0c90e80e50738afebbcdf307 +SIZE (tsonga_spell_checker-20110323-tb+sm+fx+fn.xpi) = 129708 diff --git a/textproc/ts-hunspell/pkg-descr b/textproc/ts-hunspell/pkg-descr new file mode 100644 index 000000000000..df12b4493afd --- /dev/null +++ b/textproc/ts-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Tsonga hunspell dictionnaries + +WWW: http://www.translate.org.za/ |