# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup gobject_introspection 1.0 name gtkspell3 version 3.0.7 license GPL-2+ categories x11 gnome textproc platforms darwin maintainers devans openmaintainer description Library for highlighting and replacement of misspelled words long_description GtkSpell provides word-processor-style highlighting and replacement of \ misspelled words in a GtkTextView widget. Right-clicking a misspelled \ word pops up a menu of suggested replacements. homepage http://gtkspell.sourceforge.net master_sites ${homepage}/download checksums rmd160 33374a5754973b7cabcae7d0216c511a3b806643 \ sha256 13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 depends_build port:pkgconfig \ port:intltool \ port:gtk-doc \ port:autoconf \ port:automake \ port:libtool depends_lib port:gtk3 \ port:iso-codes \ port:enchant \ port:vala gobject_introspection yes # reconfigure using upstream autogen.sh for intltool 0.51 compatibility patchfiles patch-autogen.sh.diff configure.cmd ./autogen.sh configure.args --disable-gtk2 \ --enable-gtk3 \ --enable-vala=yes \ --disable-silent-rules variant gtk2 description {Build with support for GTK+ 2} { depends_lib-append port:gtk2 configure.args-replace --disable-gtk2 --enable-gtk2 } livecheck.type regex livecheck.url ${homepage} livecheck.regex "The latest version is (\\d+(?:\\.\\d+)*)"