1 | # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-kiwi |
---|
7 | version 1.9.26 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories devel gnome python |
---|
10 | maintainers nodamage.com:nodamage openmaintainer |
---|
11 | description Framework for Python applications with GUIs. |
---|
12 | long_description \ |
---|
13 | Kiwi is a framework and a set of enhanced PyGTK widgets designed to \ |
---|
14 | make building programs with graphical interfaces both easy to write \ |
---|
15 | and easy to maintain. Kiwi is pure Python and should work \ |
---|
16 | cross-platform, but is developed on Python 2.4, Linux ix86. |
---|
17 | homepage http://www.async.com.br/projects/kiwi |
---|
18 | platforms darwin |
---|
19 | distname kiwi-${version} |
---|
20 | |
---|
21 | master_sites gnome:sources/${name}/${branch}/ |
---|
22 | checksums md5 036cb5d9007d816bdc7b9fff9fc3215c \ |
---|
23 | sha1 83f5b46762d446587bc4cd71e0e644c2fd3be6fd \ |
---|
24 | rmd160 fbc52676fc5501edf85e509a8e7951884bb7caac |
---|
25 | |
---|
26 | depends_lib-append \ |
---|
27 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
28 | port:py26-gobject \ |
---|
29 | port:py26-gtk \ |
---|
30 | port:py26-numeric |
---|
31 | depends_build-append \ |
---|
32 | port:pkgconfig |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
36 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|