diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-02 01:39:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-02 01:39:56 +0800 |
commit | ac10832e7cadf610e7049da765aa92b14b30b9be (patch) | |
tree | 6874cced28e366d0b00e537b9080dd650a404573 | |
parent | 920de82e846d54934e8eff3b43e8fb38dc75343d (diff) | |
download | freebsd-ports-gnome-ac10832e7cadf610e7049da765aa92b14b30b9be.tar.gz freebsd-ports-gnome-ac10832e7cadf610e7049da765aa92b14b30b9be.tar.zst freebsd-ports-gnome-ac10832e7cadf610e7049da765aa92b14b30b9be.zip |
Repocopy textproc/no-aspell to textproc/nn-aspell.
PR: ports/65005
Approved by: mat (mentor)
Repo copied by: marcus (cvs).
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/nn-aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/no-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/no-aspell/pkg-descr | 6 |
6 files changed, 7 insertions, 29 deletions
@@ -1003,3 +1003,4 @@ net/memcached|databases/memcached|2004-03-27|remove duplicate port japanese/emacs21-emcws|japanese/emacs-emcws|2004-03-29|emacs 21.x moved to default port location x11-wm/9menu|x11/9menu|2004-03-29|accurate category japanese/postgresql-man|japanese/postgresql73-man|renamed +textproc/no-aspell|2004-04-01|renamed to textproc/nn-aspell diff --git a/textproc/Makefile b/textproc/Makefile index 679ccf325978..a2ee22c3bd8a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -203,7 +203,7 @@ SUBDIR += nl-aspell SUBDIR += nl-ispell SUBDIR += nltk - SUBDIR += no-aspell + SUBDIR += nn-aspell SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxi SUBDIR += ocaml-yaxpo diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile index ba77c31fd092..4dd91c34b9b6 100644 --- a/textproc/nn-aspell/Makefile +++ b/textproc/nn-aspell/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= no-aspell +PORTNAME= nn-aspell MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian dictionary +COMMENT= Aspell with Norwegian Nynorsk dictionary MASTERDIR= ${.CURDIR}/../aspell -ASPELL_NO= ja +ASPELL_NN= ja .include "${MASTERDIR}/Makefile" diff --git a/textproc/nn-aspell/pkg-descr b/textproc/nn-aspell/pkg-descr index a038fc4bf1cb..0c7f5b9e49c0 100644 --- a/textproc/nn-aspell/pkg-descr +++ b/textproc/nn-aspell/pkg-descr @@ -1,6 +1,6 @@ -Aspell with Norwegian dictionary. +Aspell with Norwegian Nynorsk dictionary. Note: if you build from ports, prefer textproc/aspell, it will let you select dictionaries for several languages. -WWW: http://folk.uio.no/runekl/dictionary.html +WWW: http://aspell.net/ diff --git a/textproc/no-aspell/Makefile b/textproc/no-aspell/Makefile deleted file mode 100644 index ba77c31fd092..000000000000 --- a/textproc/no-aspell/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -COMMENT= Aspell with Norwegian dictionary - -MASTERDIR= ${.CURDIR}/../aspell - -ASPELL_NO= ja - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/no-aspell/pkg-descr b/textproc/no-aspell/pkg-descr deleted file mode 100644 index a038fc4bf1cb..000000000000 --- a/textproc/no-aspell/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aspell with Norwegian dictionary. - -Note: if you build from ports, prefer textproc/aspell, it will let you - select dictionaries for several languages. - -WWW: http://folk.uio.no/runekl/dictionary.html |