diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 00:38:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 00:38:09 +0800 |
commit | 92aad5d0792c2ba94ecfcd016bb425624e119f44 (patch) | |
tree | 116a0035d6395c7d4283519a40700526c9fcfd20 /textproc | |
parent | eeb3dd2c579a19c8a4a8657cb758cc9aaaa5dd81 (diff) | |
download | freebsd-ports-gnome-92aad5d0792c2ba94ecfcd016bb425624e119f44.tar.gz freebsd-ports-gnome-92aad5d0792c2ba94ecfcd016bb425624e119f44.tar.zst freebsd-ports-gnome-92aad5d0792c2ba94ecfcd016bb425624e119f44.zip |
Add Uzbek hunspell dictionaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/uz-hunspell/Makefile | 30 | ||||
-rw-r--r-- | textproc/uz-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/uz-hunspell/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index de37af5a4e85..51d00f72ecbb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1317,6 +1317,7 @@ SUBDIR += urlview SUBDIR += utf8proc SUBDIR += uz-aspell + SUBDIR += uz-hunspell SUBDIR += vbindiff SUBDIR += wa-aspell SUBDIR += wbxml2 diff --git a/textproc/uz-hunspell/Makefile b/textproc/uz-hunspell/Makefile new file mode 100644 index 000000000000..531a6b1a98d4 --- /dev/null +++ b/textproc/uz-hunspell/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: uz-hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= uz-hunspell +PORTVERSION= 0.6 +CATEGORIES= textproc +MASTER_SITES= http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list/ +DISTNAME= uzbek-wordlist-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Uzbek hunspell dictionaries + +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell +ALL_TARGET= uz_UZ.dic + +PLIST_FILES= share/hunspell/uz_UZ.dic \ + share/hunspell/uz_UZ.aff + +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/uz* ${PREFIX}/share/hunspell + +.include <bsd.port.mk> diff --git a/textproc/uz-hunspell/distinfo b/textproc/uz-hunspell/distinfo new file mode 100644 index 000000000000..e6f4ffa1e328 --- /dev/null +++ b/textproc/uz-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (uzbek-wordlist-0.6.tar.bz2) = 34614a509669c79c284034162c748ca7738dc9744068a33c034bbf1dc4a3ea28 +SIZE (uzbek-wordlist-0.6.tar.bz2) = 404413 diff --git a/textproc/uz-hunspell/pkg-descr b/textproc/uz-hunspell/pkg-descr new file mode 100644 index 000000000000..f59bf23371f7 --- /dev/null +++ b/textproc/uz-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Uzbek hunspell dictionaries + +WWW: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list |