summaryrefslogtreecommitdiff
path: root/www/awstats-devel
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2003-09-10 03:32:18 +0000
committerJim Mock <jim@FreeBSD.org>2003-09-10 03:32:18 +0000
commitd3a7089d1cc7ad426b392e3853274509337c98c4 (patch)
tree0919ea89a8c6893ab1ec619bb7a8ec08ac318531 /www/awstats-devel
parentUpdate 21.4.13_1 to 21.4.14. (diff)
Update to version 5.7.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88882
Diffstat (limited to 'www/awstats-devel')
-rw-r--r--www/awstats-devel/Makefile5
-rw-r--r--www/awstats-devel/distinfo2
-rw-r--r--www/awstats-devel/pkg-descr19
-rw-r--r--www/awstats-devel/pkg-plist12
4 files changed, 26 insertions, 12 deletions
diff --git a/www/awstats-devel/Makefile b/www/awstats-devel/Makefile
index 9b7fe2dff80a..8df7940a5ae5 100644
--- a/www/awstats-devel/Makefile
+++ b/www/awstats-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= awstats
-PORTVERSION= 5.6
+PORTVERSION= 5.7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,6 +38,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/logresolvemerge.pl ${PREFIX}/bin/awstats_logresolvemerge.pl
${INSTALL_SCRIPT} ${WRKSRC}/tools/maillogconvert.pl ${PREFIX}/bin/awstats_maillogconvert.pl
${INSTALL_SCRIPT} ${WRKSRC}/tools/urlaliasbuilder.pl ${PREFIX}/bin/awstats_urlaliasbuilder.pl
+ ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awredir.pl ${PREFIX}/www/cgi-bin
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/cgi-bin
${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awstats.pl ${PREFIX}/www/cgi-bin
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/* ${PREFIX}/www/cgi-bin/lang
@@ -45,7 +46,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoip.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoipfree.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hashfiles.pm ${PREFIX}/www/cgi-bin/plugins
+ ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hostinfo.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/ipv6.pm ${PREFIX}/www/cgi-bin/plugins
+ ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/rawlog.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timehires.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timezone.pm ${PREFIX}/www/cgi-bin/plugins
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/tooltips.pm ${PREFIX}/www/cgi-bin/plugins
diff --git a/www/awstats-devel/distinfo b/www/awstats-devel/distinfo
index e2cb0f2ee2bc..1a729b5979cd 100644
--- a/www/awstats-devel/distinfo
+++ b/www/awstats-devel/distinfo
@@ -1 +1 @@
-MD5 (awstats-5.6.tgz) = 9d5f901c335002fe57f9d7593c6fa48b
+MD5 (awstats-5.7.tgz) = 4f4bfc1b362d0f031a27ecd9ecca571c
diff --git a/www/awstats-devel/pkg-descr b/www/awstats-devel/pkg-descr
index c5e54bdec180..994be853a8ca 100644
--- a/www/awstats-devel/pkg-descr
+++ b/www/awstats-devel/pkg-descr
@@ -1,16 +1,15 @@
-AWStats is a short for Advanced Web Statistics. It's a free tool that
-generates advanced web server access statistics graphically.
+AWStats is short for Advanced Web Statistics. It's a free tool that
+generates advanced web (but also ftp or mail) server statistics,
+graphically.
-This web server log analyzer works as a CGI or from command line and
-shows you all possible information your log contains, in few graphical
-web pages. It uses a partial information file to be able to process
-large log files, often and quickly.
+This log analyzer works as a CGI or from command line and shows you
+all possible information that your logs contain, in a few graphical
+web pages. It uses a partial information file to be able to process
+large log files, often and quickly.
It can analyze log files from IIS (W3C log format), Apache log files
(NCSA combined/XLF/ELF log format or common/CLF log format), WebStar
-and some other web, proxy or WAP servers (and even some FTP servers).
+and most of all web, proxy, WAP, and streaming servers (and FTP
+servers or mail logs).
WWW: http://awstats.sourceforge.net
-
-- Munish Chopra
-mchopra@engmail.uwaterloo.ca
diff --git a/www/awstats-devel/pkg-plist b/www/awstats-devel/pkg-plist
index 062bfe7f0fbf..fdccbc01f906 100644
--- a/www/awstats-devel/pkg-plist
+++ b/www/awstats-devel/pkg-plist
@@ -119,13 +119,16 @@ www/cgi-bin/lib/worms.pm
www/cgi-bin/plugins/example/example.pm
www/cgi-bin/plugins/geoip.pm
www/cgi-bin/plugins/geoipfree.pm
+www/cgi-bin/plugins/hostinfo.pm
www/cgi-bin/plugins/hashfiles.pm
www/cgi-bin/plugins/ipv6.pm
+www/cgi-bin/plugins/rawlog.pm
www/cgi-bin/plugins/timehires.pm
www/cgi-bin/plugins/timezone.pm
www/cgi-bin/plugins/tooltips.pm
www/cgi-bin/plugins/urlalias.pm
www/cgi-bin/plugins/userinfo.pm
+www/cgi-bin/awredir.pl
www/cgi-bin/awstats.model.conf
www/cgi-bin/awstats.pl
www/css/awstats_bw.css
@@ -504,12 +507,21 @@ www/icons/os/winxp.png
www/icons/other/awstats_logo1.png
www/icons/other/awstats_logo5.png
www/icons/other/awstats_logo6.png
+www/icons/other/button.gif
www/icons/other/he.png
www/icons/other/hh.png
www/icons/other/hk.png
www/icons/other/hp.png
www/icons/other/ht.png
www/icons/other/hx.png
+www/icons/other/menu1.png
+www/icons/other/menu2.png
+www/icons/other/menu3.png
+www/icons/other/menu4.png
+www/icons/other/menu5.png
+www/icons/other/menu6.png
+www/icons/other/menu7.png
+www/icons/other/menu8.png
www/icons/other/page.png
www/icons/other/vh.png
www/icons/other/vk.png