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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-kiwi |
---|
8 | version 1.9.26 |
---|
9 | categories python devel gnome |
---|
10 | maintainers herbiet.net:guillaume-jean |
---|
11 | |
---|
12 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
13 | set real_name [lrange [split ${name} -] 1 1] |
---|
14 | |
---|
15 | description A framework for Python applications with graphical user interfaces. |
---|
16 | long_description \ |
---|
17 | Kiwi is a framework and a set of enhanced PyGTK widgets designed to \ |
---|
18 | make building programs with graphical interfaces both easy to write \ |
---|
19 | and easy to maintain. Kiwi is pure Python and should work \ |
---|
20 | cross-platform, but is developed on Python 2.4, Linux ix86. |
---|
21 | homepage http://www.async.com.br/projects/kiwi/ |
---|
22 | platforms darwin |
---|
23 | |
---|
24 | master_sites gnome:sources/${real_name}/${branch}/ |
---|
25 | distname ${real_name}-${version} |
---|
26 | checksums \ |
---|
27 | md5 036cb5d9007d816bdc7b9fff9fc3215c \ |
---|
28 | sha1 83f5b46762d446587bc4cd71e0e644c2fd3be6fd \ |
---|
29 | rmd160 fbc52676fc5501edf85e509a8e7951884bb7caac |
---|
30 | |
---|
31 | depends_lib-append \ |
---|
32 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
33 | port:py26-gobject \ |
---|
34 | port:py26-gtk \ |
---|
35 | port:py26-numeric |
---|
36 | |
---|
37 | depends_build-append \ |
---|
38 | port:pkgconfig |
---|