Dynamips-devel version 0.2.8-RC2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    dynamips-devel  most recent diff


    version 0.2.8-RC2

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


      The dynamips-devel Portfile 37027 2008-05-23 11:26:10Z ryandesign macports.org $

      PortSystem 1.0

      Name: dynamips-devel
      Version: 0.2.8-RC2
      Revision: 1
      Category: net
      Maintainers: mr_bond openmaintainer
      Description: Cisco router emulator
      Homepage: http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator
      Platform: darwin

      Long Description: Dynamips emulates a variety of Cisco routers on a traditional PC. It supports the emulation of select 7200, 3600, 3700, and 2600 series routers. It uses real Cisco IOS images (which are not part of this package). Of course, this emulator cannot replace a real router. It is simply a complementary tool to real labs for administrators of Cisco networks or people wanting to pass their CCNA/CCNP/CCIE exams.

      Master Sites: http://www.ipflow.utc.fr/dynamips
      distname dynamips-${version}
      Checksums: md5 8d12d28684d164fe3312a3fe43c84d2e sha1 349270690996a1e260b3eceb51ea90f94c25a59e

      depends_lib port:libelf port:libpcap

      Patch Files: patch-Makefile
      configure {}

      build.pre_args-append PREFIX=${prefix}
      destroot.pre_args-append PREFIX=${prefix}

      # compile using nojit if on PowerPC platform
      if {${os.arch} == "powerpc"} {
      build.pre_args-append DYNAMIPS_ARCH=nojit
      destroot.pre_args-append DYNAMIPS_ARCH=nojit
      }

      #default_variants +idle_pcs

      Variant: no_pcap description {Without support to send/receive external traffic} {

      depends_lib-delete port:libpcap
      build.pre_args-append HAS_PCAP=0
      destroot.pre_args-append HAS_PCAP=0
      }

    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/dynamips-devel
      % sudo port install dynamips-devel
      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 dynamips-devel
      ---> Verifying checksum for dynamips-devel
      ---> Extracting dynamips-devel
      ---> Configuring dynamips-devel
      ---> Building dynamips-devel with target all
      ---> Staging dynamips-devel into destroot
      ---> Installing dynamips-devel
    - 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 dynamips-devel with these commands:
      %  man dynamips-devel
      % apropos dynamips-devel
      % which dynamips-devel
      % locate dynamips-devel

     Where to find more information:

    Darwin Ports



    Lightbox this page.