Download and Install analog version 6.0 on Mac OS X
Friday the 8th of August, 2008

    analog  most recent diff


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



      # $Id: Portfile 32540 2008-01-07 18:21:37Z eridius macports.org $

      PortSystem 1.0
      Name: analog
      Version: 6.0
      Category: www
      Maintainers: nomaintainer
      Description: A program which analyses logfiles from WWW servers
      Long Description: It is designed to be fast and to produce accurate and attractive statistics: and combined with Report Magic, you can generate even prettier reports. It's free software.

      Platform: darwin

      Homepage: http://www.analog.cx/
      master_sites http://www.analog.cx/ http://analog.linuxhelp.ca/ http://www.rge.com/pub/infosystems/statistics/analog/ http://sunsite.cnlab-switch.ch/www/mirror/analog/

      checksums md5 743d03a16eb8c8488205ae63cdb671cd sha1 17ad601f84e73c940883fb9b9e805879aac37493

      # Note, it'd be nice to use an already-installed version of jpeg and libpng
      # as well, but analog currently doesn't have a HAVE_ define for them, just
      # zlib (as well as gd, which should be here too if possible)
      depends_lib lib:libz.1:zlib

      patchfiles patch-src_anlghead.h
      post-patch {
      reinplace "s| PREFIX |${prefix}|g" "${worksrcpath}/src/anlghead.h"
      }

      use_configure no

      build.args DEFS="-DHAVE_ZLIB" LIBS="-lz"
      build.target analog
      #build.cmd cd ${worksrcpath}/src && make

      destroot {
      xinstall -m 755 -d "${destroot}${prefix}/bin" "${destroot}${prefix}/share/doc/${name}" "${destroot}${prefix}/share/man/man1" "${destroot}${prefix}/share/${name}"
      foreach item [list examples how-to images lang] {
      file copy ${worksrcpath}/${item} ${destroot}${prefix}/share/${name}
      }
      foreach item [glob ${worksrcpath}/docs/*] {
      file copy ${item} ${destroot}${prefix}/share/doc/${name}
      }
      xinstall -m 644 -W ${worksrcpath} ${name}.man "${destroot}${prefix}/share/man/man1/${name}.1"
      xinstall -m 755 -W ${worksrcpath} ${name} "${destroot}${prefix}/bin"
      }

      platform darwin {
      build.args-append OS="OSX"
      }


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

     Where to find more information:

    Darwin Ports



    image test