# -*- 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 74286 2010-12-10 19:36:01Z devans@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name            upnp-inspector
version         0.2.2
categories      net multimedia python
maintainers     devans openmaintainer
description     UPnP-Inspector is an UPnP Device and Service analyzer, \
                based on the Coherence DLNA/UPnP framework.
long_description ${description}

platforms       darwin
homepage        http://coherence.beebits.net/wiki/UPnP-Inspector
master_sites    http://coherence.beebits.net/download/
distname        UPnP-Inspector-${version}

checksums       md5     6823a57f4501c8af6a7b8547b8133759 \
                sha1    4885b612b98d3272d3ccb6b7539384ea5895d41c \
                rmd160  effc60387a78b62234665f91f638c602e6a823a6

depends_lib-append \
                port:py26-gtk \
                port:coherence

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]
livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
