diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile new file mode 100644 index 00000000000..4a5a201964b --- /dev/null +++ b/textproc/gtkspell/Makefile @@ -0,0 +1,34 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/08/12 06:29:36 jolan Exp $ + +# XXX gcc3 issue +NOT_FOR_ARCHS= sparc64 + +COMMENT= "gtk2 spelling checker" +DISTNAME= gtkspell-2.0.4 +CATEGORIES= textproc x11 +MASTER_SITES= ${HOMEPAGE}download/ + +HOMEPAGE= http://gtkspell.sourceforge.net/ + +MAINTAINER= Jolan Luff + +# GPL +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes + +USE_X11= Yes + +MODULES= gettext + +BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig +LIB_DEPENDS= aspell.15::textproc/aspell \ + gdk_pixbuf-2.0.0.0,gdk-x11-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 + +CONFIGURE_STYLE=gnu +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--disable-gtk-doc + +.include diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo new file mode 100644 index 00000000000..fc717f97a48 --- /dev/null +++ b/textproc/gtkspell/distinfo @@ -0,0 +1,3 @@ +MD5 (gtkspell-2.0.4.tar.gz) = 4ded985b8eefdf9ac6fbf79cad69ccbd +RMD160 (gtkspell-2.0.4.tar.gz) = 61b1e62b843b2604045ed9e8a05e8e92070d6f87 +SHA1 (gtkspell-2.0.4.tar.gz) = 491fa4779f628edd8d8e5cf860458be8b8076448 diff --git a/textproc/gtkspell/patches/patch-Makefile_in b/textproc/gtkspell/patches/patch-Makefile_in new file mode 100644 index 00000000000..2fb026276fd --- /dev/null +++ b/textproc/gtkspell/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/08/12 06:29:36 jolan Exp $ +--- Makefile.in.orig 2003-01-01 20:21:05.000000000 -0600 ++++ Makefile.in 2003-08-10 01:25:03.000000000 -0500 +@@ -81,7 +81,7 @@ SPELLER_LIB = @SPELLER_LIB@ + STRIP = @STRIP@ + VERSION = @VERSION@ + +-SUBDIRS = gtkspell examples docs ++SUBDIRS = gtkspell examples + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = gtkspell-2.0.pc diff --git a/textproc/gtkspell/pkg/DESCR b/textproc/gtkspell/pkg/DESCR new file mode 100644 index 00000000000..26fac63a9e5 --- /dev/null +++ b/textproc/gtkspell/pkg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/gtkspell/pkg/PFRAG.shared b/textproc/gtkspell/pkg/PFRAG.shared new file mode 100644 index 00000000000..1bdd95b3b7f --- /dev/null +++ b/textproc/gtkspell/pkg/PFRAG.shared @@ -0,0 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/08/12 06:29:36 jolan Exp $ +lib/libgtkspell.so.0.0 +DYNLIBDIR(%D/lib) diff --git a/textproc/gtkspell/pkg/PLIST b/textproc/gtkspell/pkg/PLIST new file mode 100644 index 00000000000..3b357725de7 --- /dev/null +++ b/textproc/gtkspell/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/12 06:29:36 jolan Exp $ +include/gtkspell-2.0/gtkspell/gtkspell.h +lib/libgtkspell.a +lib/libgtkspell.la +lib/pkgconfig/gtkspell-2.0.pc +%%SHARED%% +@comment @dirrm lib/pkgconfig +@dirrm include/gtkspell-2.0/gtkspell +@dirrm include/gtkspell-2.0