Analog has a mode where it collapses the type of browser from the User-Agent fields into a summary record. It has no knowledge of "Chrome" (or Baiduspider for that matter). It ends up lumping Chrome into the Safari catagory. Fix: Attached patch extends the diffs found in files/patch-ab to recognise Chrome and Baiduspider as separate type of browsers. Patch attached with submission follows: How-To-Repeat: Run analog on a web log file, note that Chrome isn't in the "Browser Summary Table" section of the report.
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
rene 2011-07-31 10:49:23 UTC FreeBSD ports repository Modified files: www/analog Makefile www/analog/files patch-ab Log: - Recognize the Chrome and Baiduspider user agents [1] - Bump PORTREVISION PR: ports/156984 [1] Submitted by: Kurt Lidl [kurt.lidl cello.com] Revision Changes Path 1.70 +1 -1 ports/www/analog/Makefile 1.18 +17 -3 ports/www/analog/files/patch-ab _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks