1 | # -*- 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 |
---|
2 | # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gtkspell2 |
---|
7 | version 2.0.16 |
---|
8 | categories x11 gnome textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description Library for highlighting and replacement of misspelled words |
---|
12 | long_description \ |
---|
13 | GtkSpell provides word-processor-style highlighting and replacement of \ |
---|
14 | misspelled words in a GtkTextView widget. Right-clicking a misspelled \ |
---|
15 | word pops up a menu of suggested replacements. |
---|
16 | homepage http://gtkspell.sourceforge.net |
---|
17 | master_sites ${homepage}/download |
---|
18 | distname gtkspell-${version} |
---|
19 | |
---|
20 | checksums md5 f75dcc9338f182c571b321d37c606a94 \ |
---|
21 | sha1 49a3eaff850d119a94fc929635270f01e87cdca1 \ |
---|
22 | rmd160 92c29780a43cd6fa2270d5ee77f9bc1ac09e56df |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:gtk-doc |
---|
26 | |
---|
27 | depends_lib port:enchant \ |
---|
28 | port:gtk2 |
---|
29 | |
---|
30 | patchfiles patch-Makefile.in.diff |
---|
31 | |
---|
32 | configure.args --disable-debug |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url ${homepage} |
---|
36 | livecheck.regex "The latest version is <b>(\\d+(?:\\.\\d+)*)</b>" |
---|
37 | |
---|
38 | #NOTES Port is named gtkspell2 due to ongoing development of gtkspell3 |
---|
39 | # Although there are no ports that require this port, there are a |
---|
40 | # number of ports that will build with it if it is present. |
---|