Ticket #1253: ethereal-update.diff
File ethereal-update.diff, 1.2 KB (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile,v 1.17 2003/09/12 18:00:31 olegb Exp $ 2 2 3 PortSystem 3 PortSystem 1.0 4 4 name ethereal 5 version 0. 9.145 version 0.10.0a 6 6 categories net 7 7 maintainers eric@opendarwin.org 8 8 description Graphical network analyzer and capture tool … … 10 10 platforms darwin 11 11 12 12 long_description A network analyzer that lets you capture and \ 13 interactively browse the contents ofEthernet frames. \13 interactively browse Ethernet frames. \ 14 14 Packet data can be read from a file, or live from a local \ 15 15 network interface. 16 16 … … 22 22 ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \ 23 23 ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/ 24 24 25 checksums md5 460ef7b71816316212cbdd26bb3ce0d325 checksums md5 1e31508c5509272595fa237d074461b1 26 26 27 27 use_bzip2 yes 28 28 29 29 depends_lib lib:libglib.1:glib lib:libgtk.2:gtk2 30 30 31 31 configure.args --without-plugins --enable-gtk2 --with-ucdsnmp=no 32 33 variant no-x11 { 34 configure.args-append --disable-ethereal 35 configure.args-delete --enable-gtk2 36 depends_lib-delete lib:libgtk.2:gtk2 37 } 38