Commits
reneeotten authored and Frank Schima committed 3e578b3200c
1 - | PortSystem 1.0 |
2 - | PortGroup python 1.0 |
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 |
3 2 | |
4 - | name py-piddle |
5 - | version 1.0.15 |
6 - | revision 1 |
7 - | categories-append graphics |
8 - | license LGPL |
9 - | platforms darwin |
10 - | supported_archs noarch |
11 - | maintainers nomaintainer |
12 - | description python module for creating two-dimensional graphics |
13 - | long_description PIDDLE is a Python module for creating two-dimensional \ |
14 - | graphics in a manner that is both cross-platform and \ |
15 - | cross-media. That is, it can support screen graphics \ |
16 - | (e.g. QuickDraw, Windows, Tk) as well as file output \ |
17 - | (PostScript, PDF, GIF, etc.). |
3 + | PortSystem 1.0 |
4 + | PortGroup python 1.0 |
18 5 | |
19 - | homepage http://piddle.sourceforge.net/ |
20 - | master_sites sourceforge:piddle |
21 - | distname piddle-${version} |
22 - | checksums md5 b199bee7379e40737673573f5f0e5d9f |
6 + | name py-piddle |
7 + | version 1.0.15 |
8 + | revision 1 |
9 + | categories-append graphics |
10 + | license LGPL |
11 + | platforms darwin |
12 + | supported_archs noarch |
13 + | maintainers nomaintainer |
14 + | description python module for creating two-dimensional graphics |
15 + | long_description PIDDLE is a Python module for creating two-dimensional \ |
16 + | graphics in a manner that is both cross-platform and \ |
17 + | cross-media. That is, it can support screen graphics \ |
18 + | (e.g. QuickDraw, Windows, Tk) as well as file output \ |
19 + | (PostScript, PDF, GIF, etc.). |
23 20 | |
24 - | python.versions 27 |
21 + | homepage http://piddle.sourceforge.net/ |
22 + | master_sites sourceforge:piddle |
23 + | distname piddle-${version} |
24 + | checksums md5 b199bee7379e40737673573f5f0e5d9f |
25 + | |
26 + | python.versions 27 |
25 27 | |
26 28 | if {${name} ne ${subport}} { |
27 - | post-destroot { |
29 + | post-destroot { |
28 30 | file delete -force ${destroot}${prefix}/share/doc/${subport} |
29 31 | file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport} |
30 32 | xinstall -m 644 -W ${worksrcpath} README.txt \ |
31 33 | ${destroot}${prefix}/share/doc/${subport} |
32 34 | } |
33 35 | } |