Ticket #26363: Portfile

File Portfile, 1.4 KB (added by blair@…, 14 years ago)

Portfile for tcl_bonjour.

Line 
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
4PortSystem          1.0
5
6name                tcl_bonjour
7version             1.0
8categories          tcl
9platforms           darwin
10maintainers         the-blair.com:blair
11supported_archs     noarch
12
13description         A Tcl package for publishing and subscribing to network \
14                    services via Bonjour on OS X.
15
16long_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
24homepage            http://github.com/dongola7/tcl_bonjour
25master_sites        http://the-blair.com/sw/tcl_bonjour
26
27checksums           md5     42917b8badd390bbfdf578d5d6650f0e \
28                    sha1    de04e5cff25b5cb83d188b77858a6b7be52dfead \
29                    rmd160  daad032c547ca23e44e3815d08ec0327e48b16f1
30
31depends_lib         port:tcl
32
33configure.args --with-tcl=${prefix}/lib
34
35livecheck.type      regex
36livecheck.url       [lindex ${master_sites} 0]
37livecheck.regex     ${name}-(\[0-9.\]+)\\.tar