import of gtkspell-2.0.4:
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. WWW: http://gtkspell.sourceforge.net/
This commit is contained in:
parent
94b8df72a7
commit
4c8befec2c
34
textproc/gtkspell/Makefile
Normal file
34
textproc/gtkspell/Makefile
Normal file
@ -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 <jolan@openbsd.org>
|
||||||
|
|
||||||
|
# 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 <bsd.port.mk>
|
3
textproc/gtkspell/distinfo
Normal file
3
textproc/gtkspell/distinfo
Normal file
@ -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
|
12
textproc/gtkspell/patches/patch-Makefile_in
Normal file
12
textproc/gtkspell/patches/patch-Makefile_in
Normal file
@ -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
|
3
textproc/gtkspell/pkg/DESCR
Normal file
3
textproc/gtkspell/pkg/DESCR
Normal file
@ -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.
|
3
textproc/gtkspell/pkg/PFRAG.shared
Normal file
3
textproc/gtkspell/pkg/PFRAG.shared
Normal file
@ -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)
|
9
textproc/gtkspell/pkg/PLIST
Normal file
9
textproc/gtkspell/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user