cidr version 2.3.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    cidr  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 32563 2008-01-07 23:51:28Z raimue macports.org $

      PortSystem 1.0
      Name: cidr
      Version: 2.3.2
      Category: net
      Maintainers: blb macports.org
      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.

      # 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/
      Platform: darwin
      checksums md5 b349453a0196fddd3ffa0af5fbbacf54

      use_configure no

      destroot {
      file mkdir "${destroot}/${prefix}/bin" "${destroot}/${prefix}/share/man/man1" "${destroot}/${prefix}/share/doc/cidr"
      system "install -m 755 ${worksrcpath}/cidr ${destroot}/${prefix}/bin/"
      system "install -m 644 ${worksrcpath}/cidr.1 ${destroot}/${prefix}/share/man/man1/"
      system "install -m 644 ${worksrcpath}/README ${worksrcpath}/gpl.txt ${worksrcpath}/rfc1878.txt ${destroot}/${prefix}/share/doc/cidr/"
      }

    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



    image test