summaryrefslogtreecommitdiff
path: root/www/analog
diff options
context:
space:
mode:
authortron <tron>2002-02-13 13:03:13 +0000
committertron <tron>2002-02-13 13:03:13 +0000
commit9ddbbf1ccf6b717154d85918a2dec6a7a29b6fd7 (patch)
tree0ce427f1b1948a37dd7cdeb0ab7c055e64d853e9 /www/analog
parent4f6761456634be968e37d5ad5ad3c9d32a8307c1 (diff)
downloadpkgsrc-9ddbbf1ccf6b717154d85918a2dec6a7a29b6fd7.tar.gz
Update "analog" package to version 5.2. Changes since version 5.1:
5.2 (13-Feb-02) - You can now plot the lower levels of hierarchical reports on the pie charts by using the new CHARTEXPAND family of commands. - Added MACHTTP to the list of built-in log formats that analog recognises automatically. - Recognises ; as well as & as query-string separator. - The rules for generating "organisations" from numerical addresses have changed. - Filenames given on the command line are now relative to the current directory, not the analog directory. - Ignores completely blank lines at the top of a logfile. - Makefiles for Microsoft Visual C++ can be found in the new src/build directory. Makefiles for other platforms have moved out of the source tree into there too. - You can now refer to kilobytes as kibibytes by editing your language file. - Revised versions of Japanese language files. - Revised the Licence. - Advertised new donations page.
Diffstat (limited to 'www/analog')
-rw-r--r--www/analog/Makefile7
-rw-r--r--www/analog/PLIST4
-rw-r--r--www/analog/distinfo8
-rw-r--r--www/analog/patches/patch-aa25
4 files changed, 24 insertions, 20 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index c76742a287b..07161782c87 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2001/11/08 08:27:02 tron Exp $
+# $NetBSD: Makefile,v 1.30 2002/02/13 13:03:13 tron Exp $
-DISTNAME= analog-5.1
+DISTNAME= analog-5.2
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE} \
+ http://www.web42.com/analog/ \
http://www.statslab.cam.ac.uk/~sret1/analog/ \
http://www.gekko.de/analog/
MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.web42.com/analog/
+HOMEPAGE= http://www.analog.cx/
COMMENT= Extremely fast program for analysing WWW logfiles
ALL_TARGET= analog
diff --git a/www/analog/PLIST b/www/analog/PLIST
index a7da13ceb61..2e1869b742a 100644
--- a/www/analog/PLIST
+++ b/www/analog/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2001/11/08 08:27:02 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/13 13:03:13 tron Exp $
bin/analog
etc/analog.cfg.default
@exec test -f %D/etc/analog.cfg || cp -p %D/%F %D/etc/analog.cfg
@@ -259,6 +259,8 @@ lib/analog/lang/yu.lng
lib/analog/lang/yua.lng
lib/analog/lang/yudom.tab
man/man1/analog.1
+share/doc/analog/LicBSD.txt
+share/doc/analog/Licapach.txt
share/doc/analog/Licence.txt
share/doc/analog/Licgd.txt
share/doc/analog/Licpcre.txt
diff --git a/www/analog/distinfo b/www/analog/distinfo
index dacdf99cc4d..dcbd9362acc 100644
--- a/www/analog/distinfo
+++ b/www/analog/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2001/11/08 08:27:02 tron Exp $
+$NetBSD: distinfo,v 1.9 2002/02/13 13:03:13 tron Exp $
-SHA1 (analog-5.1.tar.gz) = 78ad80c00aee40f41017b87ab7446dc07f90ca4a
-Size (analog-5.1.tar.gz) = 855797 bytes
-SHA1 (patch-aa) = e5c056d7fc6b796a10e6f9054257662d2ccac6fb
+SHA1 (analog-5.2.tar.gz) = 5aec443d9a6b821dd6046471519a86521c2ebca3
+Size (analog-5.2.tar.gz) = 867674 bytes
+SHA1 (patch-aa) = cc7879420cf9233db58908958f5380636d256656
SHA1 (patch-ab) = f11c9d3f5dec5b9cd04de0d114752c58484a648a
diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa
index 4570db3ebda..5cb92167640 100644
--- a/www/analog/patches/patch-aa
+++ b/www/analog/patches/patch-aa
@@ -1,28 +1,29 @@
-$NetBSD: patch-aa,v 1.20 2001/11/08 08:27:02 tron Exp $
+$NetBSD: patch-aa,v 1.21 2002/02/13 13:03:14 tron Exp $
---- Makefile.orig Tue May 1 12:38:33 2001
-+++ Makefile Mon May 14 22:29:27 2001
-@@ -1,14 +1,19 @@
- # Makefile for analog 5.1
+--- Makefile.orig Wed Feb 13 10:45:52 2002
++++ Makefile Wed Feb 13 13:54:55 2002
+@@ -2,15 +2,20 @@
# Please read docs/Readme.html, or http://www.analog.cx/
+ # This is a general Unix-like Makefile: Makefiles for other OS's can be found
+ # in the "build" directory.
-CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
+#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
# compilers need different CFLAGS, e.g., -O instead of -O2.
-MAKE = make # which "make" to use
-+#MAKE = make # which "make" to use
-CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
++#MAKE = make # which "make" to use
+#CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
# HP/UX cc needs CFLAGS = -Aa (HP/UX 9) or -Ae (HP/UX 10)
# BeOS needs CFLAGS = -O2 -Wl,-L/boot/home/config/lib
# BS2000/OSD needs CFLAGS = -XLLML -XLLMK
# NeXTSTEP needs CFLAGS = -O2 -pipe -no-precomp
-DEFS = # any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
-+DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
-+ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\" \
-+ -DIMAGEDIR=\"/images/\" \
-+ -DLANGDIR=\"${PREFIX}/lib/analog/lang/\" \
-+ -DLOGFILE=\"/var/log/httpd-access.log\"
-+# any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
++DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
++ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\" \
++ -DIMAGEDIR=\"/images/\" \
++ -DLANGDIR=\"${PREFIX}/lib/analog/lang/\" \
++ -DLOGFILE=\"/var/log/httpd-access.log\"
++# any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
# ... -DNOOPEN -DNOFOLLOW -DNOALARM -DNOGRAPHICS -DNOGMTIME ...
# ... -DEBCDIC -DUSE_PLAIN_SETJMP -DHAVE_GD -DHAVE_PCRE ...
# ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ...