Bug 156984 - www/analog doesn't recognize Chrome browser type properly
Summary: www/analog doesn't recognize Chrome browser type properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 22:00 UTC by Kurt Lidl
Modified: 2011-07-31 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.89 KB, patch)
2011-05-12 22:00 UTC, Kurt Lidl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Lidl 2011-05-12 22:00:18 UTC
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.
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2011-07-31 11:15:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Grab
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-31 11:49:33 UTC
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"
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2011-07-31 11:49:55 UTC
State Changed
From-To: open->closed

Committed, thanks