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.0 |
---|
8 | categories 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 42917b8badd390bbfdf578d5d6650f0e \ |
---|
28 | sha1 de04e5cff25b5cb83d188b77858a6b7be52dfead \ |
---|
29 | rmd160 daad032c547ca23e44e3815d08ec0327e48b16f1 |
---|
30 | |
---|
31 | depends_lib port:tcl |
---|
32 | |
---|
33 | configure.args --with-tcl=${prefix}/lib |
---|
34 | |
---|
35 | livecheck.type regex |
---|
36 | livecheck.url [lindex ${master_sites} 0] |
---|
37 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
---|