pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/visitors Update visitors to 0.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a7ce6ccbdf9
branches:  trunk
changeset: 523145:8a7ce6ccbdf9
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jan 02 18:06:50 2007 +0000

description:
Update visitors to 0.7.
Patch provided by Alaric Snell-Pym in pkgsrc-users@.

-> Visitors 0.7 Released (30 March 2006)

30Mar2005 - Added screen resolution and color depth report (via Javascript) see the README file for more info.
12Dic2005 - Added --debug option for verbose errors.
17Nov2004 - Debian Bug#339594: default output is html, but the manpage says text. Fixed. Thanks to Rick Pasotto for reporting the bug.
15Nov2005 - --grep and --exclude options implemented.
13Nov2005 - --ignore-404 option, useful to ignore log lines about missing pages. When this option is turned on log lines with 404 errors are just used to genera te the 404 errors report and not used 
for other reports.

-> Visitors 0.61 Released (25 October 2005)

24Oct2005 - Versioning scheme changed, after 0.6 now there is 0.61 instead of 0.6a like it was in the past. 0.6a may look like an alpha release.
24Oct2005 - Ignore more bots other than bots from google when computing unique visitors stats. This makes unique visitors stats much more reliable, there are crawlers with 200 and more different IP 
addresses so the unique visitors algorithm does not help there.

-> Visitors 0.6 Released (10 October 2005)

10Oct2005 - New report: Adsensed-pages. Like googled-pages but for the adsense crawler, that's supposted to be the one with Mediapartners-Google user agent.
10Oct2005 - Fixed a bug resulting in wrong googled-pages report.
04Oct2005 - Some formatting problem and a bug introduced in the 0.6 beta version fixed thanks to Simon Waters <sysadmin at zynet dot net>
03Oct2005 - Visitors's site finally contains a Japanese translation thanks to Takeshi ABE (tabe (at) fixedpoint (dot) jp).
02Oct2005 - Fixed the parsing code to detect the user agent string when no occurence of (...) string is present. This results in more accurate stats.
02Oct2005 - New feature: Referer spam filtering via blacklist.h
02Oct2005 - New report: google's "hl" human language.
17Sep2005 - Browsers list updated, Internet Explorer splitted into IE4, IE5 and IE6, detection of Firefox as a special case of Gecko based.
16Sep2005 - Fixed Debian Bug #312345, adding newline for every 'td' table
element generated to create 2D maps. This makes simpler to send reports by
email. Thanks to Simon Waters <sysadmin at zynet dot net>

diffstat:

 www/visitors/Makefile |  6 +++---
 www/visitors/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 76fdb5e0311f -r 8a7ce6ccbdf9 www/visitors/Makefile
--- a/www/visitors/Makefile     Tue Jan 02 17:58:11 2007 +0000
+++ b/www/visitors/Makefile     Tue Jan 02 18:06:50 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:31:04 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/02 18:06:50 obache Exp $
 #
 
-DISTNAME=              visitors-0.5
+DISTNAME=              visitors-0.7
 CATEGORIES=            www
 MASTER_SITES=          http://www.hping.org/visitors/
 
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://www.hping.org/visitors/
 COMMENT=               Very fast web log analyzer
 
-WRKSRC=                        ${WRKDIR}/visitors_0.5
+WRKSRC=                        ${WRKDIR}/visitors_0.7
 INSTALLATION_DIRS=     bin
 
 do-install:
diff -r 76fdb5e0311f -r 8a7ce6ccbdf9 www/visitors/distinfo
--- a/www/visitors/distinfo     Tue Jan 02 17:58:11 2007 +0000
+++ b/www/visitors/distinfo     Tue Jan 02 18:06:50 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/07/19 10:46:29 abs Exp $
+$NetBSD: distinfo,v 1.4 2007/01/02 18:06:50 obache Exp $
 
-SHA1 (visitors-0.5.tar.gz) = d36dd32b9d4c8dc8384c286b14be069aee63d81f
-RMD160 (visitors-0.5.tar.gz) = 12d6001912fef82786b038008e55f2bfe7ff50fe
-Size (visitors-0.5.tar.gz) = 70224 bytes
+SHA1 (visitors-0.7.tar.gz) = cdccdfb82001c7c3dadf68456574cac1a5d941e3
+RMD160 (visitors-0.7.tar.gz) = 8819becac412ff79de4d88dd2aadb7c5faf2f167
+Size (visitors-0.7.tar.gz) = 100154 bytes



Home | Main Index | Thread Index | Old Index