From 2add14158f222ae67df0d1ae356f3ad8d21906cc Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 12 Feb 2007 22:24:13 +0000 Subject: Add Aspell Arabic dictionaries. --- CVSROOT/modules | 1 + arabic/Makefile | 1 + arabic/aspell/Makefile | 18 ++++++++++++++++++ arabic/aspell/distinfo | 3 +++ arabic/aspell/pkg-descr | 3 +++ arabic/aspell/pkg-plist | 7 +++++++ 6 files changed, 33 insertions(+) create mode 100644 arabic/aspell/Makefile create mode 100644 arabic/aspell/distinfo create mode 100644 arabic/aspell/pkg-descr create mode 100644 arabic/aspell/pkg-plist diff --git a/CVSROOT/modules b/CVSROOT/modules index 39e2bff81e96..6866c5ef29a0 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -452,6 +452,7 @@ aqualung ports/audio/aqualung ar-ae_fonts_mono ports/arabic/ae_fonts_mono ar-ae_fonts_ttf ports/arabic/ae_fonts_ttf ar-arabtex ports/arabic/arabtex +ar-aspell ports/arabic/aspell ar-kacst_fonts ports/arabic/kacst_fonts ar-kde3-i18n ports/arabic/kde3-i18n ar-khotot ports/arabic/khotot 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 +# +# $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 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 -- cgit