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 --- polish/aspell/Makefile | 13 +++++++------ polish/aspell/distinfo | 3 +++ polish/aspell/pkg-descr | 2 +- polish/aspell/pkg-plist | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 polish/aspell/distinfo create mode 100644 polish/aspell/pkg-plist (limited to 'polish') diff --git a/polish/aspell/Makefile b/polish/aspell/Makefile index 626bf8455aea..3602a6a44b75 100644 --- a/polish/aspell/Makefile +++ b/polish/aspell/Makefile @@ -6,13 +6,14 @@ # PORTNAME= aspell -CATEGORIES= polish +DISTVERSION= -pl-0.51-0 +PORTEPOCH= 1 +CATEGORIES= polish textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Polish dictionary +COMMENT= Aspell Polish dictionary -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= pl -ASPELL_PL= tak - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/polish/aspell/distinfo b/polish/aspell/distinfo new file mode 100644 index 000000000000..3f17d80eb1db --- /dev/null +++ b/polish/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-pl-0.51-0.tar.bz2) = 5435be1c9c39326a02e2798d8b4d257b +SHA256 (aspell-pl-0.51-0.tar.bz2) = a71ce4dbc3d6d0adcf386b1776e359fff57f0ba422d338e8d1fe9569a2646ca8 +SIZE (aspell-pl-0.51-0.tar.bz2) = 624458 diff --git a/polish/aspell/pkg-descr b/polish/aspell/pkg-descr index 4f4b7ec4b9c4..5221c987470b 100644 --- a/polish/aspell/pkg-descr +++ b/polish/aspell/pkg-descr @@ -1,4 +1,4 @@ -Aspell with Polish dictionary. +Aspell Polish dictionary. Note: if you build from ports, prefer textproc/aspell, it will let you select dictionaries for several languages. diff --git a/polish/aspell/pkg-plist b/polish/aspell/pkg-plist new file mode 100644 index 000000000000..590dba24d214 --- /dev/null +++ b/polish/aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/pl.dat +share/aspell/pl.multi +share/aspell/pl.rws +share/aspell/polish.alias -- cgit v1.2.3