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/cy-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/cy-aspell')
-rw-r--r-- | textproc/cy-aspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/cy-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/cy-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/cy-aspell/pkg-plist | 4 |
4 files changed, 16 insertions, 7 deletions
diff --git a/textproc/cy-aspell/Makefile b/textproc/cy-aspell/Makefile index 7eea4d45eccf..2fa732766174 100644 --- a/textproc/cy-aspell/Makefile +++ b/textproc/cy-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= cy-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -cy-0.50-3 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Welsh dictionary +COMMENT= Aspell Welsh dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= cy -ASPELL_CY= ie - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/cy-aspell/distinfo b/textproc/cy-aspell/distinfo new file mode 100644 index 000000000000..07b7f7f1a97d --- /dev/null +++ b/textproc/cy-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-cy-0.50-3.tar.bz2) = d59fee193dba87973b38ac2862a090bb +SHA256 (aspell-cy-0.50-3.tar.bz2) = d5399dcd70061e5ed5af1214eb580f62864dd35ea4fa1ec2882ffc4f03307897 +SIZE (aspell-cy-0.50-3.tar.bz2) = 117652 diff --git a/textproc/cy-aspell/pkg-descr b/textproc/cy-aspell/pkg-descr index 89327470e25b..15b9a97d7ff3 100644 --- a/textproc/cy-aspell/pkg-descr +++ b/textproc/cy-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Welsh dictionary. +Aspell Welsh dictionary. WWW: http://www.hebffinia.com/geiriadur/ diff --git a/textproc/cy-aspell/pkg-plist b/textproc/cy-aspell/pkg-plist new file mode 100644 index 000000000000..be6f939ae494 --- /dev/null +++ b/textproc/cy-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/cy.dat +share/aspell/cy.multi +share/aspell/cy.rws +share/aspell/welsh.alias |