Ticket #21593: Portfile

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