pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/visitors Initial import of visitors-0.4a:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88d501e293a2
branches:  trunk
changeset: 482962:88d501e293a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 05 17:55:44 2004 +0000

description:
Initial import of visitors-0.4a:

Visitors is a very fast web log analyzer for Linux, Windows, and
other Unix-like operating systems. It takes as input a web server
log file, and outputs statistics in form of different reports.
The design principles are very different compared to other software
of the same type:

   * No installation required, can process up to 150,000 lines of
     log entries per second in fast computers (20MB/s with my log
     files average length).
   * Designed to be executed by the command line, output html and
     text reports. The text report can be used in pipe to less to
     check web stats from ssh.
   * Support for real time statistics with the Visitors Stream Mode
     introduced with version 0.3.
   * To specify the log format is not needed at all. Works out of
     box with apache and most other web servers with a standard log
     format (see the documentation for more information on the format).
   * It's a portable C program, can be compiled on many different
     systems.
   * The produced html report doesn't contain images or external
     CSS, is self-contained, you can send it by email to users.
   * Visitors is free software (and of course, freeware), under
     the terms of the GPL license. You don't need to pay to use it.

diffstat:

 www/visitors/DESCR    |  23 +++++++++++++++++++++++
 www/visitors/Makefile |  22 ++++++++++++++++++++++
 www/visitors/PLIST    |   7 +++++++
 www/visitors/distinfo |   4 ++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r bc8fc6790e2b -r 88d501e293a2 www/visitors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/visitors/DESCR        Fri Nov 05 17:55:44 2004 +0000
@@ -0,0 +1,23 @@
+Visitors is a very fast web log analyzer for Linux, Windows, and
+other Unix-like operating systems. It takes as input a web server
+log file, and outputs statistics in form of different reports.
+The design principles are very different compared to other software
+of the same type:
+
+   * No installation required, can process up to 150,000 lines of
+     log entries per second in fast computers (20MB/s with my log
+     files average length).
+   * Designed to be executed by the command line, output html and
+     text reports. The text report can be used in pipe to less to
+     check web stats from ssh.
+   * Support for real time statistics with the Visitors Stream Mode
+     introduced with version 0.3.
+   * To specify the log format is not needed at all. Works out of
+     box with apache and most other web servers with a standard log
+     format (see the documentation for more information on the format).
+   * It's a portable C program, can be compiled on many different
+     systems.
+   * The produced html report doesn't contain images or external
+     CSS, is self-contained, you can send it by email to users.
+   * Visitors is free software (and of course, freeware), under
+     the terms of the GPL license. You don't need to pay to use it.
diff -r bc8fc6790e2b -r 88d501e293a2 www/visitors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/visitors/Makefile     Fri Nov 05 17:55:44 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 17:55:44 wiz Exp $
+#
+
+DISTNAME=              visitors-0.4a
+CATEGORIES=            www
+MASTER_SITES=          http://www.hping.org/visitors/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.hping.org/visitors/
+COMMENT=               Very fast web log analyzer
+
+WRKSRC=                        ${WRKDIR}/visitors_0.4a
+USE_BUILDLINK3=                YES
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/visitors
+       ${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/share/visitors
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/visitors
+       ${INSTALL_DATA} ${WRKSRC}/doc.html ${PREFIX}/share/doc/visitors
+
+.include "../../mk/bsd.pkg.mk"
diff -r bc8fc6790e2b -r 88d501e293a2 www/visitors/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/visitors/PLIST        Fri Nov 05 17:55:44 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 17:55:44 wiz Exp $
+bin/visitors
+share/doc/visitors/doc.html
+share/visitors/graph.png
+share/visitors/powered-by-visitors.png
+@dirrm share/visitors
+@dirrm share/doc/visitors
diff -r bc8fc6790e2b -r 88d501e293a2 www/visitors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/visitors/distinfo     Fri Nov 05 17:55:44 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/05 17:55:44 wiz Exp $
+
+SHA1 (visitors-0.4a.tar.gz) = 5b160f8467c3da82f8a6f26b8270aded0663a7b3
+Size (visitors-0.4a.tar.gz) = 59755 bytes



Home | Main Index | Thread Index | Old Index