Fri Aug 28 12:53:47 2015 UTC ()
update www/goaccess to 0.9.3

Changes to GoAccess 0.9.3 - Wednesday, August 26, 2015

  - Added the ability to set custom colors on the terminal output.
  - Added the ability to process logs incrementally.
  - Added a default color palette (Monokai) to the config file.
  - Added column headers for every enabled metric on each panel.
  - Added cumulative time served metric.
  - Added maximum time served metric (slowest running requests).
  - Added the ability to parse the query string specifier '%q' from a log file.
  - Added CloudFlare status codes.
  - Added command option to disable column name metrics --no-column-names.
  - Added AWS Elastic Load Balancing to the list of predefined log/date/time
    formats.
  - Added DragonFly BSD to the list of OSs.
  - Added Slackbot to the list of crawlers/browsers.
  - Disabled REFERRERS by default.
  - Ensure bandwidth metric is displayed only if the %b specifier is parsed.
  - Fixed issue where the '--sort-panel' option wouldn't sort certain panels.
  - Fixed several compiler warnings.
  - Set predefined static files when no config file is used.
  - Updated Windows 10 user agent from 6.4 (wrong) to 10.0.(actual)

Changes to GoAccess 0.9.2 - Monday, July 06, 2015

  - Added ability to fully parse browsers that contain spaces within a token.
  - Added multiple user agents to the list of browsers.
  - Added the ability to handle time served in milliseconds as a decimal number
    `%L`.
  - Added the ability to parse a timestamp in microseconds.
  - Added the ability to parse Google Cloud Storage access logs.
  - Added the ability to set a custom title and header in the HTML report.
  - Added '%x' as timestamp log-format specifier.
  - Ensure agents' hash table is destroyed upon exiting the program.
  - Ensure 'Game Systems' are processed correctly.
  - Ensure visitors panel header is updated depending if crawlers are parsed or
    not.
  - Fixed issue where the date value was set as time value  in the config dialog.
  - Fixed memory leak in the hits metrics when using the in-memory storage
    (GLib).


(wiedi)
diff -r1.8 -r1.9 pkgsrc/www/goaccess/Makefile
diff -r1.6 -r1.7 pkgsrc/www/goaccess/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/goaccess/Makefile (expand / switch to unified diff)

--- pkgsrc/www/goaccess/Makefile 2015/08/18 07:31:19 1.8
+++ pkgsrc/www/goaccess/Makefile 2015/08/28 12:53:47 1.9
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2015/08/18 07:31:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2015/08/28 12:53:47 wiedi Exp $
2 2
3DISTNAME= goaccess-0.9.1 3DISTNAME= goaccess-0.9.3
4PKGREVISION= 2 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= http://tar.goaccess.io/ 5MASTER_SITES= http://tar.goaccess.io/
7 6
8MAINTAINER= wiedi@frubar.net 7MAINTAINER= wiedi@frubar.net
9HOMEPAGE= http://goaccess.prosoftcorp.com/ 8HOMEPAGE= http://goaccess.prosoftcorp.com/
10COMMENT= Real-time web log analyzer 9COMMENT= Real-time web log analyzer
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14 13
15USE_TOOLS+= pkg-config aclocal automake 14USE_TOOLS+= pkg-config aclocal automake
16USE_NCURSES= yes 15USE_NCURSES= yes
17 16

cvs diff -r1.6 -r1.7 pkgsrc/www/goaccess/distinfo (expand / switch to unified diff)

--- pkgsrc/www/goaccess/distinfo 2015/06/04 21:32:35 1.6
+++ pkgsrc/www/goaccess/distinfo 2015/08/28 12:53:47 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/06/04 21:32:35 wiedi Exp $ 1$NetBSD: distinfo,v 1.7 2015/08/28 12:53:47 wiedi Exp $
2 2
3SHA1 (goaccess-0.9.1.tar.gz) = 3b1c17d5f808c8c81de0a9d3581c3ef7846812b7 3SHA1 (goaccess-0.9.3.tar.gz) = e2ec5b4a115f4dcb73bc3bf80207b6c220918165
4RMD160 (goaccess-0.9.1.tar.gz) = 9698455aa8947c99f7d2aa070600a29d66b29daf 4RMD160 (goaccess-0.9.3.tar.gz) = 619fa3a353438fbc88500243ba7dbfae19329c8b
5Size (goaccess-0.9.1.tar.gz) = 240337 bytes 5Size (goaccess-0.9.3.tar.gz) = 251178 bytes
6SHA1 (patch-Makefile.am) = 8bb0bbd6595be0ac32ecbc7990716a24092504f0 6SHA1 (patch-Makefile.am) = 8bb0bbd6595be0ac32ecbc7990716a24092504f0