From 8d1905f7041773dd6073d984f6e6ccd1d712e712 Mon Sep 17 00:00:00 2001 From: Thierry Thomas 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/hsb-aspell/Makefile | 13 +++++++------ textproc/hsb-aspell/distinfo | 3 +++ textproc/hsb-aspell/pkg-descr | 2 +- textproc/hsb-aspell/pkg-plist | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 textproc/hsb-aspell/distinfo create mode 100644 textproc/hsb-aspell/pkg-plist (limited to 'textproc/hsb-aspell') diff --git a/textproc/hsb-aspell/Makefile b/textproc/hsb-aspell/Makefile index 0ff83eee7cc9..d87c7e0003e2 100644 --- a/textproc/hsb-aspell/Makefile +++ b/textproc/hsb-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= hsb-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-hsb-0.01-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Upper Sorbian dictionary +COMMENT= Aspell Upper Sorbian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= hsb -ASPELL_HSB= haj - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/hsb-aspell/distinfo b/textproc/hsb-aspell/distinfo new file mode 100644 index 000000000000..1cac4f88777d --- /dev/null +++ b/textproc/hsb-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-hsb-0.01-1.tar.bz2) = b7a0e5fa5843f080bfce2b441f46d981 +SHA256 (aspell6-hsb-0.01-1.tar.bz2) = 77d810608dd637a5f6e545b5ac36f986877778c485efdef16fcfd7d918a10e8e +SIZE (aspell6-hsb-0.01-1.tar.bz2) = 109026 diff --git a/textproc/hsb-aspell/pkg-descr b/textproc/hsb-aspell/pkg-descr index 0ffe32fa21b6..d2b62b3d43ec 100644 --- a/textproc/hsb-aspell/pkg-descr +++ b/textproc/hsb-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Upper Sorbian dictionary. +Aspell Upper Sorbian dictionary. WWW: http://aspell.net/ diff --git a/textproc/hsb-aspell/pkg-plist b/textproc/hsb-aspell/pkg-plist new file mode 100644 index 000000000000..aa3dfa462c37 --- /dev/null +++ b/textproc/hsb-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/hsb_affix.dat +lib/aspell-%%VER%%/hsb.dat +share/aspell/hsb.multi +share/aspell/hsb.rws -- cgit v1.2.3