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 /textproc/or-aspell | |
parent | 0a3452160835c4688277d8e1e9a09442c6c5a188 (diff) | |
download | freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.gz freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.zst freebsd-ports-gnome-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 'textproc/or-aspell')
-rw-r--r-- | textproc/or-aspell/Makefile | 13 | ||||
-rw-r--r-- | textproc/or-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/or-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/or-aspell/pkg-plist | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/textproc/or-aspell/Makefile b/textproc/or-aspell/Makefile index 52a973690a83..a6bf5266ab51 100644 --- a/textproc/or-aspell/Makefile +++ b/textproc/or-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= or-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-or-0.03-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Oriya dictionary +COMMENT= Aspell Oriya dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= or -ASPELL_OR= a - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/or-aspell/distinfo b/textproc/or-aspell/distinfo new file mode 100644 index 000000000000..77d902d7e406 --- /dev/null +++ b/textproc/or-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-or-0.03-1.tar.bz2) = 6c9d702607eaa43ef665007c4b857ba4 +SHA256 (aspell6-or-0.03-1.tar.bz2) = d6ffa369f8918d74cdea966112bc5cb700e09dca5ac6b968660cfc22044ef24f +SIZE (aspell6-or-0.03-1.tar.bz2) = 20525 diff --git a/textproc/or-aspell/pkg-descr b/textproc/or-aspell/pkg-descr index d8a520ec8f9e..e4efd9944933 100644 --- a/textproc/or-aspell/pkg-descr +++ b/textproc/or-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Oriya dictionary. +Aspell Oriya dictionary. WWW: http://aspell.net/ diff --git a/textproc/or-aspell/pkg-plist b/textproc/or-aspell/pkg-plist new file mode 100644 index 000000000000..b7133293a90b --- /dev/null +++ b/textproc/or-aspell/pkg-plist @@ -0,0 +1,6 @@ +lib/aspell-%%VER%%/or.dat +lib/aspell-%%VER%%/u-orya.cmap +lib/aspell-%%VER%%/u-orya.cset +share/aspell/or.multi +share/aspell/or.rws +share/aspell/oriya.alias |