diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 03:49:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 03:49:30 +0000 |
commit | 78ae4f8b3ad5a8cd80edd4e60b67a65b72a27911 (patch) | |
tree | 506a3bda9faba1ad66a928c4a8675dd6966718d9 | |
parent | 5285c451e5aafd7901ce8d9ff6e85618bf2ce5bf (diff) | |
download | FreeBSD-ports-78ae4f8b3ad5a8cd80edd4e60b67a65b72a27911.zip FreeBSD-ports-78ae4f8b3ad5a8cd80edd4e60b67a65b72a27911.tar.gz |
build aspell with dictionary
PR: 42536
Submitted by: thierry@pompo.net
-rw-r--r-- | polish/aspell/Makefile | 16 | ||||
-rw-r--r-- | polish/aspell/pkg-comment | 1 | ||||
-rw-r--r-- | polish/aspell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pl-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/pl-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/pl-aspell/pkg-descr | 6 |
7 files changed, 47 insertions, 0 deletions
diff --git a/polish/aspell/Makefile b/polish/aspell/Makefile new file mode 100644 index 0000000..089a5a9 --- /dev/null +++ b/polish/aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pl-aspell +# Date created: 3 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pl-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PL= tak + +.include "${MASTERDIR}/Makefile" diff --git a/polish/aspell/pkg-comment b/polish/aspell/pkg-comment new file mode 100644 index 0000000..1d37dae --- /dev/null +++ b/polish/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Polish dictionary diff --git a/polish/aspell/pkg-descr b/polish/aspell/pkg-descr new file mode 100644 index 0000000..4f4b7ec --- /dev/null +++ b/polish/aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Polish dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ diff --git a/textproc/Makefile b/textproc/Makefile index 0c1e7c6..33d6135 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -266,6 +266,7 @@ SUBDIR += pardiff SUBDIR += pdftohtml SUBDIR += perl2html + SUBDIR += pl-aspell SUBDIR += pspell SUBDIR += pspell-ispell SUBDIR += py-4suite diff --git a/textproc/pl-aspell/Makefile b/textproc/pl-aspell/Makefile new file mode 100644 index 0000000..089a5a9 --- /dev/null +++ b/textproc/pl-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pl-aspell +# Date created: 3 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pl-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PL= tak + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pl-aspell/pkg-comment b/textproc/pl-aspell/pkg-comment new file mode 100644 index 0000000..1d37dae --- /dev/null +++ b/textproc/pl-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Polish dictionary diff --git a/textproc/pl-aspell/pkg-descr b/textproc/pl-aspell/pkg-descr new file mode 100644 index 0000000..4f4b7ec --- /dev/null +++ b/textproc/pl-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Polish dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |