Ticket #33569: tcl_bonjour-1.1.diff
File tcl_bonjour-1.1.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name tcl_bonjour 7 version 1.0 7 github.setup dongola7 tcl_bonjour 1.1 v 8 8 categories net tcl 9 9 platforms darwin 10 10 maintainers the-blair.com:blair … … 21 21 The bonjour package currently supports browsing for services, \ 22 22 service name resolution, and service registration. 23 23 24 homepage http://github.com/dongola7/tcl_bonjour 25 master_sites http://the-blair.com/sw/tcl_bonjour 24 checksums rmd160 f7e080c9d5d1800e98174d8184e9a8257f3b0a56 \ 25 sha256 c2daee6da55c6d8e703a3c6f204a4b3b366bc968dd1fac8055fc8154de777df4 26 26 27 checksums md5 42917b8badd390bbfdf578d5d6650f0e \28 sha1 de04e5cff25b5cb83d188b77858a6b7be52dfead \29 rmd160 daad032c547ca23e44e3815d08ec0327e48b16f130 31 27 depends_build port:tcllib 32 28 depends_lib port:tcl 33 29 34 30 configure.args --with-tcl=${prefix}/lib 35 36 livecheck.type regex37 livecheck.url [lindex ${master_sites} 0]38 livecheck.regex ${name}-(\[0-9.\]+)\\.tar