2012-10-28 07:30:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2012/10/28 06:31:07 asau Exp $
|
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.
2004-11-05 18:55:44 +01:00
|
|
|
#
|
|
|
|
|
2007-01-02 19:06:50 +01:00
|
|
|
DISTNAME= visitors-0.7
|
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.
2004-11-05 18:55:44 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.hping.org/visitors/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
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.
2004-11-05 18:55:44 +01:00
|
|
|
HOMEPAGE= http://www.hping.org/visitors/
|
|
|
|
COMMENT= Very fast web log analyzer
|
|
|
|
|
2007-01-02 19:06:50 +01:00
|
|
|
WRKSRC= ${WRKDIR}/visitors_0.7
|
2008-06-20 03:09:05 +02:00
|
|
|
INSTALLATION_DIRS= bin share/visitors share/doc/visitors
|
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.
2004-11-05 18:55:44 +01:00
|
|
|
|
|
|
|
do-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/visitors ${DESTDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.png ${DESTDIR}${PREFIX}/share/visitors
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc.html ${DESTDIR}${PREFIX}/share/doc/visitors
|
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.
2004-11-05 18:55:44 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|