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/nl-aspell/Makefile | 14 ++++++++------ textproc/nl-aspell/distinfo | 3 +++ textproc/nl-aspell/pkg-descr | 2 +- textproc/nl-aspell/pkg-plist | 4 ++++ 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 textproc/nl-aspell/distinfo create mode 100644 textproc/nl-aspell/pkg-plist (limited to 'textproc/nl-aspell') diff --git a/textproc/nl-aspell/Makefile b/textproc/nl-aspell/Makefile index 5e97a1aa336..440bb7fb605 100644 --- a/textproc/nl-aspell/Makefile +++ b/textproc/nl-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nl-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nl-0.50-2 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Dutch dictionary +COMMENT= Aspell Dutch dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nl -ASPELL_NL= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/nl-aspell/distinfo b/textproc/nl-aspell/distinfo new file mode 100644 index 00000000000..8ae47c15e06 --- /dev/null +++ b/textproc/nl-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-nl-0.50-2.tar.bz2) = c3ef9fd7dc4c47d816eee9ef5149c76a +SHA256 (aspell-nl-0.50-2.tar.bz2) = 440e0b7df8c5903d728221fe4ba88a74658ce14c8bb04b290c41402dfd41cb39 +SIZE (aspell-nl-0.50-2.tar.bz2) = 428365 diff --git a/textproc/nl-aspell/pkg-descr b/textproc/nl-aspell/pkg-descr index 247cd945772..24e6b9bc37a 100644 --- a/textproc/nl-aspell/pkg-descr +++ b/textproc/nl-aspell/pkg-descr @@ -1,4 +1,4 @@ -Aspell with Dutch dictionary. +Aspell Dutch dictionary. Note: if you build from ports, prefer textproc/aspell, it will let you select dictionaries for several languages. diff --git a/textproc/nl-aspell/pkg-plist b/textproc/nl-aspell/pkg-plist new file mode 100644 index 00000000000..2ea928e7220 --- /dev/null +++ b/textproc/nl-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/nl.dat +share/aspell/dutch.alias +share/aspell/nl.multi +share/aspell/nl.rws -- cgit