# -*- 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
# $Id: Portfile 48920 2009-03-31 11:28:38Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               python25 1.0

name                    py25-pyglet
version                 1.1.3
categories              python
platforms               darwin
maintainers             alakazam

description             A cross-platform windowing and multimedia library for Python.
long_description        A cross-platform windowing and multimedia library for Python.

homepage                http://www.pyglet.org/
master_sites            http://pyglet.googlecode.com/files/

distname                pyglet-${version}

checksums           md5     54530c20a95fffeb6c60fd4a9b073b83 \
                    sha1    bb7bc38216e25bc3467b01d7e4637cddac0554d8 \
                    rmd160  ac2900e62f78339467c7b5eae3e0882e65473365

livecheck.check         regex
livecheck.url           ${homepage}download.html
livecheck.regex         "The current stable version of pyglet is <strong>(\[0-9\](\\.\[0-9\]+)*)</strong>\\."
