diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-02 18:59:14 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-02 18:59:14 +0000 |
commit | 51bb291e179fa65894e1424254440288458e15ba (patch) | |
tree | 45badd2b8524ec87e8f4b48a9827c7f74a7a2df5 /textproc/aspell-gaeilge | |
parent | a773c1c5b0a2081e45e1f93a1e3a13dc58811990 (diff) | |
download | pkgsrc-51bb291e179fa65894e1424254440288458e15ba.tar.gz |
Initial import of textproc/aspell-gaeilge into pkgsrc as suggested by
scannell at slu dot edu in PR pkg/17787. As the name suggests, this
package provides a gaeilge dictionary for aspell.
Package reviewed and approved by wiz.
Diffstat (limited to 'textproc/aspell-gaeilge')
-rw-r--r-- | textproc/aspell-gaeilge/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/Makefile | 20 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/PLIST | 6 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/README.html | 116 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/distinfo | 5 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/patches/patch-aa | 29 |
6 files changed, 177 insertions, 0 deletions
diff --git a/textproc/aspell-gaeilge/DESCR b/textproc/aspell-gaeilge/DESCR new file mode 100644 index 00000000000..c5d0f4ea972 --- /dev/null +++ b/textproc/aspell-gaeilge/DESCR @@ -0,0 +1 @@ +Irish language support for aspell, e.g. `aspell -d gaeilge -c $myfile'. diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile new file mode 100644 index 00000000000..71dab3cbf2f --- /dev/null +++ b/textproc/aspell-gaeilge/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $ + +DISTNAME= aspell-gaeilge-2.0 +CATEGORIES= textproc +MASTER_SITES= http://borel.slu.edu/~kps/ispell/ + +MAINTAINER= jschauma@netbsd.org +HOMEPAGE= http://borel.slu.edu/~kps/ispell/ +COMMENT= Irish language support for aspell + +DEPENDS+= aspell>=0.33.7.1:../../textproc/aspell + +ASPELLDATA=${PREFIX}/share/aspell/ + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gaeilge.dat ${ASPELLDATA} + ${INSTALL_DATA} ${WRKSRC}/gaeilge_phonet.dat ${ASPELLDATA} + ${INSTALL_DATA} ${WRKSRC}/gaeilge ${PREFIX}/lib/aspell + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-gaeilge/PLIST b/textproc/aspell-gaeilge/PLIST new file mode 100644 index 00000000000..46998aa5f7e --- /dev/null +++ b/textproc/aspell-gaeilge/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $ +share/aspell/gaeilge.dat +share/aspell/gaeilge_phonet.dat +lib/aspell/gaeilge +@unexec ${RMDIR} %D/share/aspell 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/lib/aspell 2>/dev/null || ${TRUE} diff --git a/textproc/aspell-gaeilge/README.html b/textproc/aspell-gaeilge/README.html new file mode 100644 index 00000000000..4df532cba60 --- /dev/null +++ b/textproc/aspell-gaeilge/README.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<!-- $NetBSD: README.html,v 1.1.1.1 2002/08/02 18:59:14 jschauma Exp $ --> +<html> +<head> +<title>The NetBSD Packages Collection: textproc/ispell-gaeilge</title> +</head> +<body bgcolor="#ffffff"> + +<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> +<img align="right" src="../../templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> +</a> +<h1>The NetBSD Packages Collection: <i>textproc/ispell-gaeilge</i></h1> + +<p>Brief description of the package:<br> +<I> +Irish language support for ispell +</I> +</p> + +<p>Please read the file "<a href="DESCR">DESCR</a>" for a +longer description, or browse the package's +<A HREF="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/textproc/ispell-gaeilge/">history</A>. +</p> + +<p>This package has a home page at <a HREF="http://borel.slu.edu/~kps/ispell/">http://borel.slu.edu/~kps/ispell/</a>.</p> + + + +<p>The package is located in the +"<A HREF=".">textproc/ispell-gaeilge</A>" +directory. +The current source version of the package is +"ispell-gaeilge-0.1". +For a summary on how to use the package collection, go to the +<a href="../../README.html">top of the packages tree</a>. +</p> + +<p>Problem reports, updates or suggestions for this package should be +reported with +<a href="http://www.netbsd.org/Misc/send-pr.html">send-pr.</a></p> + +<P> +The following security vulnerabilities are known for textproc/ispell-gaeilge +at May 15 05:00 +: +<UL> +<I>(no vulnerabilities known)</I> +</UL> +If you have a vulnerable package installed on any machine, you are +advised to remove the package +immediately, using the standard package tools. +The <a href="../../security/audit-packages/README.html">audit-packages</a> +package locates any installed package which has been mentioned in security +advisories as being vulnerable. +</P> + + +<p> +This package requires the following package(s) to build: +<a href="../../textproc/ispell-base/README.html">ispell-base-3.1.20nb1</A> +. +</p> +<p> +This package requires the following package(s) to run: +ispell-base>=3.1.20 +. +</p> + +<p> +Select one of the links below to <FONT COLOR="red">download</FONT> the +package in precompiled binary form for installation with pkg_add(1). +Available machine architectures and package versions: +<TABLE> +<TR><TD>alpha:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/alpha/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>amiga:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/amiga/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>amigappc:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/amigappc/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>arc:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/arc/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>arm32:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/arm32/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>atari:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/atari/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>bebox:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/bebox/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>cobalt:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/cobalt/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>hp300:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/hp300/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>hpcmips:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/hpcmips/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>i386:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/i386/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>mac68k:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/mac68k/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>macppc:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/macppc/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>mvme68k:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/mvme68k/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>news68k:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/news68k/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>next68k:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/next68k/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>pmax:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/pmax/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>powerpc:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/powerpc/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>prep:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/prep/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>sparc:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/sparc/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>sun3:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/sun3/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>vax:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/vax/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +<TR><TD>x68k:<TD><a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/x68k/All/ispell-gaeilge-0.1.tgz">ispell-gaeilge-0.1</a> <TD>(NetBSD 1.5) +</TABLE> + +<p> +The NetBSD packages collection is designed to permit + easy <a href="../../README">installation from source</a> - + particularly useful if the latest binary package is + not available for your chosen platform. +</p> + +<hr noshade> +[ +<a href="../README.html"> Go up one level</a> +| +<a href="../../README.html"> Go to top of packages tree</a> +| +<a href="../../README-all.html"> List all packages</a> +] +</body> +</html> diff --git a/textproc/aspell-gaeilge/distinfo b/textproc/aspell-gaeilge/distinfo new file mode 100644 index 00000000000..cefc11ba7c9 --- /dev/null +++ b/textproc/aspell-gaeilge/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $ + +SHA1 (aspell-gaeilge-2.0.tar.gz) = d0ceb651e673ad03b832c0142d6a2961ea610c20 +Size (aspell-gaeilge-2.0.tar.gz) = 846115 bytes +SHA1 (patch-aa) = 85ce2fab8ad3ec7861274a5e6a2352898f71c537 diff --git a/textproc/aspell-gaeilge/patches/patch-aa b/textproc/aspell-gaeilge/patches/patch-aa new file mode 100644 index 00000000000..0428763d51b --- /dev/null +++ b/textproc/aspell-gaeilge/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $ + +--- Makefile.orig Fri Aug 2 14:09:15 2002 ++++ Makefile Fri Aug 2 14:09:11 2002 +@@ -1,19 +1,16 @@ + # Makefile aspell-gaeilge +-ASPELLDATA=/usr/local/aspell +-ASPELLFLAGS=--dict-dir=$(ASPELLDATA)/dict --data-dir=$(ASPELLDATA)/data +-ASPELL=/usr/local/bin/aspell $(ASPELLFLAGS) +-INSTALL=/usr/local/bin/install ++#ASPELLDATA=/usr/local/share/aspell ++#ASPELLFLAGS=--dict-dir=$(ASPELLDATA)/dict --data-dir=$(ASPELLDATA)/data ++ASPELL=${PREFIX}/bin/aspell ++#INSTALL=/usr/local/bin/install + + # Shouldn't have to change anything below here + SHELL=/bin/sh + RAWWORDS= aspell.txt +-INSTALL_DATA=$(INSTALL) -m 644 ++#INSTALL_DATA=$(INSTALL) -m 644 + + all: FORCE +- $(INSTALL_DATA) gaeilge.dat $(ASPELLDATA)/data +- $(INSTALL_DATA) gaeilge_phonet.dat $(ASPELLDATA)/data + $(ASPELL) --lang=gaeilge create master ./gaeilge < $(RAWWORDS) +- $(INSTALL_DATA) gaeilge $(ASPELLDATA)/dict + + personal: FORCE + mv $(HOME)/.aspell.gaeilge.pws $(HOME)/.aspell.gaeilge.pws.old |