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/ny-aspell/Makefile | 13 +++++++------ textproc/ny-aspell/distinfo | 3 +++ textproc/ny-aspell/pkg-descr | 2 +- textproc/ny-aspell/pkg-plist | 6 ++++++ 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 textproc/ny-aspell/distinfo create mode 100644 textproc/ny-aspell/pkg-plist (limited to 'textproc/ny-aspell') diff --git a/textproc/ny-aspell/Makefile b/textproc/ny-aspell/Makefile index 3749965..eaeabd3 100644 --- a/textproc/ny-aspell/Makefile +++ b/textproc/ny-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= ny-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-ny-0.01-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Nyanja dictionary +COMMENT= Aspell Nyanja dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= ny -ASPELL_NY= inde - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/ny-aspell/distinfo b/textproc/ny-aspell/distinfo new file mode 100644 index 0000000..dc66ee2 --- /dev/null +++ b/textproc/ny-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell5-ny-0.01-0.tar.bz2) = 856906a424fcbc50cc925d692d294215 +SHA256 (aspell5-ny-0.01-0.tar.bz2) = 176f970f6ba3bb448c7e946fa8d209eb4da7138ac6899af7731a98c7b6484b3e +SIZE (aspell5-ny-0.01-0.tar.bz2) = 22952 diff --git a/textproc/ny-aspell/pkg-descr b/textproc/ny-aspell/pkg-descr index c759f48..1838bae 100644 --- a/textproc/ny-aspell/pkg-descr +++ b/textproc/ny-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Nyanja dictionary. +Aspell Nyanja dictionary. WWW: http://aspell.net/ diff --git a/textproc/ny-aspell/pkg-plist b/textproc/ny-aspell/pkg-plist new file mode 100644 index 0000000..5aefd8d --- /dev/null +++ b/textproc/ny-aspell/pkg-plist @@ -0,0 +1,6 @@ +lib/aspell-%%VER%%/ny.dat +share/aspell/chewa.alias +share/aspell/chichewa.alias +share/aspell/ny.multi +share/aspell/ny.rws +share/aspell/nyanja.alias -- cgit v1.1