summaryrefslogtreecommitdiff
path: root/www/awstats
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-02-01 11:38:48 +0000
committeradam <adam@pkgsrc.org>2014-02-01 11:38:48 +0000
commit09d55676bb74a8fc0720a72dde3763d758837337 (patch)
treec399513f1056b6aa738316a45daa1f0cf73f61c7 /www/awstats
parent0ce644fb2c914e09825b23c2c9be890ce30276cd (diff)
downloadpkgsrc-09d55676bb74a8fc0720a72dde3763d758837337.tar.gz
Changes 7.3:
New features: - Add command line option -version - Better error management of geoip modules. - Update domains, robots and search engines database: - Windows 8 + iOS Support in AWStats - Detection of 8.1 and IE11. Fixes: - When using builddate option of script awstats_buildstaticpages, static link is wrong. - Restore detection of Opera browsers versions. - GeoIP Cities page doesnt work. - Add missing icons. - Avoid warning mixed http/https with module graphgooglechartapi. - $MinHit{'Host'} rather than $MinHit{'Login'} used in sub HTMLShowLogins. Other: - Move version system to sourceforge Git instead of CVS.
Diffstat (limited to 'www/awstats')
-rw-r--r--www/awstats/Makefile4
-rw-r--r--www/awstats/PLIST21
-rw-r--r--www/awstats/distinfo8
3 files changed, 24 insertions, 9 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile
index 3ee9092f81a..8058db68efb 100644
--- a/www/awstats/Makefile
+++ b/www/awstats/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2013/08/06 15:36:09 adam Exp $
+# $NetBSD: Makefile,v 1.54 2014/02/01 11:38:48 adam Exp $
-DISTNAME= awstats-7.2
+DISTNAME= awstats-7.3
CATEGORIES= www
MASTER_SITES= http://www.awstats.org/files/
diff --git a/www/awstats/PLIST b/www/awstats/PLIST
index 4a857ecc534..31fd96de6ad 100644
--- a/www/awstats/PLIST
+++ b/www/awstats/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2013/04/27 11:19:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2014/02/01 11:38:48 adam Exp $
awstats/bin/awstats_buildstaticpages.pl
awstats/bin/awstats_configure.pl
awstats/bin/awstats_exportlib.pl
@@ -610,6 +610,8 @@ awstats/icon/os/ibm.png
awstats/icon/os/imode.png
awstats/icon/os/inferno.png
awstats/icon/os/ios.png
+awstats/icon/os/ios_ipad.png
+awstats/icon/os/ios_iphone.png
awstats/icon/os/iphone.png
awstats/icon/os/irix.png
awstats/icon/os/j2me.png
@@ -663,12 +665,15 @@ awstats/icon/os/win2000.png
awstats/icon/os/win2003.png
awstats/icon/os/win2008.png
awstats/icon/os/win7.png
+awstats/icon/os/win8.1.png
+awstats/icon/os/win8.png
awstats/icon/os/win95.png
awstats/icon/os/win98.png
awstats/icon/os/wince.png
awstats/icon/os/winlong.png
awstats/icon/os/winme.png
awstats/icon/os/winnt.png
+awstats/icon/os/winphone.png
awstats/icon/os/winunknown.png
awstats/icon/os/winvista.png
awstats/icon/os/winxbox.png
@@ -724,17 +729,26 @@ share/doc/awstats/awstats_what.html
share/doc/awstats/images/awstats.gif
share/doc/awstats/images/awstats.ico
share/doc/awstats/images/awstats.png
+share/doc/awstats/images/awstats.svg
+share/doc/awstats/images/awstats_250x250.png
+share/doc/awstats/images/awstats_ban_460x270.jpg
+share/doc/awstats/images/awstats_ban_460x270.png
+share/doc/awstats/images/awstats_ban_800x160.svg
+share/doc/awstats/images/awstats_ban_960x540.jpg
+share/doc/awstats/images/awstats_ban_960x540.png
+share/doc/awstats/images/awstats_ban_960x540.svg
share/doc/awstats/images/awstats_logo1.gif
share/doc/awstats/images/awstats_logo1.png
share/doc/awstats/images/awstats_logo2.gif
share/doc/awstats/images/awstats_logo2.png
share/doc/awstats/images/awstats_logo3.gif
share/doc/awstats/images/awstats_logo3.png
-share/doc/awstats/images/awstats_logo4.gif
-share/doc/awstats/images/awstats_logo4.png
share/doc/awstats/images/awstats_logo5.gif
share/doc/awstats/images/awstats_logo5.png
share/doc/awstats/images/awstats_logo6.png
+share/doc/awstats/images/awstats_logo7.jpg
+share/doc/awstats/images/awstats_logo7.png
+share/doc/awstats/images/awstats_logo7.svg
share/doc/awstats/images/license_chart.png
share/doc/awstats/images/screen_shot_1.gif
share/doc/awstats/images/screen_shot_1.jpg
@@ -743,6 +757,7 @@ share/doc/awstats/images/screen_shot_2.png
share/doc/awstats/images/screen_shot_3.png
share/doc/awstats/images/screen_shot_4.png
share/doc/awstats/images/screen_shot_5.png
+share/doc/awstats/images/screen_shot_960x540.png
share/doc/awstats/images/screen_shot_large_1.jpg
share/doc/awstats/images/screen_shot_large_2.jpg
share/doc/awstats/images/screen_shot_large_3.jpg
diff --git a/www/awstats/distinfo b/www/awstats/distinfo
index fcd632e105b..0cb8689436b 100644
--- a/www/awstats/distinfo
+++ b/www/awstats/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2013/08/06 15:36:09 adam Exp $
+$NetBSD: distinfo,v 1.34 2014/02/01 11:38:48 adam Exp $
-SHA1 (awstats-7.2.tar.gz) = 28696adbf546167b8bd88edeebf0f8ec0bce6a59
-RMD160 (awstats-7.2.tar.gz) = 880a3a8dfb8911784a5af629a51a65c3b5b17a63
-Size (awstats-7.2.tar.gz) = 1274635 bytes
+SHA1 (awstats-7.3.tar.gz) = 1d4987e5e794ee7757021871ee366c9f62699ae4
+RMD160 (awstats-7.3.tar.gz) = f028eb15106aec5db0c85abebcccb9ab263c620e
+Size (awstats-7.3.tar.gz) = 2921079 bytes
SHA1 (patch-aa) = dcd1f70c0196118c57daf22eb41663be675ae4ad
SHA1 (patch-ab) = 5108717a44d993baea7a98e7c3e791e3be766c6c
SHA1 (patch-ad) = bcb36f228813b9a7a07a2b8890e5fc79d4cb0229