summaryrefslogtreecommitdiff
path: root/textproc/gtkspell
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-25 04:54:46 +0000
committerrh <rh@pkgsrc.org>2002-09-25 04:54:46 +0000
commitab67e28877215dee9fbbcdb16bd27724a1342409 (patch)
treeceacad96d3f1c6cfc6576e775f1983b51fae777d /textproc/gtkspell
parent612c7098a7426d30887622d64e55620c8365286a (diff)
downloadpkgsrc-ab67e28877215dee9fbbcdb16bd27724a1342409.tar.gz
Initial import of gtkspell-2.0.2, a spell checking widget for GTK2 apps.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r--textproc/gtkspell/DESCR10
-rw-r--r--textproc/gtkspell/Makefile24
-rw-r--r--textproc/gtkspell/PLIST10
-rw-r--r--textproc/gtkspell/buildlink2.mk28
-rw-r--r--textproc/gtkspell/distinfo5
-rw-r--r--textproc/gtkspell/patches/patch-aa12
6 files changed, 89 insertions, 0 deletions
diff --git a/textproc/gtkspell/DESCR b/textproc/gtkspell/DESCR
new file mode 100644
index 00000000000..889c0c63369
--- /dev/null
+++ b/textproc/gtkspell/DESCR
@@ -0,0 +1,10 @@
+ GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in
+a GtkTextView widget as you type. Right-clicking a misspelled word pops up
+a menu of suggested replacements.
+
+ GtkSpell depends on:
+
+ * GTK+ 2.0 or greater.
+ * Kevin Atkinson's pspell library.
+
+GtkSpell is a library and is mostly of interest to GTK programmers.
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
new file mode 100644
index 00000000000..4a2519d4e40
--- /dev/null
+++ b/textproc/gtkspell/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/25 04:54:46 rh Exp $
+#
+
+DISTNAME= gtkspell-2.0.2
+CATEGORIES= textproc devel
+MASTER_SITES= http://gtkspell.sourceforge.net/download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://gtkspell.sourceforge.net/
+COMMENT= Spell checking GtkTextView widget
+
+BUILDLINK_DEPMETHOD.ltdl= build
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../textproc/libpspell/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/libtool/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/gtkspell/PLIST b/textproc/gtkspell/PLIST
new file mode 100644
index 00000000000..77fd3c7e3f4
--- /dev/null
+++ b/textproc/gtkspell/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $
+include/gtkspell-2.0/gtkspell/gtkspell.h
+lib/libgtkspell.a
+lib/libgtkspell.la
+lib/libgtkspell.so
+lib/libgtkspell.so.0
+lib/libgtkspell.so.0.0
+lib/pkgconfig/gtkspell-2.0.pc
+@dirrm include/gtkspell-2.0/gtkspell
+@dirrm include/gtkspell-2.0
diff --git a/textproc/gtkspell/buildlink2.mk b/textproc/gtkspell/buildlink2.mk
new file mode 100644
index 00000000000..510c2eacbaf
--- /dev/null
+++ b/textproc/gtkspell/buildlink2.mk
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $
+#
+# This Makefile fragment is included by packages that use gtkspell.
+#
+# This file was created automatically using createbuildlink 2.0.
+#
+
+.if !defined(GTKSPELL_BUILDLINK2_MK)
+GTKSPELL_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= gtkspell
+BUILDLINK_DEPENDS.gtkspell?= gtkspell>=2.0.2
+BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.gtkspell=gtkspell
+BUILDLINK_PREFIX.gtkspell_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.gtkspell+= include/gtkspell-2.0/gtkspell/gtkspell.h
+BUILDLINK_FILES.gtkspell+= lib/libgtkspell.*
+BUILDLINK_FILES.gtkspell+= lib/pkgconfig/gtkspell-2.0.pc
+
+.include "../../textproc/libpspell/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+
+BUILDLINK_TARGETS+= gtkspell-buildlink
+
+gtkspell-buildlink: _BUILDLINK_USE
+
+.endif # GTKSPELL_BUILDLINK2_MK
diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo
new file mode 100644
index 00000000000..925609016aa
--- /dev/null
+++ b/textproc/gtkspell/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $
+
+SHA1 (gtkspell-2.0.2.tar.gz) = d7a2117d49c35c8d47d7bc9e5c581c9d469dec7e
+Size (gtkspell-2.0.2.tar.gz) = 189818 bytes
+SHA1 (patch-aa) = 9d88b5bfc86aebaaf9bba7a68d3277211cf94f1e
diff --git a/textproc/gtkspell/patches/patch-aa b/textproc/gtkspell/patches/patch-aa
new file mode 100644
index 00000000000..6cf25d238e5
--- /dev/null
+++ b/textproc/gtkspell/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $
+
+--- gtkspell-2.0.pc.in.orig Fri Aug 2 14:31:47 2002
++++ gtkspell-2.0.pc.in
+@@ -7,6 +7,6 @@ Name: GTKSpell
+ Description: GTK spelling library
+ Version: @VERSION@
+ Requires: @GTKSPELL_PACKAGES@
+-Libs: -L${libdir} -lgtkspell -lpspell
++Libs: -Wl,-R${libdir} -L${libdir} -lgtkspell -lpspell
+ Cflags: -I${includedir}/gtkspell-2.0
+