Pathalizer version 0.7 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    pathalizer  most recent diff


    version 0.7

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


      The pathalizer Portfile 30257 2007-10-23 02:28:30Z jmpp macports.org $

      PortSystem 1.0

      Name: pathalizer
      Version: 0.7
      Category: www
      Platform: darwin
      Maintainers: nomaintainer
      Description: visualize the paths most users take when browsing a website
      Long Description: Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date.

      Homepage: http://pathalizer.sourceforge.net/
      Master Sites: sourceforge
      Checksums: md5 7ef23977fc246dcdf332e4eec3111037

      depends_run bin:gs:ghostscript bin:dot:graphviz port:netpbm

      configure {
      reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
      }
      destroot.destdir PREFIX=${destroot}${prefix}
      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/etc
      xinstall -m 644 ${filespath}/pathalizer.conf ${destroot}${prefix}/etc/pathalizer.conf.sample
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.