diff options
author | adam <adam@pkgsrc.org> | 2003-09-30 13:43:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-09-30 13:43:16 +0000 |
commit | f115d919931a6171dcb57dcdf8794a28da37a52b (patch) | |
tree | d213e238fe266ca09f0810c2d0c9aedc5eaa4586 /textproc/ispell-polski | |
parent | 9e163e9cc5c7724d4720c77cf27f88eb73681d38 (diff) | |
download | pkgsrc-f115d919931a6171dcb57dcdf8794a28da37a52b.tar.gz |
Polish dictionary for the ispell
Diffstat (limited to 'textproc/ispell-polski')
-rw-r--r-- | textproc/ispell-polski/DESCR | 2 | ||||
-rw-r--r-- | textproc/ispell-polski/Makefile | 22 | ||||
-rw-r--r-- | textproc/ispell-polski/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-polski/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/ispell-polski/DESCR b/textproc/ispell-polski/DESCR new file mode 100644 index 00000000000..45e5c538df8 --- /dev/null +++ b/textproc/ispell-polski/DESCR @@ -0,0 +1,2 @@ +This package contains the Polish (polski) dictionary for the +interactive spelling checker ispell. diff --git a/textproc/ispell-polski/Makefile b/textproc/ispell-polski/Makefile new file mode 100644 index 00000000000..53ebeb60797 --- /dev/null +++ b/textproc/ispell-polski/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/30 13:43:16 adam Exp $ +# + +DISTNAME= ispell-pl-20021127 +PKGNAME= ${DISTNAME:S/-pl-/-polski-/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-pl/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://ispell-pl.sourceforge.net/ +COMMENT= Polish dictionary for interactive spelling checker + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +do-build: + cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh + +do-install: + ${INSTALL_DATA} ${WRKSRC}/polish.aff ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/polish.hash ${PREFIX}/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-polski/PLIST b/textproc/ispell-polski/PLIST new file mode 100644 index 00000000000..32fb668dbb3 --- /dev/null +++ b/textproc/ispell-polski/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/30 13:43:17 adam Exp $ +lib/polish.aff +lib/polish.hash diff --git a/textproc/ispell-polski/distinfo b/textproc/ispell-polski/distinfo new file mode 100644 index 00000000000..cc6dd366444 --- /dev/null +++ b/textproc/ispell-polski/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/30 13:43:17 adam Exp $ + +SHA1 (ispell-pl-20021127.tar.gz) = 9e5efd7656f6f0747130380750fc93c9ab4b1e3e +Size (ispell-pl-20021127.tar.gz) = 1019831 bytes |