From d4e9e5c8a1d4d56c85d17077cc457aa62c8808d5 Mon Sep 17 00:00:00 2001 From: jschauma Date: Fri, 2 Aug 2002 01:54:12 +0000 Subject: Initial import of textproc/ispell-catalan into pkgsrc, using files provided by Julio Merino (jmmv at hispabsd dot org) in PR pkg/17658. (Minor modification by me.) ispell-catalan provides the catalan dictionaries for ispell, and can be used by invoking ispell with the "-d catala" flag. Note that the dictionary is called "catala", while the package is called "catalan" -- apparently, this is correct. --- textproc/ispell-catalan/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 textproc/ispell-catalan/Makefile (limited to 'textproc/ispell-catalan/Makefile') diff --git a/textproc/ispell-catalan/Makefile b/textproc/ispell-catalan/Makefile new file mode 100644 index 00000000000..1fe325fe108 --- /dev/null +++ b/textproc/ispell-catalan/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/02 01:54:13 jschauma Exp $ +# + +DISTNAME= ispellca +PKGNAME= ispell-catalan-0.1 +CATEGORIES= textproc +MASTER_SITES= http://www.softcatala.org/cgi-bin/gaudi/contadorb/load.cgi?/fitxers/llengua/ +EXTRACT_SUFX= .zip + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://www.softcatala.org/prog24.htm +COMMENT= Catalan dictionary for interactive spelling checker + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +WRKSRC= ${WRKDIR} + +do-build: + cd ${WRKSRC} && ${PREFIX}/bin/buildhash catala catala.aff catala.hash + +do-install: + ${INSTALL_DATA} ${WRKSRC}/catala.aff ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/catala.hash ${PREFIX}/lib + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3