diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 5eef858c2a754b7bf1dbf720d451a30223c9af1f (patch) | |
tree | 37164346eec6b26fa28e22f72ce104235e0b531b /textproc/te-aspell | |
parent | 0a3452160835c4688277d8e1e9a09442c6c5a188 (diff) | |
download | FreeBSD-ports-5eef858c2a754b7bf1dbf720d451a30223c9af1f.zip FreeBSD-ports-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.gz |
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>
Diffstat (limited to 'textproc/te-aspell')
-rw-r--r-- | textproc/te-aspell/Makefile | 13 | ||||
-rw-r--r-- | textproc/te-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/te-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/te-aspell/pkg-plist | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/textproc/te-aspell/Makefile b/textproc/te-aspell/Makefile index cac8053..67d7053 100644 --- a/textproc/te-aspell/Makefile +++ b/textproc/te-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= te-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-te-0.01-2 +CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org -COMMENT= Aspell with Telugu dictionary +COMMENT= Aspell Telugu dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= te -ASPELL_TE= avunu - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/te-aspell/distinfo b/textproc/te-aspell/distinfo new file mode 100644 index 0000000..8e292f6 --- /dev/null +++ b/textproc/te-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-te-0.01-2.tar.bz2) = 645f7f7204520552cddbe1c9ae64df2a +SHA256 (aspell6-te-0.01-2.tar.bz2) = 3682638a757a65afcc770e565e68347e8eb7be94052d9d6eff64fc767e7fec5d +SIZE (aspell6-te-0.01-2.tar.bz2) = 310738 diff --git a/textproc/te-aspell/pkg-descr b/textproc/te-aspell/pkg-descr index 2599068..468cdae 100644 --- a/textproc/te-aspell/pkg-descr +++ b/textproc/te-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Telugu dictionary. +Aspell Telugu dictionary. WWW: http://www.swecha.org/wiki/Wordlist_and_Dictionaries diff --git a/textproc/te-aspell/pkg-plist b/textproc/te-aspell/pkg-plist new file mode 100644 index 0000000..3dec360 --- /dev/null +++ b/textproc/te-aspell/pkg-plist @@ -0,0 +1,6 @@ +lib/aspell-%%VER%%/te.dat +lib/aspell-%%VER%%/u-telu.cmap +lib/aspell-%%VER%%/u-telu.cset +share/aspell/te.multi +share/aspell/te.rws +share/aspell/telugu.alias |