diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:48:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:48:09 +0000 |
commit | a13b6bfb6eb59d01f906835d503c218b6be89656 (patch) | |
tree | 5bd534740ffd56aa0891a4bc00b20cab646db070 | |
parent | 0c7eaf3445798a827fa888576931ac99559b6b17 (diff) |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/nn-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/no-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/no-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/no-aspell/pkg-descr | 6 |
7 files changed, 47 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a04bbf2d69f5..0c1e7c69fc17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -132,6 +132,7 @@ SUBDIR += nicetext SUBDIR += nl-aspell SUBDIR += nl-ispell + SUBDIR += no-aspell SUBDIR += no-ispell SUBDIR += openjade SUBDIR += opensched diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile new file mode 100644 index 000000000000..9d2da569f2e7 --- /dev/null +++ b/textproc/nn-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: no-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= no-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NO= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/nn-aspell/pkg-comment b/textproc/nn-aspell/pkg-comment new file mode 100644 index 000000000000..8268a290f0b7 --- /dev/null +++ b/textproc/nn-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Norwegian dictionary diff --git a/textproc/nn-aspell/pkg-descr b/textproc/nn-aspell/pkg-descr new file mode 100644 index 000000000000..1aec68c4df11 --- /dev/null +++ b/textproc/nn-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Norwegian dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://www.uio.no/~runekl/dictionary.html diff --git a/textproc/no-aspell/Makefile b/textproc/no-aspell/Makefile new file mode 100644 index 000000000000..9d2da569f2e7 --- /dev/null +++ b/textproc/no-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: no-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= no-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NO= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/no-aspell/pkg-comment b/textproc/no-aspell/pkg-comment new file mode 100644 index 000000000000..8268a290f0b7 --- /dev/null +++ b/textproc/no-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Norwegian dictionary diff --git a/textproc/no-aspell/pkg-descr b/textproc/no-aspell/pkg-descr new file mode 100644 index 000000000000..1aec68c4df11 --- /dev/null +++ b/textproc/no-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Norwegian dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://www.uio.no/~runekl/dictionary.html |