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/hil-aspell/Makefile | 13 +++++++------ textproc/hil-aspell/distinfo | 3 +++ textproc/hil-aspell/pkg-descr | 2 +- textproc/hil-aspell/pkg-plist | 3 +++ 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 textproc/hil-aspell/distinfo create mode 100644 textproc/hil-aspell/pkg-plist (limited to 'textproc/hil-aspell') diff --git a/textproc/hil-aspell/Makefile b/textproc/hil-aspell/Makefile index 47942acd41c7..828dd06ef877 100644 --- a/textproc/hil-aspell/Makefile +++ b/textproc/hil-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= hil-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-hil-0.11-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Hiligaynon dictionary +COMMENT= Aspell Hiligaynon dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= hil -ASPELL_HIL= hu-o - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/hil-aspell/distinfo b/textproc/hil-aspell/distinfo new file mode 100644 index 000000000000..aae3cc281c3c --- /dev/null +++ b/textproc/hil-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell5-hil-0.11-0.tar.bz2) = 6ce553007a773a1c2ffd68b660ddb60b +SHA256 (aspell5-hil-0.11-0.tar.bz2) = 570a374fd0b97943bc6893cf25ac7b23da815120842a80144e2c7ee8b41388e8 +SIZE (aspell5-hil-0.11-0.tar.bz2) = 46288 diff --git a/textproc/hil-aspell/pkg-descr b/textproc/hil-aspell/pkg-descr index 032ebe73bb45..0e80ce7093c1 100644 --- a/textproc/hil-aspell/pkg-descr +++ b/textproc/hil-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Hiligaynon dictionary. +Aspell Hiligaynon dictionary. WWW: http://aspell.net/ diff --git a/textproc/hil-aspell/pkg-plist b/textproc/hil-aspell/pkg-plist new file mode 100644 index 000000000000..55e7e50c1cf9 --- /dev/null +++ b/textproc/hil-aspell/pkg-plist @@ -0,0 +1,3 @@ +lib/aspell-%%VER%%/hil.dat +share/aspell/hil.multi +share/aspell/hil.rws -- cgit v1.2.3