ethereal version 0.99.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    ethereal  most recent diff


      View the most recent changes for the ethereal port at: ethereal.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for ethereal.
      The raw portfile for ethereal 0.99.0 is located here:
      http://ethereal.darwinports.com/dports/net/ethereal/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ethereal
      Google
      Web Darwinports.com



      # $Id: Portfile 34052 2008-02-11 04:43:28Z ricci macports.org $

      PortSystem 1.0
      Name: ethereal
      Version: 0.99.0
      revision 1
      Category: net
      Maintainers: opendarwin.org darkart.com
      Description: (NB: wireshark is the maintained version) Graphical network analyzer and capture tool
      Homepage: http://ethereal.com/
      Platform: darwin

      Long Description: (NB: wireshark is the new name for ethereal, and is being maintained) A network analyzer that lets you capture and interactively browse Ethernet frames. Packet data can be read from a file, or live from a local network interface.

      master_sites http://www.ethereal.com/distribution/ ftp://ftp.ethereal.com/pub/ethereal/all-versions/ ftp://ftp.planetmirror.com/pub/ethereal/all-versions/ ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/all-versions/ ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/all-versions/ ftp://ftp.ayamura.org/pub/ethereal/all-versions/ ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/

      checksums md5 f9905b9d347acdc05af664a7553f7f76 sha1 466299ac49f21904ed91b93e81667f226637e868 rmd160 f86e21ae60d53e1ed60b61e58c2941ecfd4d8696

      use_bzip2 yes

      depends_lib port:glib2 port:gtk2 port:openssl port:libpcap port:zlib

      patchfiles patch-epan-filesystem.c

      configure.args --enable-gtk2 --with-net-snmp=no --with-ucd-snmp=no --disable-usr-local --without-adns --without-pcre --disable-ipv6 --with-pcap=${prefix} --with-ssl=${prefix} --with-zlib=${prefix} --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info

      configure.ldflags-append "-Wl,-search_paths_first"

      pre-fetch {
      ui_msg "\nWireshark (net/wireshark) is the new version of ethereal, you probably want to move to that\n\nIf you must use ethereal, edit the Portfile and comment out the 'pre-fetch {}' lines\n"
      return -code error "\n\n${name} is superseded by wireshark (net/wireshark), use that port instead\n"
      }

      platform darwin 6 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.2
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.2
      }

      platform darwin 7 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      }

      platform darwin 8 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
      }

      platform darwin 9 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.5
      }

      Variant: adns {
      configure.args-append --with-adns=${prefix}
      configure.args-delete --without-adns
      depends_lib-append port:adns
      }

      Variant: ipv6 {
      configure.args-append --enable-ipv6
      configure.args-delete --disable-ipv6
      }

      Variant: net_snmp {
      configure.args-append --with-net-snmp=${prefix}/bin/net-snmp-config
      configure.args-delete --with-net-snmp=no
      depends_lib-append port:net-snmp
      }

      Variant: pcre {
      configure.args-append --with-pcre=${prefix}
      configure.args-delete --without-pcre
      depends_lib-append lib:libpcre:pcre
      }

      Variant: no_ssl {
      configure.args-append --without-ssl
      depends_lib-delete port:openssl
      }

      Variant: no_x11 {
      depends_lib-delete port:gtk2
      configure.args-delete --disable-gtk2
      configure.args-append --disable-ethereal
      }

      #
      ##EOF

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/ethereal
      % sudo port install ethereal
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching ethereal
      ---> Verifying checksum for ethereal
      ---> Extracting ethereal
      ---> Configuring ethereal
      ---> Building ethereal with target all
      ---> Staging ethereal into destroot
      ---> Installing ethereal
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using ethereal with these commands:
      %  man ethereal
      % apropos ethereal
      % which ethereal
      % locate ethereal

     Where to find more information:

    Darwin Ports



    image test