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/tl-aspell/Makefile | 13 +++++++------ textproc/tl-aspell/distinfo | 3 +++ textproc/tl-aspell/pkg-descr | 2 +- textproc/tl-aspell/pkg-plist | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 textproc/tl-aspell/distinfo create mode 100644 textproc/tl-aspell/pkg-plist (limited to 'textproc/tl-aspell') diff --git a/textproc/tl-aspell/Makefile b/textproc/tl-aspell/Makefile index eea8729cc296..6f274836bd2c 100644 --- a/textproc/tl-aspell/Makefile +++ b/textproc/tl-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= tl-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-tl-0.02-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Tagalog dictionary +COMMENT= Aspell Tagalog dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= tl -ASPELL_TL= opo - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/tl-aspell/distinfo b/textproc/tl-aspell/distinfo new file mode 100644 index 000000000000..f0d5dd119a6d --- /dev/null +++ b/textproc/tl-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell5-tl-0.02-1.tar.bz2) = 126437909424021a553055b1b96fdf73 +SHA256 (aspell5-tl-0.02-1.tar.bz2) = 48b65d2c6886f353d1e1756a93bcd4d8ab2b88b021176c25dfdb5d8bcf348acd +SIZE (aspell5-tl-0.02-1.tar.bz2) = 40642 diff --git a/textproc/tl-aspell/pkg-descr b/textproc/tl-aspell/pkg-descr index a2f29486afad..4d4a4b258ae8 100644 --- a/textproc/tl-aspell/pkg-descr +++ b/textproc/tl-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Tagalog dictionary. +Aspell Tagalog dictionary. WWW: http://aspell.net/ diff --git a/textproc/tl-aspell/pkg-plist b/textproc/tl-aspell/pkg-plist new file mode 100644 index 000000000000..5cfcfe184a8f --- /dev/null +++ b/textproc/tl-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/tl.dat +share/aspell/tagalog.alias +share/aspell/tl.multi +share/aspell/tl.rws -- cgit