diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
commit | 101c630868ab011883bb52a33d9a7a4a6778baaf (patch) | |
tree | 94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-pl | |
parent | 08ca529542aa8af60396f118dde389c08e218b39 (diff) | |
download | pkgsrc-101c630868ab011883bb52a33d9a7a4a6778baaf.tar.gz |
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;
and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-pl')
-rw-r--r-- | textproc/ispell-pl/DESCR | 2 | ||||
-rw-r--r-- | textproc/ispell-pl/Makefile | 24 | ||||
-rw-r--r-- | textproc/ispell-pl/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-pl/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/ispell-pl/DESCR b/textproc/ispell-pl/DESCR new file mode 100644 index 00000000000..45e5c538df8 --- /dev/null +++ b/textproc/ispell-pl/DESCR @@ -0,0 +1,2 @@ +This package contains the Polish (polski) dictionary for the +interactive spelling checker ispell. diff --git a/textproc/ispell-pl/Makefile b/textproc/ispell-pl/Makefile new file mode 100644 index 00000000000..35c180222e9 --- /dev/null +++ b/textproc/ispell-pl/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:40 rodent 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>=3.1.20:../../textproc/ispell + +INSTALLATION_DIRS= lib + +do-build: + cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh + +do-install: + ${INSTALL_DATA} ${WRKSRC}/polish.aff ${DESTDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/polish.hash ${DESTDIR}${PREFIX}/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-pl/PLIST b/textproc/ispell-pl/PLIST new file mode 100644 index 00000000000..658b37e1f12 --- /dev/null +++ b/textproc/ispell-pl/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:40 rodent Exp $ +lib/polish.aff +lib/polish.hash diff --git a/textproc/ispell-pl/distinfo b/textproc/ispell-pl/distinfo new file mode 100644 index 00000000000..892037caa4f --- /dev/null +++ b/textproc/ispell-pl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/24 02:20:40 rodent Exp $ + +SHA1 (ispell-pl-20021127.tar.gz) = 9e5efd7656f6f0747130380750fc93c9ab4b1e3e +RMD160 (ispell-pl-20021127.tar.gz) = 010031d0c9b57c8c8bbb759886d1e13b377a644c +Size (ispell-pl-20021127.tar.gz) = 1019831 bytes |