Listat version 1.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.0

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


      The listat Portfile 43749 2008-12-14 07:39:44Z mcalhoun macports.org $

      PortSystem 1.0

      Name: listat
      Version: 1.0
      Category: mail textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: generates interesting statistics on mailing list demographics
      Long Description: professional package to generate interesting statistics on mailing list demographics.

      Homepage: http://wordsmith.org/anu/listat/
      Master Sites: ${homepage}
      distname listat
      Checksums: md5 0a8a9fa805c884c4964b1994a0f231e0
      Patch Files: patch-listat patch-listat.conf patch-subdomains.txt

      depends_run path:bin/perl:perl5

      worksrcdir ${name}_${version}


      configure {
      reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/listat
      }

      build {}

      destroot {
      xinstall -m 755 ${worksrcpath}/listat ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/listat.conf ${destroot}${prefix}/etc
      xinstall -m 755 -d ${destroot}${prefix}/share/listat/
      file copy ${worksrcpath}/flags ${destroot}${prefix}/share/listat/
      xinstall -m 644 -W ${worksrcpath} domains.txt subdomains.txt ${destroot}${prefix}/share/listat/
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.