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/mr-aspell/Makefile | 13 +++++++------ textproc/mr-aspell/distinfo | 3 +++ textproc/mr-aspell/pkg-descr | 2 +- textproc/mr-aspell/pkg-plist | 6 ++++++ 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 textproc/mr-aspell/distinfo create mode 100644 textproc/mr-aspell/pkg-plist (limited to 'textproc/mr-aspell') diff --git a/textproc/mr-aspell/Makefile b/textproc/mr-aspell/Makefile index 0c1934114fbd..3b440396ad93 100644 --- a/textproc/mr-aspell/Makefile +++ b/textproc/mr-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= mr-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-mr-0.10-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Marathi dictionary +COMMENT= Aspell Marathi dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= mr -ASPELL_MR= a - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/mr-aspell/distinfo b/textproc/mr-aspell/distinfo new file mode 100644 index 000000000000..36a0ca91c797 --- /dev/null +++ b/textproc/mr-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-mr-0.10-0.tar.bz2) = 489ac0c368d3012525134758f8572cac +SHA256 (aspell6-mr-0.10-0.tar.bz2) = d3a35a40bee0234a5b388375485ab8bf0ba8edbf3b0a82e2c2f76a40a8586f33 +SIZE (aspell6-mr-0.10-0.tar.bz2) = 151720 diff --git a/textproc/mr-aspell/pkg-descr b/textproc/mr-aspell/pkg-descr index 6a35ed587bdc..0740d2502cfd 100644 --- a/textproc/mr-aspell/pkg-descr +++ b/textproc/mr-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Marathi dictionary. +Aspell Marathi dictionary. WWW: http://www.janabhaaratii.org.in/janabhaaratii/page_gen.php?lang=en&body=/aspell/aspell.html diff --git a/textproc/mr-aspell/pkg-plist b/textproc/mr-aspell/pkg-plist new file mode 100644 index 000000000000..1ce7cc3bcf18 --- /dev/null +++ b/textproc/mr-aspell/pkg-plist @@ -0,0 +1,6 @@ +lib/aspell-%%VER%%/mr.dat +lib/aspell-%%VER%%/u-deva.cmap +lib/aspell-%%VER%%/u-deva.cset +share/aspell/mr.multi +share/aspell/mr.rws +share/aspell/marathi.alias -- cgit v1.2.3