From 0f5ef4b4031c72c0a844638a0a6cbb224079531d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 10 Sep 2002 03:53:14 +0000 Subject: [PATCH] build aspell with dictionary PR: 42522 Submitted by: thierry@pompo.net --- textproc/Makefile | 1 + textproc/sv-aspell/Makefile | 16 ++++++++++++++++ textproc/sv-aspell/pkg-comment | 1 + textproc/sv-aspell/pkg-descr | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 textproc/sv-aspell/Makefile create mode 100644 textproc/sv-aspell/pkg-comment create mode 100644 textproc/sv-aspell/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 0275fcf61d0f..33ba372b3350 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -341,6 +341,7 @@ SUBDIR += source-highlight SUBDIR += sp SUBDIR += spell + SUBDIR += sv-aspell SUBDIR += tclExpat SUBDIR += tdtd.el SUBDIR += tex2im diff --git a/textproc/sv-aspell/Makefile b/textproc/sv-aspell/Makefile new file mode 100644 index 000000000000..3201bf78a5e0 --- /dev/null +++ b/textproc/sv-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: sv-aspell +# Date created: 7 September 2002 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= sv-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SV= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sv-aspell/pkg-comment b/textproc/sv-aspell/pkg-comment new file mode 100644 index 000000000000..7ea9e6242912 --- /dev/null +++ b/textproc/sv-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Swedish dictionary diff --git a/textproc/sv-aspell/pkg-descr b/textproc/sv-aspell/pkg-descr new file mode 100644 index 000000000000..6730fe8cc9eb --- /dev/null +++ b/textproc/sv-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Swedish dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/