From 5b3d89a922a9f30b2c4f5d07c9ac1626dd8ec33d Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 14 Mar 2001 12:14:02 +0000 Subject: Initial import of ispell-francais, the French spelling dictionary for ispell. --- textproc/ispell-francais/Makefile | 19 ++++++++++++++++++ textproc/ispell-francais/files/md5 | 3 +++ textproc/ispell-francais/files/patch-sum | 3 +++ textproc/ispell-francais/patches/patch-aa | 32 +++++++++++++++++++++++++++++++ textproc/ispell-francais/pkg/DESCR | 2 ++ textproc/ispell-francais/pkg/PLIST | 3 +++ 6 files changed, 62 insertions(+) create mode 100644 textproc/ispell-francais/Makefile create mode 100644 textproc/ispell-francais/files/md5 create mode 100644 textproc/ispell-francais/files/patch-sum create mode 100644 textproc/ispell-francais/patches/patch-aa create mode 100644 textproc/ispell-francais/pkg/DESCR create mode 100644 textproc/ispell-francais/pkg/PLIST (limited to 'textproc/ispell-francais') diff --git a/textproc/ispell-francais/Makefile b/textproc/ispell-francais/Makefile new file mode 100644 index 00000000000..872faa6a6a1 --- /dev/null +++ b/textproc/ispell-francais/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ +# + +DISTNAME= francais-IREQ-1.4 +PKGNAME= ispell-francais-1.4 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.robot.ireq.ca/pub/ispell/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html +COMMENT= French dictionary for interactive spelling checker + +DEPENDS+= ispell-base-3.1.20:../../textproc/ispell-base + +CONFLICTS+= ispell-[0-9]* + +WRKSRC= ${WRKDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-francais/files/md5 b/textproc/ispell-francais/files/md5 new file mode 100644 index 00000000000..448e376c3b0 --- /dev/null +++ b/textproc/ispell-francais/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ + +SHA1 (francais-IREQ-1.4.tar.gz) = 940712167cd2d40c27e673246b8ce9f99595a309 diff --git a/textproc/ispell-francais/files/patch-sum b/textproc/ispell-francais/files/patch-sum new file mode 100644 index 00000000000..12a5ec3b643 --- /dev/null +++ b/textproc/ispell-francais/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ + +SHA1 (patch-aa) = 628056f633bdc4b6927bc0f83793a5945807f7a8 diff --git a/textproc/ispell-francais/patches/patch-aa b/textproc/ispell-francais/patches/patch-aa new file mode 100644 index 00000000000..9e59b53d4b0 --- /dev/null +++ b/textproc/ispell-francais/patches/patch-aa @@ -0,0 +1,32 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ + +Use the buildhash program from the base installation + +--- Makefile 2001/03/14 11:39:01 1.1 ++++ Makefile 2001/03/14 11:41:48 +@@ -13,10 +13,12 @@ + #------------------------------------------------------------------------------ + + # Prendre soin de bien définir cette variable: +-LIBDIR = /depot/public/lib/ispell ++LIBDIR = ${PREFIX}/lib ++ ++RM= /bin/rm -f + + # Il peut être requis de changer celle-ci aussi: +-HASH = $(LIBDIR)/buildhash ++HASH = ${PREFIX}/bin/buildhash + + # buildict n'est pas requis pour l'utilisation de francais-IREQ, + # mais si vous décidez de modifier le dictionnaire, la variable suivante +@@ -52,8 +54,8 @@ + $(HASH) francais.dico $(AFFIXES) francais.hash + + install: francais.hash +- install francais.hash $(LIBDIR) +- install $(AFFIXES) $(LIBDIR) ++ ${BSD_INSTALL_DATA} francais.hash $(LIBDIR) ++ ${BSD_INSTALL_DATA} $(AFFIXES) $(LIBDIR) + + # Ne pas faire ceci sans buildict! + # francais.dico requiert buildict et d'importantes ressources informatiques diff --git a/textproc/ispell-francais/pkg/DESCR b/textproc/ispell-francais/pkg/DESCR new file mode 100644 index 00000000000..73925c9cd95 --- /dev/null +++ b/textproc/ispell-francais/pkg/DESCR @@ -0,0 +1,2 @@ +This package contains the French (francais) dictionary for the +interactive spelling checker ispell. diff --git a/textproc/ispell-francais/pkg/PLIST b/textproc/ispell-francais/pkg/PLIST new file mode 100644 index 00000000000..b62665e876b --- /dev/null +++ b/textproc/ispell-francais/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ +lib/francais.aff +lib/francais.hash -- cgit v1.2.3