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/el-aspell/Makefile | 14 ++++++++------ textproc/el-aspell/distinfo | 3 +++ textproc/el-aspell/pkg-descr | 2 +- textproc/el-aspell/pkg-plist | 5 +++++ 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 textproc/el-aspell/distinfo create mode 100644 textproc/el-aspell/pkg-plist (limited to 'textproc/el-aspell') diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile index 2e629c40f978..ca5bb06a3db8 100644 --- a/textproc/el-aspell/Makefile +++ b/textproc/el-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= el-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -el-0.50-3 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Greek dictionary +COMMENT= Aspell Greek dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= el -ASPELL_EL= ne - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/el-aspell/distinfo b/textproc/el-aspell/distinfo new file mode 100644 index 000000000000..e3a713f611e4 --- /dev/null +++ b/textproc/el-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-el-0.50-3.tar.bz2) = 0ea2c42ceb9b91f7f5de2c017234ad37 +SHA256 (aspell-el-0.50-3.tar.bz2) = 3f6508937dcaa64a6c70ee5f722f088b46b202a6409961b93b705d4ec4f56380 +SIZE (aspell-el-0.50-3.tar.bz2) = 328225 diff --git a/textproc/el-aspell/pkg-descr b/textproc/el-aspell/pkg-descr index eee1d497aadb..30f8f2898783 100644 --- a/textproc/el-aspell/pkg-descr +++ b/textproc/el-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Greek dictionary. +Aspell Greek dictionary. WWW: http://ispell.source.gr/index_aspell.html diff --git a/textproc/el-aspell/pkg-plist b/textproc/el-aspell/pkg-plist new file mode 100644 index 000000000000..8c9961a8091a --- /dev/null +++ b/textproc/el-aspell/pkg-plist @@ -0,0 +1,5 @@ +lib/aspell-%%VER%%/el_phonet.dat +lib/aspell-%%VER%%/el.dat +share/aspell/el.multi +share/aspell/el.rws +share/aspell/greek.alias -- cgit v1.2.3