diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /textproc/nn-aspell | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) |
All dictionaries can be installed separately:
- by default, textproc/aspell installs the English dictionaries (no
change);
- thereafter you can install any foreign dictionary;
- when you install a foreign dictionary, i.e. french/aspell or
textproc/da-aspell, it installs only the dictionaries, and depends
upon textproc/aspell for the programs;
- if you don't need the English dictionaries, you can define
WITHOUT_DICTEN or install textproc/aspell-without-dicten;
- add a new port for textproc/en-aspell: if aspell had been installed
without the English dictionaries, they can be added thereafter;
- add a missing port for german/alt-aspell;
- foreign dictionaries are almost independent from textproc/aspell,
and their maintainership is available.
Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
Notes
Notes:
svn path=/head/; revision=167900
Diffstat (limited to 'textproc/nn-aspell')
-rw-r--r-- | textproc/nn-aspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/nn-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-plist | 4 |
4 files changed, 16 insertions, 7 deletions
diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile index 4dd91c34b9b6..6299c70b292f 100644 --- a/textproc/nn-aspell/Makefile +++ b/textproc/nn-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nn-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nn-0.50.1-1 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian Nynorsk dictionary +COMMENT= Aspell Norwegian Nynorsk dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nn -ASPELL_NN= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/nn-aspell/distinfo b/textproc/nn-aspell/distinfo new file mode 100644 index 000000000000..882320a98566 --- /dev/null +++ b/textproc/nn-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-nn-0.50.1-1.tar.bz2) = 3711eb9df68f25262af10119579239bc +SHA256 (aspell-nn-0.50.1-1.tar.bz2) = ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370 +SIZE (aspell-nn-0.50.1-1.tar.bz2) = 335156 diff --git a/textproc/nn-aspell/pkg-descr b/textproc/nn-aspell/pkg-descr index 0c7f5b9e49c0..1d80e9f9a990 100644 --- a/textproc/nn-aspell/pkg-descr +++ b/textproc/nn-aspell/pkg-descr @@ -1,4 +1,4 @@ -Aspell with Norwegian Nynorsk dictionary. +Aspell Norwegian Nynorsk dictionary. Note: if you build from ports, prefer textproc/aspell, it will let you select dictionaries for several languages. diff --git a/textproc/nn-aspell/pkg-plist b/textproc/nn-aspell/pkg-plist new file mode 100644 index 000000000000..4de0e5db9ebc --- /dev/null +++ b/textproc/nn-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/nn.dat +share/aspell/nn.multi +share/aspell/nn.rws +share/aspell/nynorsk.alias |