diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-15 03:40:54 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-15 03:40:54 +0000 |
commit | 7df3c9856efbd0dd265a47a8d7a9090f881be443 (patch) | |
tree | c7a9736c48572dcee18aa2f15afce610517b6e09 | |
parent | It seems the previous version of gnomeutils2-2.0.5 was not the right one. (diff) |
Add new port: textproc/el-aspell -- New Greek dictionary for Aspell.
PR: ports/44247
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=70140
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/el-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/el-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/el-aspell/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bae5be0a487e..43e828fda03c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -59,6 +59,7 @@ SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse + SUBDIR += el-aspell SUBDIR += eo-aspell SUBDIR += eruby SUBDIR += es-aspell diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile new file mode 100644 index 000000000000..de1edb6a5e6c --- /dev/null +++ b/textproc/el-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: el-aspell +# Date created: 18 October 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= el-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_EL= ne + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/el-aspell/pkg-comment b/textproc/el-aspell/pkg-comment new file mode 100644 index 000000000000..f3ca803fc5de --- /dev/null +++ b/textproc/el-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Greek dictionary diff --git a/textproc/el-aspell/pkg-descr b/textproc/el-aspell/pkg-descr new file mode 100644 index 000000000000..eee1d497aadb --- /dev/null +++ b/textproc/el-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Greek dictionary. + +WWW: http://ispell.source.gr/index_aspell.html |