fauxident version 1.2.1 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    fauxident  most recent diff


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



      # $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp macports.org $

      PortSystem 1.0

      Name: fauxident
      Version: 1.2.1
      Category: net
      Maintainers: nomaintainer
      Platform: darwin freebsd
      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.

      Homepage: http://www.alcyone.com/software/fauxident/
      master_sites ${homepage}
      checksums md5 fc968c08f18ed23df5b3a20399c29be2

      depends_lib bin:python:python24

      configure {
      reinplace "s|/usr/local/bin/python|/usr/bin/env python|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



    image test