diff options
author | sada <sada@FreeBSD.org> | 2002-11-15 11:40:54 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-15 11:40:54 +0800 |
commit | 7de8a50289f5effdb1fd4f508c7d06c888927441 (patch) | |
tree | 35fac32cdb9d1be21cf480981c281857df5c3c58 /textproc | |
parent | 499c9bdbbed83e0d5b56e353b16e5b7b2ae13a4f (diff) | |
download | freebsd-ports-gnome-7de8a50289f5effdb1fd4f508c7d06c888927441.tar.gz freebsd-ports-gnome-7de8a50289f5effdb1fd4f508c7d06c888927441.tar.zst freebsd-ports-gnome-7de8a50289f5effdb1fd4f508c7d06c888927441.zip |
Add new port: textproc/el-aspell -- New Greek dictionary for Aspell.
PR: ports/44247
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'textproc')
-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 |