diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-01 04:06:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-01 04:06:41 +0800 |
commit | 580cb6c618557c1dee81a201fd352420994f54a1 (patch) | |
tree | 45e3552b71c1d3fabccb5f50e918921af94c7427 /textproc/ia-aspell | |
parent | cbc2827029760d9df607831a81bf60ee0a0c7930 (diff) | |
download | freebsd-ports-gnome-580cb6c618557c1dee81a201fd352420994f54a1.tar.gz freebsd-ports-gnome-580cb6c618557c1dee81a201fd352420994f54a1.tar.zst freebsd-ports-gnome-580cb6c618557c1dee81a201fd352420994f54a1.zip |
Adding new Aspell dictionaries slave ports:
. Interlingua (ia-aspell)
. Maltese (mt-aspell)
. Norwegian Bokmal (nb-aspell)
. Swahili (sw-aspell)
. Tswana (tn-aspell)
. Turkish (tr-aspell)
. Walloon (wa-aspell)
. Zulu (zu-aspell)
Approved by: mat (mentor).
Diffstat (limited to 'textproc/ia-aspell')
-rw-r--r-- | textproc/ia-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/ia-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/ia-aspell/Makefile b/textproc/ia-aspell/Makefile new file mode 100644 index 000000000000..96527bdf4bb5 --- /dev/null +++ b/textproc/ia-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ia-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ia-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Interlingua dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_IA= si + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ia-aspell/pkg-descr b/textproc/ia-aspell/pkg-descr new file mode 100644 index 000000000000..ed3ae7e9a1b5 --- /dev/null +++ b/textproc/ia-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Interlingua dictionary. + +WWW: http://aspell.net/ |