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-pyglet |
---|
8 | version 1.1.3 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer@macports.org |
---|
12 | |
---|
13 | description A cross-platform windowing and multimedia library for Python. |
---|
14 | long_description A cross-platform windowing and multimedia library for Python. |
---|
15 | |
---|
16 | homepage http://www.pyglet.org/ |
---|
17 | master_sites http://pyglet.googlecode.com/files/ |
---|
18 | |
---|
19 | distname pyglet-${version} |
---|
20 | |
---|
21 | checksums md5 54530c20a95fffeb6c60fd4a9b073b83 \ |
---|
22 | sha1 bb7bc38216e25bc3467b01d7e4637cddac0554d8 \ |
---|
23 | rmd160 ac2900e62f78339467c7b5eae3e0882e65473365 |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ${homepage}download.html |
---|
27 | livecheck.regex "The current stable version of pyglet is <strong>(\[0-9\](\\.\[0-9\]+)*)</strong>\\." |
---|