pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ispell-polski Polish dictionary for the ispell



details:   https://anonhg.NetBSD.org/pkgsrc/rev/437c5a55d076
branches:  trunk
changeset: 462328:437c5a55d076
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 30 13:43:16 2003 +0000

description:
Polish dictionary for the ispell

diffstat:

 textproc/ispell-polski/DESCR    |   2 ++
 textproc/ispell-polski/Makefile |  22 ++++++++++++++++++++++
 textproc/ispell-polski/PLIST    |   3 +++
 textproc/ispell-polski/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r a4b8233fb62a -r 437c5a55d076 textproc/ispell-polski/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell-polski/DESCR      Tue Sep 30 13:43:16 2003 +0000
@@ -0,0 +1,2 @@
+This package contains the Polish (polski) dictionary for the
+interactive spelling checker ispell.
diff -r a4b8233fb62a -r 437c5a55d076 textproc/ispell-polski/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell-polski/Makefile   Tue Sep 30 13:43:16 2003 +0000
@@ -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@localhost
+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 -r a4b8233fb62a -r 437c5a55d076 textproc/ispell-polski/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell-polski/PLIST      Tue Sep 30 13:43:16 2003 +0000
@@ -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 -r a4b8233fb62a -r 437c5a55d076 textproc/ispell-polski/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell-polski/distinfo   Tue Sep 30 13:43:16 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index