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 /german/aspell | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) | |
download | ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip |
Notes
Diffstat (limited to 'german/aspell')
-rw-r--r-- | german/aspell/Makefile | 12 | ||||
-rw-r--r-- | german/aspell/distinfo | 3 | ||||
-rw-r--r-- | german/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | german/aspell/pkg-plist | 14 |
4 files changed, 24 insertions, 7 deletions
diff --git a/german/aspell/Makefile b/german/aspell/Makefile index ec2ad4cb8e76..5f6098da2192 100644 --- a/german/aspell/Makefile +++ b/german/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= german +DISTVERSION= 6-de-20030222-1 +CATEGORIES= german textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with German dictionary +COMMENT= Aspell German dictionary -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= de -ASPELL_DE= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/german/aspell/distinfo b/german/aspell/distinfo new file mode 100644 index 000000000000..9bc174786e7b --- /dev/null +++ b/german/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/aspell/pkg-descr b/german/aspell/pkg-descr index 40b4036effd5..2f4877a9ea69 100644 --- a/german/aspell/pkg-descr +++ b/german/aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with German dictionary. +Aspell German dictionary. WWW: http://lisa.goe.net/~bjacke/igerman98/ diff --git a/german/aspell/pkg-plist b/german/aspell/pkg-plist new file mode 100644 index 000000000000..e11f30c6942d --- /dev/null +++ b/german/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 |