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/tr-aspell | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) | |
download | ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip |
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/tr-aspell')
-rw-r--r-- | textproc/tr-aspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/tr-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/tr-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/tr-aspell/pkg-plist | 3 |
4 files changed, 15 insertions, 7 deletions
diff --git a/textproc/tr-aspell/Makefile b/textproc/tr-aspell/Makefile index d696232a1964..33728cba9eb6 100644 --- a/textproc/tr-aspell/Makefile +++ b/textproc/tr-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= tr-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -tr-0.50-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Turkish dictionary +COMMENT= Aspell Turkish dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= tr -ASPELL_TR= evet - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/tr-aspell/distinfo b/textproc/tr-aspell/distinfo new file mode 100644 index 000000000000..4d6a657cd93b --- /dev/null +++ b/textproc/tr-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-tr-0.50-0.tar.bz2) = 432ecdc4e5233da0a4c1a52ed9103fa2 +SHA256 (aspell-tr-0.50-0.tar.bz2) = 0bc6530e5eebf8b2b53f1e8add596c62099173f62b9baa6b3efaa86752bdfb4a +SIZE (aspell-tr-0.50-0.tar.bz2) = 84846 diff --git a/textproc/tr-aspell/pkg-descr b/textproc/tr-aspell/pkg-descr index 5cce891c6f21..9e5eab24a885 100644 --- a/textproc/tr-aspell/pkg-descr +++ b/textproc/tr-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Turkish dictionary. +Aspell Turkish dictionary. WWW: http://aspell.net/ diff --git a/textproc/tr-aspell/pkg-plist b/textproc/tr-aspell/pkg-plist new file mode 100644 index 000000000000..c4fa6b9a4a0d --- /dev/null +++ b/textproc/tr-aspell/pkg-plist @@ -0,0 +1,3 @@ +lib/aspell-%%VER%%/tr.dat +share/aspell/tr.multi +share/aspell/tr.rws |