Ticket #33569: Portfile

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

Portfile referencing v1.1

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.1
8categories          net 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     4027baf085fdad8e6b5e9e48c203724b \
28                    sha1    eb3f26d697e1c158f859205e0fd4e99c7410763c \
29                    rmd160  321f417318ec63d024fc04c16b799b97acab9d88
30
31depends_build       port:tcllib
32depends_lib         port:tcl
33
34configure.args --with-tcl=${prefix}/lib
35
36livecheck.type      regex
37livecheck.url       [lindex ${master_sites} 0]
38livecheck.regex     ${name}-(\[0-9.\]+)\\.tar