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 /russian | |
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 'russian')
-rw-r--r-- | russian/aspell/Makefile | 12 | ||||
-rw-r--r-- | russian/aspell/distinfo | 3 | ||||
-rw-r--r-- | russian/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | russian/aspell/pkg-plist | 8 |
4 files changed, 18 insertions, 7 deletions
diff --git a/russian/aspell/Makefile b/russian/aspell/Makefile index 755b2d601b8a..bef1ea5291f4 100644 --- a/russian/aspell/Makefile +++ b/russian/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= russian +DISTVERSION= 6-ru-0.99f7-1 +CATEGORIES= russian textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Russian dictionary +COMMENT= Aspell Russian dictionary -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= ru -ASPELL_RU= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/russian/aspell/distinfo b/russian/aspell/distinfo new file mode 100644 index 000000000000..82d4e304d668 --- /dev/null +++ b/russian/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-ru-0.99f7-1.tar.bz2) = c4c98eaa5e77ad3adccbc5c96cb57cb3 +SHA256 (aspell6-ru-0.99f7-1.tar.bz2) = 5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646 +SIZE (aspell6-ru-0.99f7-1.tar.bz2) = 427312 diff --git a/russian/aspell/pkg-descr b/russian/aspell/pkg-descr index d22f12707973..d8d65652c336 100644 --- a/russian/aspell/pkg-descr +++ b/russian/aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Russian dictionary (charset koi8-r). +Aspell Russian dictionary (charset koi8-r). WWW: http://aspell.sourceforge.net/ diff --git a/russian/aspell/pkg-plist b/russian/aspell/pkg-plist new file mode 100644 index 000000000000..5a0567da6456 --- /dev/null +++ b/russian/aspell/pkg-plist @@ -0,0 +1,8 @@ +lib/aspell-%%VER%%/ru.dat +lib/aspell-%%VER%%/ru_affix.dat +share/aspell/ru-ye.multi +share/aspell/ru-ye.rws +share/aspell/ru-yeyo.multi +share/aspell/ru-yo.multi +share/aspell/ru-yo.rws +share/aspell/ru.multi |