summaryrefslogtreecommitdiff
path: root/textproc/ispell-fr
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit09e2db8c588f94faad4bb38714de4ac2f442e0b5 (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-fr
parenta1220afa314ae865ca6607b7459ffc942b650dcc (diff)
downloadpkgsrc-09e2db8c588f94faad4bb38714de4ac2f442e0b5.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-fr')
-rw-r--r--textproc/ispell-fr/DESCR2
-rw-r--r--textproc/ispell-fr/Makefile19
-rw-r--r--textproc/ispell-fr/PLIST3
-rw-r--r--textproc/ispell-fr/distinfo6
-rw-r--r--textproc/ispell-fr/patches/patch-aa32
5 files changed, 62 insertions, 0 deletions
diff --git a/textproc/ispell-fr/DESCR b/textproc/ispell-fr/DESCR
new file mode 100644
index 00000000000..73925c9cd95
--- /dev/null
+++ b/textproc/ispell-fr/DESCR
@@ -0,0 +1,2 @@
+This package contains the French (francais) dictionary for the
+interactive spelling checker ispell.
diff --git a/textproc/ispell-fr/Makefile b/textproc/ispell-fr/Makefile
new file mode 100644
index 00000000000..b23833fb258
--- /dev/null
+++ b/textproc/ispell-fr/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:39 rodent Exp $
+#
+
+DISTNAME= francais-IREQ-1.4
+PKGNAME= ispell-francais-1.4
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.robot.ireq.ca/pub/ispell/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html
+COMMENT= French dictionary for interactive spelling checker
+
+DEPENDS+= ispell>=3.1.20:../../textproc/ispell
+
+INSTALLATION_DIRS= lib
+
+WRKSRC= ${WRKDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-fr/PLIST b/textproc/ispell-fr/PLIST
new file mode 100644
index 00000000000..6ae771b1bc8
--- /dev/null
+++ b/textproc/ispell-fr/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:39 rodent Exp $
+lib/francais.aff
+lib/francais.hash
diff --git a/textproc/ispell-fr/distinfo b/textproc/ispell-fr/distinfo
new file mode 100644
index 00000000000..ea6635c342a
--- /dev/null
+++ b/textproc/ispell-fr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/24 02:20:39 rodent Exp $
+
+SHA1 (francais-IREQ-1.4.tar.gz) = 940712167cd2d40c27e673246b8ce9f99595a309
+RMD160 (francais-IREQ-1.4.tar.gz) = 9f11a627d84488c9cbbd37b75fbeae9060803f3d
+Size (francais-IREQ-1.4.tar.gz) = 326207 bytes
+SHA1 (patch-aa) = 1aafea8a058e1eddb5f64e0f2788ba11e6bf81b9
diff --git a/textproc/ispell-fr/patches/patch-aa b/textproc/ispell-fr/patches/patch-aa
new file mode 100644
index 00000000000..69a93d1206e
--- /dev/null
+++ b/textproc/ispell-fr/patches/patch-aa
@@ -0,0 +1,32 @@
+$NetBSD: patch-aa,v 1.1 2013/04/24 02:20:39 rodent 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 ${DESTDIR}$(LIBDIR)
++ ${BSD_INSTALL_DATA} $(AFFIXES) ${DESTDIR}$(LIBDIR)
+
+ # Ne pas faire ceci sans buildict!
+ # francais.dico requiert buildict et d'importantes ressources informatiques