pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/linux-words Import new package: linux-words (from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb294bb2637b
branches:  trunk
changeset: 539538:eb294bb2637b
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Mar 07 23:24:24 2008 +0000

description:
Import new package: linux-words (from pkgsrc-wip).

This is a word list containing over 45000 words. This list is
suitable for English language spelling checkers, libcrack, and as
a target for look(1).  This is linux.words.2, compiled by Rik Faith on
Oct 10, 1993.

diffstat:

 misc/linux-words/DESCR    |   4 ++++
 misc/linux-words/Makefile |  32 ++++++++++++++++++++++++++++++++
 misc/linux-words/PLIST    |   7 +++++++
 misc/linux-words/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 73fb01287e2a -r eb294bb2637b misc/linux-words/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/linux-words/DESCR    Fri Mar 07 23:24:24 2008 +0000
@@ -0,0 +1,4 @@
+This is a word list containing over 45000 words. This list is
+suitable for English language spelling checkers, libcrack, and as
+a target for look(1).  This is linux.words.2, compiled by Rik Faith on
+Oct 10, 1993.
diff -r 73fb01287e2a -r eb294bb2637b misc/linux-words/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/linux-words/Makefile Fri Mar 07 23:24:24 2008 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/07 23:24:24 reed Exp $
+
+DISTNAME=              linux.words.2
+PKGNAME=               linux-words-2.0
+CATEGORIES=            misc
+MASTER_SITES=          ${MASTER_SITE_SUNSITE:=libs/}
+
+MAINTAINER=            reed%reedmedia.net@localhost
+#HOMEPAGE=
+COMMENT=               English word list
+
+# For other word packages also consider other word lists like
+#  aspell's en list like ftp://ftp.gnu.org/gnu/aspell/aspell-en-0.51-0.tar.bz2
+#  SCOWL from http://wordlist.sourceforge.net/
+#  NetBSD's word list which has around 234964 words
+
+WRKSRC=                        ${WRKDIR}/usr/dict
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+USE_LANGUAGES=         # none
+
+INSTALLATION_DIRS=     share/dict share/doc/linux-words
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/linux.words ${PREFIX}/share/dict/
+       ${LN} -s linux.words ${PREFIX}/share/dict/words
+       ${INSTALL_DATA} ${WRKSRC}/README.linux.words \
+               ${PREFIX}/share/doc/linux-words/
+       ${INSTALL_DATA} ${WRKSRC}/README2.linux.words \
+               ${PREFIX}/share/doc/linux-words/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 73fb01287e2a -r eb294bb2637b misc/linux-words/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/linux-words/PLIST    Fri Mar 07 23:24:24 2008 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/07 23:24:24 reed Exp $
+share/dict/words
+share/dict/linux.words
+share/doc/linux-words/README.linux.words
+share/doc/linux-words/README2.linux.words
+@dirrm share/doc/linux-words
+@dirrm share/dict
diff -r 73fb01287e2a -r eb294bb2637b misc/linux-words/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/linux-words/distinfo Fri Mar 07 23:24:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/07 23:24:24 reed Exp $
+
+SHA1 (linux.words.2.tar.gz) = 6dadb83f74dc89a7c2592eaa98abcac80e12ecf5
+RMD160 (linux.words.2.tar.gz) = cc92acbaa9d3ecf9e457b18ddc8ced24ff9b78d3
+Size (linux.words.2.tar.gz) = 138063 bytes



Home | Main Index | Thread Index | Old Index