diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-15 22:28:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-15 22:28:44 +0800 |
commit | 5eef858c2a754b7bf1dbf720d451a30223c9af1f (patch) | |
tree | 37164346eec6b26fa28e22f72ce104235e0b531b /hebrew/aspell | |
parent | 0a3452160835c4688277d8e1e9a09442c6c5a188 (diff) | |
download | freebsd-ports-graphics-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.gz freebsd-ports-graphics-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.zst freebsd-ports-graphics-5eef858c2a754b7bf1dbf720d451a30223c9af1f.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>
Diffstat (limited to 'hebrew/aspell')
-rw-r--r-- | hebrew/aspell/Makefile | 12 | ||||
-rw-r--r-- | hebrew/aspell/distinfo | 3 | ||||
-rw-r--r-- | hebrew/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | hebrew/aspell/pkg-plist | 7 |
4 files changed, 17 insertions, 7 deletions
diff --git a/hebrew/aspell/Makefile b/hebrew/aspell/Makefile index aea7fd3e879..8d60e95e989 100644 --- a/hebrew/aspell/Makefile +++ b/hebrew/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= hebrew +DISTVERSION= 6-he-0.9-0 +CATEGORIES= hebrew textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Hebrew dictionaries +COMMENT= Aspell Hebrew dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= he -ASPELL_HE= ken - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/hebrew/aspell/distinfo b/hebrew/aspell/distinfo new file mode 100644 index 00000000000..2b15f27eba2 --- /dev/null +++ b/hebrew/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-he-0.9-0.tar.bz2) = f453989e1df364af9479e893c16ac9d8 +SHA256 (aspell6-he-0.9-0.tar.bz2) = 1960486db21a4ad273a0f91627c00afd9f49e5a27daf655e0ac8d6378e333b7f +SIZE (aspell6-he-0.9-0.tar.bz2) = 144899 diff --git a/hebrew/aspell/pkg-descr b/hebrew/aspell/pkg-descr index 17fbf3fcfa2..1b6c53204ba 100644 --- a/hebrew/aspell/pkg-descr +++ b/hebrew/aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Hebrew dictionaries. +Aspell Hebrew dictionaries. WWW: http://aspell.net/ diff --git a/hebrew/aspell/pkg-plist b/hebrew/aspell/pkg-plist new file mode 100644 index 00000000000..a0c57884de6 --- /dev/null +++ b/hebrew/aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/aspell-%%VER%%/he.dat +lib/aspell-%%VER%%/he_affix.dat +lib/aspell-%%VER%%/iso-8859-8-nl.cmap +lib/aspell-%%VER%%/iso-8859-8-nl.cset +share/aspell/he.multi +share/aspell/he.rws +share/aspell/hebrew.alias |