Download and Install fisg version 0.3.12 on Mac OS X
Sunday the 23rd of November, 2008

    version 0.3.12

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



      # $Id: Portfile 30232 2007-10-22 23:05:56Z jmpp macports.org $

      PortSystem 1.0

      Name: fisg
      Version: 0.3.12
      Category: irc
      Platform: darwin
      Maintainers: nomaintainer
      Description: creates HTML pages with statistics about IRC logs
      Long Description: Fast IRC Stats Generator (FISG) creates HTML pages with statistics about IRC logs. It has less features than some alternatives, but is much faster and can be run on low-end systems. It supports Irssi and Eggdrop log files.

      Homepage: http://www.tnsp.org/fisg.php
      master_sites http://www.tnsp.org/files/
      checksums md5 80ea8c94cb9c5a9732ec4baa51bd1b61

      extract.post_args "| tar -xf - --exclude 'CVS'"

      use_configure no

      build.type gnu
      build.dir ${worksrcpath}/src

      destroot {
      xinstall -m 755 -s ${worksrcpath}/src/fisg ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog FAQ INSTALL PARSER README THANKS example.cfg logformat.cfg users.cfg ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/data ${destroot}${prefix}/share/${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/fisg
      % sudo port install fisg
      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 fisg
      ---> Verifying checksum for fisg
      ---> Extracting fisg
      ---> Configuring fisg
      ---> Building fisg with target all
      ---> Staging fisg into destroot
      ---> Installing fisg
    - 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 fisg with these commands:
      %  man fisg
      % apropos fisg
      % which fisg
      % locate fisg

     Where to find more information:

    Darwin Ports



    Lightbox this page.