From 5eef858c2a754b7bf1dbf720d451a30223c9af1f Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 15 Jul 2006 14:28:44 +0000 Subject: 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 --- textproc/ga-aspell/Makefile | 13 +++++++------ textproc/ga-aspell/distinfo | 3 +++ textproc/ga-aspell/pkg-descr | 2 +- textproc/ga-aspell/pkg-plist | 6 ++++++ 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 textproc/ga-aspell/distinfo create mode 100644 textproc/ga-aspell/pkg-plist (limited to 'textproc/ga-aspell') diff --git a/textproc/ga-aspell/Makefile b/textproc/ga-aspell/Makefile index d920ae246f84..2764483b17e9 100644 --- a/textproc/ga-aspell/Makefile +++ b/textproc/ga-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= ga-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-ga-3.6-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Irish (Gaelic) dictionary +COMMENT= Aspell Irish (Gaelic) dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= ga -ASPELL_GA= yes - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/ga-aspell/distinfo b/textproc/ga-aspell/distinfo new file mode 100644 index 000000000000..c0b17caa6152 --- /dev/null +++ b/textproc/ga-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell5-ga-3.6-0.tar.bz2) = 69b1e0c06f039340302336506080efde +SHA256 (aspell5-ga-3.6-0.tar.bz2) = 1f87d107f7763a3e8414277663cb8aceb56521364c107c160ab64b641121fdb8 +SIZE (aspell5-ga-3.6-0.tar.bz2) = 539910 diff --git a/textproc/ga-aspell/pkg-descr b/textproc/ga-aspell/pkg-descr index f8c8f8de0455..c356f8fad93a 100644 --- a/textproc/ga-aspell/pkg-descr +++ b/textproc/ga-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Irish (Gaelic) dictionary. +Aspell Irish (Gaelic) dictionary. WWW: http://aspell.net/ diff --git a/textproc/ga-aspell/pkg-plist b/textproc/ga-aspell/pkg-plist new file mode 100644 index 000000000000..52a9d7e311df --- /dev/null +++ b/textproc/ga-aspell/pkg-plist @@ -0,0 +1,6 @@ +lib/aspell-%%VER%%/ga_phonet.dat +lib/aspell-%%VER%%/ga.dat +share/aspell/ga.multi +share/aspell/ga.rws +share/aspell/gaeilge.alias +share/aspell/irish.alias -- cgit