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

PortSystem          1.0

name                tcl_bonjour
version             1.0
categories          tcl
platforms           darwin
maintainers         the-blair.com:blair
supported_archs     noarch

description         A Tcl package for publishing and subscribing to network \
                    services via Bonjour on OS X.

long_description    This package provides script level access to the Bonjour \
                    library.  Bonjour allows registration of network services \
                    so that they can be easily located by name and/or browsed \
                    for by service type. \
                    \
                    The bonjour package currently supports browsing for services, \
                    service name resolution, and service registration.

homepage            http://github.com/dongola7/tcl_bonjour
master_sites        http://the-blair.com/sw/tcl_bonjour

checksums           md5     42917b8badd390bbfdf578d5d6650f0e \
                    sha1    de04e5cff25b5cb83d188b77858a6b7be52dfead \
                    rmd160  daad032c547ca23e44e3815d08ec0327e48b16f1

depends_lib         port:tcl

configure.args --with-tcl=${prefix}/lib

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
