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/am-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/am-aspell')
-rw-r--r-- | textproc/am-aspell/Makefile | 13 | ||||
-rw-r--r-- | textproc/am-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/am-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/am-aspell/pkg-plist | 8 |
4 files changed, 19 insertions, 7 deletions
diff --git a/textproc/am-aspell/Makefile b/textproc/am-aspell/Makefile index 66415c534af9..e18e261ea89c 100644 --- a/textproc/am-aspell/Makefile +++ b/textproc/am-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= am-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-am-0.03-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Amharic dictionary +COMMENT= Aspell Amharic dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= am -ASPELL_AM= ow - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/am-aspell/distinfo b/textproc/am-aspell/distinfo new file mode 100644 index 000000000000..83bbfae76a79 --- /dev/null +++ b/textproc/am-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-am-0.03-1.tar.bz2) = 7e28708b53bd4bc3008dfb04237413ac +SHA256 (aspell6-am-0.03-1.tar.bz2) = bf27dd21f8871e2b3332c211b402cd46604d431a7773e599729c242cdfb9d487 +SIZE (aspell6-am-0.03-1.tar.bz2) = 40493 diff --git a/textproc/am-aspell/pkg-descr b/textproc/am-aspell/pkg-descr index d370704bcf90..fb328c49a694 100644 --- a/textproc/am-aspell/pkg-descr +++ b/textproc/am-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Amharic dictionary. +Aspell Amharic dictionary. WWW: http://aspell.net/ diff --git a/textproc/am-aspell/pkg-plist b/textproc/am-aspell/pkg-plist new file mode 100644 index 000000000000..8f43d1637f96 --- /dev/null +++ b/textproc/am-aspell/pkg-plist @@ -0,0 +1,8 @@ +lib/aspell-%%VER%%/am.dat +lib/aspell-%%VER%%/am_affix.dat +lib/aspell-%%VER%%/am_phonet.dat +lib/aspell-%%VER%%/s-ethi.cmap +lib/aspell-%%VER%%/s-ethi.cset +share/aspell/am.multi +share/aspell/am.rws +share/aspell/amharic.alias |