# -*- 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

PortSystem          1.0

name                libupnp
version             1.8.3
categories          devel
platforms           darwin
maintainers         {ctreleaven @ctreleaven} openmaintainer
description         portable open source UPnP development kit
long_description \
    The portable SDK for UPnP(tm) Devices (libupnp) provides developers with \
    an API and open source code for building control points, devices, and \
    bridges that are compliant with Version 1.0 of the Universal Plug and Play \
    Device Architecture Specification.
license             GPL-2+

homepage            http://pupnp.sourceforge.net
master_sites        sourceforge:project/pupnp/pupnp/libUPnP%20${version}/
use_bzip2           yes
checksums           sha1    e7c28c24905ae972ff3277a7bdaa9b839f6c66b9 \
                    rmd160  b96c8d3e8ddd8e30a333ad0084c7e5a28990b775 \
                    sha256  9afa0b09faa9ebd9e8a6425ddbfe8d1d856544c49b1f86fde221219e569a308d \
                    size    1283246

configure.args-append \
                    --enable-ipv6

livecheck.url       http://sourceforge.net/projects/pupnp/files/pupnp/
livecheck.regex     "title=\\\"libUPnP (\\d+(?:\\.\\d+)*)"