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 /german/alt-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 'german/alt-aspell')
-rw-r--r-- | german/alt-aspell/Makefile | 18 | ||||
-rw-r--r-- | german/alt-aspell/distinfo | 3 | ||||
-rw-r--r-- | german/alt-aspell/pkg-descr | 1 | ||||
-rw-r--r-- | german/alt-aspell/pkg-plist | 14 |
4 files changed, 36 insertions, 0 deletions
diff --git a/german/alt-aspell/Makefile b/german/alt-aspell/Makefile new file mode 100644 index 000000000000..be5a438dc31f --- /dev/null +++ b/german/alt-aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: de-alt-aspell +# Date created: 14 July 2006 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= alt-aspell +DISTVERSION= 6-de-20030222-1 +CATEGORIES= german textproc + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell German Old Spelling (Deutsch - Alter Spelling) dictionary + +DICT= de-alt + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/german/alt-aspell/distinfo b/german/alt-aspell/distinfo new file mode 100644 index 000000000000..9bc174786e7b --- /dev/null +++ b/german/alt-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-de-20030222-1.tar.bz2) = 5950c5c8a36fc93d4d7616591bace6a6 +SHA256 (aspell6-de-20030222-1.tar.bz2) = ba6c94e11bc2e0e6e43ce0f7822c5bba5ca5ac77129ef90c190b33632416e906 +SIZE (aspell6-de-20030222-1.tar.bz2) = 274407 diff --git a/german/alt-aspell/pkg-descr b/german/alt-aspell/pkg-descr new file mode 100644 index 000000000000..fc100a344ed6 --- /dev/null +++ b/german/alt-aspell/pkg-descr @@ -0,0 +1 @@ +Aspell German - Old Spelling (Deutsch - Alter Spelling) dictionary. diff --git a/german/alt-aspell/pkg-plist b/german/alt-aspell/pkg-plist new file mode 100644 index 000000000000..e11f30c6942d --- /dev/null +++ b/german/alt-aspell/pkg-plist @@ -0,0 +1,14 @@ +lib/aspell-%%VER%%/de_affix.dat +lib/aspell-%%VER%%/de_phonet.dat +lib/aspell-%%VER%%/de.dat +share/aspell/de-common.rws +share/aspell/de.multi +share/aspell/de_AT-only.rws +share/aspell/de_AT.multi +share/aspell/de_CH-only.rws +share/aspell/de_CH.multi +share/aspell/de_DE-only.rws +share/aspell/de_DE.multi +share/aspell/deutsch.alias +share/aspell/german.alias +share/aspell/swiss.alias |