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 /ukrainian | |
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 'ukrainian')
-rw-r--r-- | ukrainian/aspell/Makefile | 12 | ||||
-rw-r--r-- | ukrainian/aspell/distinfo | 3 | ||||
-rw-r--r-- | ukrainian/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | ukrainian/aspell/pkg-plist | 8 |
4 files changed, 18 insertions, 7 deletions
diff --git a/ukrainian/aspell/Makefile b/ukrainian/aspell/Makefile index 6431d5aaca51..23b266319905 100644 --- a/ukrainian/aspell/Makefile +++ b/ukrainian/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= ukrainian +DISTVERSION= 6-uk-1.1-0 +CATEGORIES= ukrainian textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Ukrainian dictionaries +COMMENT= Aspell Ukrainian dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= uk -ASPELL_UK= tak - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/ukrainian/aspell/distinfo b/ukrainian/aspell/distinfo new file mode 100644 index 000000000000..72b8c224f328 --- /dev/null +++ b/ukrainian/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-uk-1.1-0.tar.bz2) = f3ffe52d86b83a394ce29e88bd3ef9d2 +SHA256 (aspell6-uk-1.1-0.tar.bz2) = dcd569dd0bae8060a39769dd353556bf042b1e2d074e5c57fe53e6b1210560b8 +SIZE (aspell6-uk-1.1-0.tar.bz2) = 179098 diff --git a/ukrainian/aspell/pkg-descr b/ukrainian/aspell/pkg-descr index 75cc078689f2..4143f5256116 100644 --- a/ukrainian/aspell/pkg-descr +++ b/ukrainian/aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Ukrainian dictionary. +Aspell Ukrainian dictionary. WWW: http://sourceforge.net/projects/ispell-uk diff --git a/ukrainian/aspell/pkg-plist b/ukrainian/aspell/pkg-plist new file mode 100644 index 000000000000..81ebab95fa26 --- /dev/null +++ b/ukrainian/aspell/pkg-plist @@ -0,0 +1,8 @@ +lib/aspell-%%VER%%/koi8-u-nl.cmap +lib/aspell-%%VER%%/koi8-u-nl.cset +lib/aspell-%%VER%%/uk.dat +lib/aspell-%%VER%%/uk_affix.dat +lib/aspell-%%VER%%/ukrainian.kbd +share/aspell/uk.multi +share/aspell/uk.rws +share/aspell/ukrainian.alias |