Initial import of webalizer version 1.12.

A web server log file analysis program.

PR:		7001
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
This commit is contained in:
Steve Price 1998-07-13 00:13:21 +00:00
parent 665e46770e
commit 1d8f243c6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11883
10 changed files with 160 additions and 0 deletions

44
german/webalizer/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: webalizer
# Version required: 1.12
# Date created: 02.Jun 1998
# Whom: dirk.meyer@dinoex.sub.org
#
# $Id$
DISTNAME= webalizer-1.12-09-src
PKGNAME= de-webalizer-1.12
CATEGORIES= german www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
ftp://ftp.dinoex.sub.de/pub/approved/
EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
BIN1= webalizer
WRKSRC= ${WRKDIR}
post-configure:
@echo "config german"
@cd ${WRKSRC}; ln -sf webalizer_lang.german webalizer_lang.h
do-install:
.for i in ${BIN1}
@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/de-${i}
.endfor
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/de-webalizer
.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/de-webalizer/${i}
.endfor
.endif
${MKDIR} ${PREFIX}/share/examples/de-webalizer
.for i in msfree.gif sample.conf
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i}
.endfor
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (webalizer-1.12-09-src.tgz) = 8b0c8252e0a1657fb1c59064b53d3dc4

View file

@ -0,0 +1 @@
The Webalizer - A web server log file analysis thingie

View file

@ -0,0 +1,23 @@
What is The Webalizer?
----------------------
The Webalizer is a web server log file analysis program which produces
usage statistics in HTML format for viewing with a browser. The results
are presented in both columnar and graphical format, which facilitates
interpretation. Yearly, monthly, daily and hourly usage statistics are
presented, along with the ability to display usage by site, URL, referrer,
user agent (browser) and country (user agent and referrer are only
available if your web server procduces Combined log format files).
The Webalizer supports CLF (common log format) log files, as well as
Combined log formats as defined by NCSA and others, and variations
of these which it attempts to handle intelligently.
Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
Author: Bradford L. Barrett
Maintained-by: Bradford L. Barrett
Primary-site: http://www.mrunix.net/webalizer/
Alternate-site:
Original-site: ftp://www.mrunix.net/pub/webalizer/
Platforms: Linux, SCO, other UNIX's
Copying-policy: GPL

View file

@ -0,0 +1,11 @@
bin/de-webalizer
share/doc/de-webalizer/CHANGES
share/doc/de-webalizer/COPYING
share/doc/de-webalizer/Copyright
share/doc/de-webalizer/README
share/doc/de-webalizer/TODO
share/doc/de-webalizer/webalizer.LSM
@dirrm share/doc/de-webalizer
share/examples/de-webalizer/msfree.gif
share/examples/de-webalizer/sample.conf
@dirrm share/examples/de-webalizer

View file

@ -0,0 +1,44 @@
# New ports collection makefile for: webalizer
# Version required: 1.12
# Date created: 02.Jun 1998
# Whom: dirk.meyer@dinoex.sub.org
#
# $Id$
DISTNAME= webalizer-1.12-09-src
PKGNAME= de-webalizer-1.12
CATEGORIES= german www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
ftp://ftp.dinoex.sub.de/pub/approved/
EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
BIN1= webalizer
WRKSRC= ${WRKDIR}
post-configure:
@echo "config german"
@cd ${WRKSRC}; ln -sf webalizer_lang.german webalizer_lang.h
do-install:
.for i in ${BIN1}
@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/de-${i}
.endfor
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/de-webalizer
.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/de-webalizer/${i}
.endfor
.endif
${MKDIR} ${PREFIX}/share/examples/de-webalizer
.for i in msfree.gif sample.conf
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i}
.endfor
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (webalizer-1.12-09-src.tgz) = 8b0c8252e0a1657fb1c59064b53d3dc4

View file

@ -0,0 +1 @@
The Webalizer - A web server log file analysis thingie

View file

@ -0,0 +1,23 @@
What is The Webalizer?
----------------------
The Webalizer is a web server log file analysis program which produces
usage statistics in HTML format for viewing with a browser. The results
are presented in both columnar and graphical format, which facilitates
interpretation. Yearly, monthly, daily and hourly usage statistics are
presented, along with the ability to display usage by site, URL, referrer,
user agent (browser) and country (user agent and referrer are only
available if your web server procduces Combined log format files).
The Webalizer supports CLF (common log format) log files, as well as
Combined log formats as defined by NCSA and others, and variations
of these which it attempts to handle intelligently.
Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
Author: Bradford L. Barrett
Maintained-by: Bradford L. Barrett
Primary-site: http://www.mrunix.net/webalizer/
Alternate-site:
Original-site: ftp://www.mrunix.net/pub/webalizer/
Platforms: Linux, SCO, other UNIX's
Copying-policy: GPL

View file

@ -0,0 +1,11 @@
bin/de-webalizer
share/doc/de-webalizer/CHANGES
share/doc/de-webalizer/COPYING
share/doc/de-webalizer/Copyright
share/doc/de-webalizer/README
share/doc/de-webalizer/TODO
share/doc/de-webalizer/webalizer.LSM
@dirrm share/doc/de-webalizer
share/examples/de-webalizer/msfree.gif
share/examples/de-webalizer/sample.conf
@dirrm share/examples/de-webalizer