diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-15 22:28:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-15 22:28:44 +0800 |
commit | 5eef858c2a754b7bf1dbf720d451a30223c9af1f (patch) | |
tree | 37164346eec6b26fa28e22f72ce104235e0b531b /polish/aspell | |
parent | 0a3452160835c4688277d8e1e9a09442c6c5a188 (diff) | |
download | freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.gz freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.zst freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.zip |
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 <ser_gagnon (at) sympatico.ca>
Diffstat (limited to 'polish/aspell')
-rw-r--r-- | polish/aspell/Makefile | 13 | ||||
-rw-r--r-- | polish/aspell/distinfo | 3 | ||||
-rw-r--r-- | polish/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | polish/aspell/pkg-plist | 4 |
4 files changed, 15 insertions, 7 deletions
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 <bsd.port.post.mk> 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 |