Hi, po...@.
This is an update for lightsquid from v1.7.1 to v1.8
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lightsquid/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	8 May 2009 22:03:57 -0000	1.1.1.1
+++ Makefile	17 Aug 2009 04:04:58 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		light and fast log analyzer for squid proxy
 
-DISTNAME =		lightsquid-1.7.1
+DISTNAME =		lightsquid-1.8
 
 CATEGORIES =		www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/lightsquid/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	8 May 2009 22:03:57 -0000	1.1.1.1
+++ distinfo	17 Aug 2009 04:04:58 -0000
@@ -1,5 +1,5 @@
-MD5 (lightsquid-1.7.1.tgz) = FuAlAKlHQC54+niZRhFvxQ==
-RMD160 (lightsquid-1.7.1.tgz) = WdfmDbaPWYJT3uvglqGGOS6f9II=
-SHA1 (lightsquid-1.7.1.tgz) = HtomAsQGpuc9rGYSTFrLyktXKtk=
-SHA256 (lightsquid-1.7.1.tgz) = xvZpp/jgsls4+5afhPJeRW2SK+Z+7ou1aGw8gEwtAZI=
-SIZE (lightsquid-1.7.1.tgz) = 53979
+MD5 (lightsquid-1.8.tgz) = MQp+FgFykCMhg3U9c/NVnQ==
+RMD160 (lightsquid-1.8.tgz) = c9iaOTnYPCswjZ6qqmwCHSVmHlg=
+SHA1 (lightsquid-1.8.tgz) = j7+s++5ILlQLmfM+o9jJAFCjkt0=
+SHA256 (lightsquid-1.8.tgz) = aR7AFn8dEvmpA49zSSHDC0V4tX5eYnzmHn1BBxVL4HM=
+SIZE (lightsquid-1.8.tgz) = 60868
Index: patches/patch-lightparser_pl
===================================================================
RCS file: patches/patch-lightparser_pl
diff -N patches/patch-lightparser_pl
--- patches/patch-lightparser_pl	8 May 2009 22:03:57 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-lightparser_pl,v 1.1.1.1 2009/05/08 22:03:57 sthen Exp $
---- lightparser.pl.orig	Fri Apr 17 16:18:08 2009
-+++ lightparser.pl	Fri Apr 17 16:20:12 2009
-@@ -246,10 +246,11 @@ while (<FF>) {
-     $url =~ s/([a-z]+:\/\/)??.*\.(rapidshare\.com)/$1www.$2/o;
- 
-     #extract site name
--    $url =~ m/([a-z]+:\/\/)??([a-z0-9\-]+\.){1}(([a-z0-9\-]+\.){0,})([a-z0-9\-]+){1}(:[0-9]+)?\/(.*)/o;
--    $site=$2.$3.$5;
--    
--    $site=$Lurl if ($site eq "");
-+    if ($url =~ m/([a-z]+:\/\/)??([a-z0-9\-]+\.){1}(([a-z0-9\-]+\.){0,})([a-z0-9\-]+){1}(:[0-9]+)?\/(.*)/o) {
-+       $site=$2.$3.$5;
-+    } else {
-+       $site=$Lurl;
-+    }
- 
-     $totalsize    {$user}       +=$Lsize;
-     $totalhit     {$user}       ++;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/lightsquid/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	8 May 2009 22:03:57 -0000	1.1.1.1
+++ pkg/PLIST	17 Aug 2009 04:04:58 -0000
@@ -22,7 +22,6 @@
 htdocs/lightsquid/doc/templates.txt
 htdocs/lightsquid/doc/thanks.txt
 htdocs/lightsquid/doc/version.txt
-htdocs/lightsquid/fixreport.pl
 htdocs/lightsquid/get.cgi
 htdocs/lightsquid/graph.cgi
 htdocs/lightsquid/group_detail.cgi
@@ -55,11 +54,16 @@
 htdocs/lightsquid/lang/ua.lng
 htdocs/lightsquid/lightparser.pl
 htdocs/lightsquid/month_detail.cgi
-...@group www
 @mode 775
+...@group www
 htdocs/lightsquid/report/
-...@group
 @mode
+...@group
+htdocs/lightsquid/tools/
+htdocs/lightsquid/tools/SiteAggregator/
+htdocs/lightsquid/tools/SiteAggregator/ReportExplorer.pl
+htdocs/lightsquid/tools/SiteAggregator/SiteAgregator.pl
+htdocs/lightsquid/tools/fixreport.pl
 htdocs/lightsquid/topsites.cgi
 htdocs/lightsquid/tpl/
 htdocs/lightsquid/tpl/base/

Reply via email to