Download and Install py-airconf version 0.2 on Mac OS X
Wednesday the 27th of August, 2008

    py-airconf  most recent diff


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



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-airconf
      Version: 0.2
      revision 1
      Category: python net
      Platform: darwin
      Maintainers: nomaintainer
      Description: Airport Basestation configuration tool and python module
      Long Description: airconf is a tool for configuring the the Access Control Lists in several Apple Airport Base Stations at once. Today it supports only Base Station 1 (Graphite) based on Karl Bridge. Base Station 2 (White) is a completely different beast and based on VxWorks. It is also a Python framework for detecting Apple Airport Base Stations (White and Graphite), reading, printing and changing their configurtation (only Graphite).

      Homepage: http://c0re.23.nu/c0de/airconf/
      master_sites ${homepage}
      distname airconf-${version}
      checksums md5 7eda1becb88ba5d0548ed0898ddba1a7
      patchfiles patch-airport.py.diff

      depends_lib-append port:py-snmp

      set worksrcdir airconf

      configure {
      reinplace "s|/usr/local/etc|${prefix}/etc|g" ${worksrcpath}/airport_aclupdate
      }

      post-destroot {
      xinstall -m 755 ${worksrcpath}/airport_aclupdate ${destroot}${prefix}/bin
      xinstall -m 600 -W ${worksrcpath} airport.acl airport.bases ${destroot}${prefix}/etc
      xinstall -m 644 -W ${worksrcpath} README TODO ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test