Ticket #16609: Portfile.diff
File Portfile.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 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 7 version 2.9.95 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 932afb4743d9215f733b3858d5bf91d0 \ 19 sha1 4199712f30ca4e60e81f1212c8d06278954d3416 \ 20 rmd160 f8aa6b528f6ee455128dcf235a19feccb3573011 21 22 depends_lib port:gcc43 \ 23 port:dsniff \ 24 port:gettext \ 25 port:glib2 \ 26 port:libgeoip \ 27 port:libiconv \ 28 port:libpcap 17 29 18 checksums md5 932afb4743d9215f733b3858d5bf91d0 \ 19 sha1 4199712f30ca4e60e81f1212c8d06278954d3416 30 patchfiles patch-brain.c.diff 20 31 21 depends_lib port:libpcap \ 22 port:glib2-devel \ 23 port:libgeoip 32 configure.compiler macports-gcc-4.3 24 33 25 configure CC=/opt/local/bin/gcc-mp-4.2 \ 26 LIBS="-L/opt/local/lib" 27 No newline at end of file 34 livecheck.check regex 35 livecheck.url [lindex ${master_sites} 0]?C=M&O=D 36 livecheck.regex ${name}-(\[0-9.\]+)\\.tar