Pflogsumm version 1.1.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    pflogsumm  most recent diff


    version 1.1.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The pflogsumm Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: pflogsumm
      Version: 1.1.2
      Category: mail
      Maintainers: nomaintainer
      Description: Produce Postfix MTA logfile summary
      Long Description: Pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is designed to provide an over-view of Postfix activity, with just enough detail to give the administrator a "heads up" for potential trouble spots. Pflogsumm generates summaries and, in some cases, detailed reports of mail server traffic volumes, rejected and bounced email, and server warnings, errors and panics. Also installs Chris Cappuccio's CGI script for browser access to the Pflogsumm output.
      Homepage: http://jimsun.linxnet.com/postfix_contrib.html
      Master Sites: http://jimsun.linxnet.com/downloads/ http://www.nmedia.net/~chris/mail/:cgi

      distfiles-append mail-cgi.txt:cgi

      Checksums: ${distname}${extract.suffix} md5 c6bb433444a83564101aa30259cc849b sha1 8db4565322d55d28a91fe41f1add495d39f8f7d6 rmd160 70059aa2ff11ef104dbaaa88f7b4cf46a10848e7 mail-cgi.txt md5 352451388eed3d1f7255dc07fc411d97 sha1 ba637e06a5334f33604adb1c255a2ac9be5ef655 rmd160 7e683878f45dd401764a62ab52ad79c5f2f36a97

      extract.only ${distname}${extract.suffix}
      Platform: darwin freebsd

      set perl5.bin ${prefix}/bin/perl

      depends_run port:p5-date-calc

      set cgi_path ""
      set maillog_path ""

      platform darwin {
      global cgi_path maillog_path
      set cgi_path "/Library/WebServer/CGI-Executables"
      set maillog_path "/var/log/mail.log"

      # MacPorts Apache interoperability
      if {[file exists ${prefix}/sbin/httpd]} {
      set cgi_path "${prefix}/www/cgi-bin"
      }
      }

      platform freebsd {
      global cgi_path maillog_path
      set cgi_path "/usr/local/www/cgi-bin"
      set maillog_path "/var/log/maillog"

      # MacPorts Apache interoperability
      if {[file exists ${prefix}/sbin/httpd]} {
      set cgi_path "${prefix}/www/cgi-bin"
      }
      }

      post-extract {
      file copy -force ${distpath}/mail-cgi.txt ${worksrcpath}/${name}.cgi
      }

      use_configure no

      build {
      reinplace "s|^#!.*perl|#!${perl5.bin}|" ${worksrcpath}/${name}.pl
      reinplace "s|mail.empnet.com|[exec hostname]|" ${worksrcpath}/${name}.cgi
      reinplace "s|/var/log/maillog|${maillog_path}|" ${worksrcpath}/${name}.cgi
      reinplace "s|${maillog_path}\[.\]\[0-3\]|&.gz|" ${worksrcpath}/${name}.cgi
      reinplace "s|/usr/ucb/ps|[binaryInPath ps]|" ${worksrcpath}/${name}.cgi
      reinplace "s|zcat=\"/bin/cat|zcat=\"[binaryInPath zcat]|" ${worksrcpath}/${name}.cgi
      reinplace "s|/bin/cat|[binaryInPath cat]|" ${worksrcpath}/${name}.cgi
      reinplace "s|/usr/local/bin/${name}.pl|${prefix}/bin/${name}|" ${worksrcpath}/${name}.cgi
      reinplace "s|^opts=|# &|" ${worksrcpath}/${name}.cgi
      reinplace "s|^#opts=|opts=|" ${worksrcpath}/${name}.cgi
      reinplace "s|mail.cgi|${name}.cgi|" ${worksrcpath}/${name}.cgi
      reinplace "s|\$pflog \$opts.*$|& 2>\\&1|" ${worksrcpath}/${name}.cgi
      }

      destroot {
      xinstall -m 0755 ${worksrcpath}/${name}.pl ${destroot}${prefix}/bin/${name}
      xinstall -m 0644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 0644 ${worksrcpath}/${name}-faq.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -d -m 0755 ${destroot}${cgi_path}
      set maillog_group [file attributes ${maillog_path} -group]
      xinstall -m 02755 -g ${maillog_group} ${worksrcpath}/${name}.cgi ${destroot}${cgi_path}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.