From ca907e8a4e76eb2e4bae5897d3ad28a87bcb3a9d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 10 Sep 2002 03:50:29 +0000 Subject: build aspell with dictionary PR: 42523 Submitted by: thierry@pompo.net --- portuguese/aspell-pt_PT/Makefile | 16 ++++++++++++++++ portuguese/aspell-pt_PT/pkg-comment | 1 + portuguese/aspell-pt_PT/pkg-descr | 6 ++++++ portuguese/aspell/Makefile | 16 ++++++++++++++++ portuguese/aspell/pkg-comment | 1 + portuguese/aspell/pkg-descr | 6 ++++++ textproc/Makefile | 1 + textproc/pt-aspell/Makefile | 16 ++++++++++++++++ textproc/pt-aspell/pkg-comment | 1 + textproc/pt-aspell/pkg-descr | 6 ++++++ 10 files changed, 70 insertions(+) create mode 100644 portuguese/aspell-pt_PT/Makefile create mode 100644 portuguese/aspell-pt_PT/pkg-comment create mode 100644 portuguese/aspell-pt_PT/pkg-descr create mode 100644 portuguese/aspell/Makefile create mode 100644 portuguese/aspell/pkg-comment create mode 100644 portuguese/aspell/pkg-descr create mode 100644 textproc/pt-aspell/Makefile create mode 100644 textproc/pt-aspell/pkg-comment create mode 100644 textproc/pt-aspell/pkg-descr diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell-pt_PT/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/aspell-pt_PT/pkg-comment b/portuguese/aspell-pt_PT/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/portuguese/aspell-pt_PT/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/portuguese/aspell-pt_PT/pkg-descr b/portuguese/aspell-pt_PT/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/portuguese/aspell-pt_PT/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese 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/portuguese/aspell/Makefile b/portuguese/aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/aspell/pkg-comment b/portuguese/aspell/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/portuguese/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/portuguese/aspell/pkg-descr b/portuguese/aspell/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/portuguese/aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese 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 33d6135ca00f..aa0e3fe07adf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -269,6 +269,7 @@ SUBDIR += pl-aspell SUBDIR += pspell SUBDIR += pspell-ispell + SUBDIR += pt-aspell SUBDIR += py-4suite SUBDIR += py-HyperText SUBDIR += py-asv diff --git a/textproc/pt-aspell/Makefile b/textproc/pt-aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/textproc/pt-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pt-aspell/pkg-comment b/textproc/pt-aspell/pkg-comment new file mode 100644 index 000000000000..62af98c0cc33 --- /dev/null +++ b/textproc/pt-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Portuguese dictionary diff --git a/textproc/pt-aspell/pkg-descr b/textproc/pt-aspell/pkg-descr new file mode 100644 index 000000000000..ea7a7c25bb77 --- /dev/null +++ b/textproc/pt-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Portuguese dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ -- cgit v1.2.3