diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 05:07:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 05:07:36 +0800 |
commit | a101a86c615390f6926357f6a9ecb20f22e7c852 (patch) | |
tree | 2c01ee4b2e60138b724eaf78999c16ae97ce3fc1 /textproc | |
parent | dd7b4cf8700b71d6cdc71e39fe4de4826b12b445 (diff) | |
download | freebsd-ports-gnome-a101a86c615390f6926357f6a9ecb20f22e7c852.tar.gz freebsd-ports-gnome-a101a86c615390f6926357f6a9ecb20f22e7c852.tar.zst freebsd-ports-gnome-a101a86c615390f6926357f6a9ecb20f22e7c852.zip |
Add Tigrigna hunspell dictionaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ti-hunspell/Makefile | 33 | ||||
-rw-r--r-- | textproc/ti-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ti-hunspell/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8584b1604ff6..4a67fe9b4e8f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1279,6 +1279,7 @@ SUBDIR += texi2db SUBDIR += texi2html SUBDIR += textogif + SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml SUBDIR += tk-aspell diff --git a/textproc/ti-hunspell/Makefile b/textproc/ti-hunspell/Makefile new file mode 100644 index 000000000000..7f278d2cb9d1 --- /dev/null +++ b/textproc/ti-hunspell/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ti-hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ti-hunspell +PORTVERSION= 20090911 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.ru.nl/~biniam/geez/dict/ +DISTNAME= ti_ER + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Tigrigna hunspell dictionaries + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/ti_ER.dic \ + share/hunspell/ti_ER.aff \ + share/hunspell/ti_ET.dic \ + share/hunspell/ti_ET.aff +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKDIR}/ti_ER* ${PREFIX}/share/hunspell + @cd ${PREFIX}/share/hunspell; \ + ${LN} -s ti_ER.aff ti_ET.aff; \ + ${LN} -s ti_ER.dic ti_ET.dic + +.include <bsd.port.mk> diff --git a/textproc/ti-hunspell/distinfo b/textproc/ti-hunspell/distinfo new file mode 100644 index 000000000000..3c4e53df238a --- /dev/null +++ b/textproc/ti-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (ti_ER.zip) = 81880aa7ab2ae91603ab5cfd5b02f1afa1cbac97f17154f9e8a5bf13f0491733 +SIZE (ti_ER.zip) = 478732 diff --git a/textproc/ti-hunspell/pkg-descr b/textproc/ti-hunspell/pkg-descr new file mode 100644 index 000000000000..d5f8765fde4b --- /dev/null +++ b/textproc/ti-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Tigrigna hunspell dictionaries + +WWW: http://www.cs.ru.nl/~biniam/geez/index.php |