RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
retrieving revision 1.17
diff -u -r1.17 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name ethereal |
5 | | version 0.9.14 |
| 5 | version 0.9.16 |
| 6 | revision 1 |
6 | 7 | categories net |
7 | 8 | maintainers eric@opendarwin.org |
8 | 9 | description Graphical network analyzer and capture tool |
… |
… |
|
10 | 11 | platforms darwin |
11 | 12 | |
12 | 13 | long_description A network analyzer that lets you capture and \ |
13 | | interactively browse the contents of Ethernet frames. \ |
| 14 | interactively browse Ethernet frames. \ |
14 | 15 | Packet data can be read from a file, or live from a local \ |
15 | 16 | network interface. |
16 | 17 | |
… |
… |
|
22 | 23 | ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \ |
23 | 24 | ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/ |
24 | 25 | |
25 | | checksums md5 460ef7b71816316212cbdd26bb3ce0d3 |
| 26 | checksums md5 ab33d191f3cca324e5c819e9e4c034e1 |
26 | 27 | |
27 | 28 | use_bzip2 yes |
28 | 29 | |
29 | 30 | depends_lib lib:libglib.1:glib lib:libgtk.2:gtk2 |
30 | 31 | |
31 | 32 | configure.args --without-plugins --enable-gtk2 --with-ucdsnmp=no |
| 33 | |
| 34 | variant no-x11 { |
| 35 | configure.args-append --disable-ethereal |
| 36 | configure.args-delete --enable-gtk2 |
| 37 | depends_lib-delete lib:libgtk.2:gtk2 |
| 38 | } |
| 39 | |
| 40 | # |
| 41 | ##EOF |