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/sl-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/sl-aspell')
-rw-r--r-- | textproc/sl-aspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/sl-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/sl-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/sl-aspell/pkg-plist | 4 |
4 files changed, 16 insertions, 7 deletions
diff --git a/textproc/sl-aspell/Makefile b/textproc/sl-aspell/Makefile index 25c30682586c..ffcf5409d169 100644 --- a/textproc/sl-aspell/Makefile +++ b/textproc/sl-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= sl-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -sl-0.50-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Slovenian dictionary +COMMENT= Aspell Slovenian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= sl -ASPELL_SL= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/sl-aspell/distinfo b/textproc/sl-aspell/distinfo new file mode 100644 index 000000000000..6c1415727496 --- /dev/null +++ b/textproc/sl-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-sl-0.50-0.tar.bz2) = c4c11402bc834d796d1b56e711470480 +SHA256 (aspell-sl-0.50-0.tar.bz2) = e566d127f7130da2df7b1f4f4cb4bc51932517b0c24299f84498ba325e6133d1 +SIZE (aspell-sl-0.50-0.tar.bz2) = 215463 diff --git a/textproc/sl-aspell/pkg-descr b/textproc/sl-aspell/pkg-descr index 994d9025c749..12b2d0b24f45 100644 --- a/textproc/sl-aspell/pkg-descr +++ b/textproc/sl-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Slovenian dictionary. +Aspell Slovenian dictionary. WWW: http://aspell.net/ diff --git a/textproc/sl-aspell/pkg-plist b/textproc/sl-aspell/pkg-plist new file mode 100644 index 000000000000..65b1aa943df3 --- /dev/null +++ b/textproc/sl-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/sl.dat +share/aspell/sl.multi +share/aspell/sl.rws +share/aspell/slovenian.alias |