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/hr-aspell/Makefile | 14 ++++++++------ textproc/hr-aspell/distinfo | 3 +++ textproc/hr-aspell/pkg-descr | 2 +- textproc/hr-aspell/pkg-plist | 4 ++++ 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 textproc/hr-aspell/distinfo create mode 100644 textproc/hr-aspell/pkg-plist (limited to 'textproc/hr-aspell') diff --git a/textproc/hr-aspell/Makefile b/textproc/hr-aspell/Makefile index 0bd217afee3b..ceb761ad2eae 100644 --- a/textproc/hr-aspell/Makefile +++ b/textproc/hr-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= hr-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -hr-0.51-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Croatian dictionary +COMMENT= Aspell Croatian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= hr -ASPELL_HR= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/hr-aspell/distinfo b/textproc/hr-aspell/distinfo new file mode 100644 index 000000000000..2ead22d93ae0 --- /dev/null +++ b/textproc/hr-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-hr-0.51-0.tar.bz2) = 7d2fb9af47266884c731691123a95a8d +SHA256 (aspell-hr-0.51-0.tar.bz2) = 2ac4030354d7961e45d63b46e06e59248d59cc70dfc9e1d8ee0ae21d9c774a25 +SIZE (aspell-hr-0.51-0.tar.bz2) = 208118 diff --git a/textproc/hr-aspell/pkg-descr b/textproc/hr-aspell/pkg-descr index 3de33ea0bf9f..56dd0ce856d5 100644 --- a/textproc/hr-aspell/pkg-descr +++ b/textproc/hr-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Croatian dictionary. +Aspell Croatian dictionary. WWW: http://aspell.net/ diff --git a/textproc/hr-aspell/pkg-plist b/textproc/hr-aspell/pkg-plist new file mode 100644 index 000000000000..c1b874210bab --- /dev/null +++ b/textproc/hr-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/hr.dat +share/aspell/hr.multi +share/aspell/hr.rws +share/aspell/croatian.alias -- cgit v1.2.3