Ticket #16609: Portfile-snoopy.diff
File Portfile-snoopy.diff, 1.9 KB (added by pandagoat@…, 16 years ago) |
---|
-
(a) snoopy.tcl vs. (b) Portfile
a b 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 6 name snoopy 6 version 2.9.9 57 version 2.9.96 7 8 categories games 8 maintainers pandagoat@gmail.com9 maintainers gmail.com:pandagoat 9 10 description Warcraft III Hosting Utility 10 11 long_description Snoopy helps hosts host by showing pings, locations, and other utilities. \ 11 It has a banlist also and utiliti tes for both clients and hosts.12 homepage http:// www.snoopy.tuxfamily.org12 It has a banlist also and utilities for both clients and hosts. 13 homepage http://snoopy.tuxfamily.org/ 13 14 platforms darwin 14 15 15 master_sites http://snoopy.tuxfamily.org/?q=node/2 \ 16 http://snoopy.tuxfamily.org/files/snoopy-2.9.95.tar.gz 16 master_sites ${homepage}files/ 17 18 checksums md5 eda21b44802f69f1a6fa46789d463268 \ 19 sha1 ed95276e6930cba250a4e4f6599b7505d9e6d48b \ 20 rmd160 e45d4e5bbe93ff1e0689734aa3b21b9d5d952ed6 17 21 18 checksums md5 932afb4743d9215f733b3858d5bf91d0 \ 19 sha1 4199712f30ca4e60e81f1212c8d06278954d3416 22 depends_lib port:gcc43 \ 23 port:dsniff \ 24 port:gettext \ 25 port:glib2 \ 26 port:libgeoip \ 27 port:libiconv \ 28 port:libpcap 20 29 21 depends_lib port:libpcap \ 22 port:glib2-devel \ 23 port:libgeoip 30 configure.compiler macports-gcc-4.3 24 31 25 configure CC=/opt/local/bin/gcc-mp-4.2 \ 26 LIBS="-L/opt/local/lib" 27 No newline at end of file 32 livecheck.check regex 33 livecheck.url [lindex ${master_sites} 0]?C=M&O=D 34 livecheck.regex ${name}-(\[0-9.\]+)\\.tar