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/cs-aspell/Makefile | 14 ++++++++------ textproc/cs-aspell/distinfo | 3 +++ textproc/cs-aspell/pkg-descr | 2 +- textproc/cs-aspell/pkg-plist | 4 ++++ 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 textproc/cs-aspell/distinfo create mode 100644 textproc/cs-aspell/pkg-plist (limited to 'textproc/cs-aspell') diff --git a/textproc/cs-aspell/Makefile b/textproc/cs-aspell/Makefile index 0bd66d67b3af..fc3093446da7 100644 --- a/textproc/cs-aspell/Makefile +++ b/textproc/cs-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= cs-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -cs-0.51-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Czech dictionary +COMMENT= Aspell Czech dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= cs -ASPELL_CS= ano - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/cs-aspell/distinfo b/textproc/cs-aspell/distinfo new file mode 100644 index 000000000000..143ea551b31c --- /dev/null +++ b/textproc/cs-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-cs-0.51-0.tar.bz2) = 4be28bef4385ef46e80547ce8cdc4535 +SHA256 (aspell-cs-0.51-0.tar.bz2) = 7c56c5cd6e74d60749e68effa9dc45cb282cb3bb6a9c56b51f7594a72216ea47 +SIZE (aspell-cs-0.51-0.tar.bz2) = 626618 diff --git a/textproc/cs-aspell/pkg-descr b/textproc/cs-aspell/pkg-descr index 5bb91b098b34..9b183669bf67 100644 --- a/textproc/cs-aspell/pkg-descr +++ b/textproc/cs-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Czech dictionary. +Aspell Czech dictionary. WWW: http://aspell.sourceforge.net/ diff --git a/textproc/cs-aspell/pkg-plist b/textproc/cs-aspell/pkg-plist new file mode 100644 index 000000000000..70f3f2fbfdcc --- /dev/null +++ b/textproc/cs-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/cs.dat +share/aspell/cs.multi +share/aspell/cs.rws +share/aspell/czech.alias -- cgit