Cidr version 2.3.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.3.2

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


      The cidr Portfile 59683 2009-10-19 20:05:06Z blb macports.org $

      PortSystem 1.0
      Name: cidr
      Version: 2.3.2
      Category: net
      Maintainers: nomaintainer
      Description: RFC 1878 subnet helper
      Long Description: cidr is a utility for determining the network address and broadcast address for a CIDR subnet. It takes as input an ip address and netmask in binary, dotted-quad, hexadecimal, decimal or prefix formats. It outputs the network address, broadcast address, and a count (and optionally a list) of valid host addresses for the corresponding subnet.

      Platform: darwin

      # This no longer works, but is here for whatever needs...
      Homepage: http://geeksoul.com/robert/cidr.html
      Master Sites: http://critical.ch/distfiles/ http://energy.critical.ch/distfiles/

      Checksums: md5 b349453a0196fddd3ffa0af5fbbacf54

      use_configure no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin ${destroot}${prefix}/share/man/man1 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin/
      xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1/
      xinstall -m 644 -W ${worksrcpath} README gpl.txt rfc1878.txt ${destroot}${prefix}/share/doc/${name}/
      }

      livecheck.type none


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.