diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:24:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:24:13 +0000 |
commit | 671c62e517b828a4da1943a40b38052d9020fd4b (patch) | |
tree | 7d3de4787e3c83bd699e6d905e0ddf1df865891b | |
parent | - Fix a small bug that causes a garbage errormessage printed to stderr (diff) |
Add Aspell Arabic dictionaries.
Notes
Notes:
svn path=/head/; revision=185043
-rw-r--r-- | arabic/Makefile | 1 | ||||
-rw-r--r-- | arabic/aspell/Makefile | 18 | ||||
-rw-r--r-- | arabic/aspell/distinfo | 3 | ||||
-rw-r--r-- | arabic/aspell/pkg-descr | 3 | ||||
-rw-r--r-- | arabic/aspell/pkg-plist | 7 |
5 files changed, 32 insertions, 0 deletions
diff --git a/arabic/Makefile b/arabic/Makefile index 62d3c66ea318..93617b2e8423 100644 --- a/arabic/Makefile +++ b/arabic/Makefile @@ -6,6 +6,7 @@ SUBDIR += ae_fonts_mono SUBDIR += ae_fonts_ttf SUBDIR += arabtex + SUBDIR += aspell SUBDIR += kacst_fonts SUBDIR += katoob SUBDIR += kde3-i18n diff --git a/arabic/aspell/Makefile b/arabic/aspell/Makefile new file mode 100644 index 000000000000..81aea6ad0e8f --- /dev/null +++ b/arabic/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ar-aspell +# Date created: 12 February 2007 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +DISTVERSION= 6-ar-1.2-0 +CATEGORIES= arabic textproc + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Aspell Arabic dictionaries + +DICT= ar + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/arabic/aspell/distinfo b/arabic/aspell/distinfo new file mode 100644 index 000000000000..178aa4aad5ac --- /dev/null +++ b/arabic/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-ar-1.2-0.tar.bz2) = 154cf762bafdd02db419b62191138738 +SHA256 (aspell6-ar-1.2-0.tar.bz2) = 041ea24a82cdd6957040e2fb84262583bf46b3a8301283a75d257a7417207cab +SIZE (aspell6-ar-1.2-0.tar.bz2) = 1541037 diff --git a/arabic/aspell/pkg-descr b/arabic/aspell/pkg-descr new file mode 100644 index 000000000000..03bd2057afc9 --- /dev/null +++ b/arabic/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell Arabic dictionaries. + +WWW: https://sourceforge.net/projects/arabic-spell/ diff --git a/arabic/aspell/pkg-plist b/arabic/aspell/pkg-plist new file mode 100644 index 000000000000..5ee653e400f7 --- /dev/null +++ b/arabic/aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/aspell-%%VER%%/ar.dat +lib/aspell-%%VER%%/ar_affix.dat +lib/aspell-%%VER%%/l-ar.cmap +lib/aspell-%%VER%%/l-ar.cset +share/aspell/ar.multi +share/aspell/ar.rws +share/aspell/arabic.alias |