| 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 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name tcl_bonjour |
|---|
| 7 | version 1.1 |
|---|
| 8 | categories net tcl |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers the-blair.com:blair |
|---|
| 11 | supported_archs noarch |
|---|
| 12 | |
|---|
| 13 | description A Tcl package for publishing and subscribing to network \ |
|---|
| 14 | services via Bonjour on OS X. |
|---|
| 15 | |
|---|
| 16 | long_description This package provides script level access to the Bonjour \ |
|---|
| 17 | library. Bonjour allows registration of network services \ |
|---|
| 18 | so that they can be easily located by name and/or browsed \ |
|---|
| 19 | for by service type. \ |
|---|
| 20 | \ |
|---|
| 21 | The bonjour package currently supports browsing for services, \ |
|---|
| 22 | service name resolution, and service registration. |
|---|
| 23 | |
|---|
| 24 | homepage http://github.com/dongola7/tcl_bonjour |
|---|
| 25 | master_sites http://the-blair.com/sw/tcl_bonjour |
|---|
| 26 | |
|---|
| 27 | checksums md5 4027baf085fdad8e6b5e9e48c203724b \ |
|---|
| 28 | sha1 eb3f26d697e1c158f859205e0fd4e99c7410763c \ |
|---|
| 29 | rmd160 321f417318ec63d024fc04c16b799b97acab9d88 |
|---|
| 30 | |
|---|
| 31 | depends_build port:tcllib |
|---|
| 32 | depends_lib port:tcl |
|---|
| 33 | |
|---|
| 34 | configure.args --with-tcl=${prefix}/lib |
|---|
| 35 | |
|---|
| 36 | livecheck.type regex |
|---|
| 37 | livecheck.url [lindex ${master_sites} 0] |
|---|
| 38 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
|---|