Fauxident version 1.2.1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    fauxident  most recent diff


    version 1.2.1

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


      The fauxident Portfile 58549 2009-09-30 21:28:11Z blb macports.org $

      PortSystem 1.0
      Name: fauxident
      Version: 1.2.1
      Revision: 1
      Category: net
      Maintainers: nomaintainer
      Description: small extremely naive ident server
      Long Description: fauxident is a small Python script that will act as an extremely naive ident server, answering all ident requests with a consistent response -- either an ERROR or a USERID response.

      Platform: darwin freebsd

      Homepage: http://www.alcyone.com/software/fauxident/
      Master Sites: ${homepage}

      Checksums: md5 fc968c08f18ed23df5b3a20399c29be2

      depends_lib port:python26

      post-extract {
      file attributes ${worksrcpath}/fauxident.py -permissions 0755
      }

      configure {
      reinplace "s|/usr/local/bin/python|${prefix}/bin/python2.6|g" ${worksrcpath}/fauxident.py
      }

      build {}

      destroot {
      file mkdir ${destroot}${prefix}/bin
      file mkdir ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/fauxident.py ${destroot}${prefix}/bin/
      file copy ${worksrcpath}/COPYING ${worksrcpath}/README ${worksrcpath}/doc/index.html ${worksrcpath}/doc/home ${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/fauxident
      % sudo port install fauxident
      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 fauxident
      ---> Verifying checksum for fauxident
      ---> Extracting fauxident
      ---> Configuring fauxident
      ---> Building fauxident with target all
      ---> Staging fauxident into destroot
      ---> Installing fauxident
    - 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 fauxident with these commands:
      %  man fauxident
      % apropos fauxident
      % which fauxident
      % locate fauxident

     Where to find more information:

    Darwin Ports



    Lightbox this page.