preserve cvs history now

This commit is contained in:
Andrey A. Chernov 2000-04-18 18:11:23 +00:00
parent 58c97b89f8
commit 9f59f001ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27727
6 changed files with 42 additions and 114 deletions

View file

@ -1,35 +1,36 @@
# New ports collection makefile for: webalizer # New ports collection makefile for: webalizer-2
# Date created: 02.Jun 1998 # http://www.mrunix.net/webalizer/
# Whom: dirk.meyer@dinoex.sub.org # Date created: 18.Apr.2000
# Whom: ache@freebsd.org
# #
# $FreeBSD$ # $FreeBSD$
# #
PORTNAME= webalizer PORTNAME= webalizer
PORTVERSION= 1.30.4 PORTVERSION= 2.00-11
CATEGORIES= www CATEGORIES= www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/
ftp://ftp.lan-ks.de/pub/approved/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
DISTNAME= webalizer-1.30-04-src EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org MAINTAINER= ache@freebsd.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
USE_BZIP2= YES
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \ CONFIGURE_ARGS+= --enable-dns \
--with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd --with-gd=${PREFIX}/include/gd
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib" CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
BIN1= webalizer
MAN1= webalizer.1 MAN1= webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \ DOC1= CHANGES COPYING Copyright INSTALL \
README country-codes.txt webalizer.LSM README README.FIRST DNS.README country-codes.txt
SUPP_LANG= catalan chinese czech dutch english french \ SUPP_LANG= catalan chinese czech danish dutch english estonian \
german italian korean polish portuguese \ finnish french german greek hungarian indonesian italian \
portuguese_brazil romanian russain slowak \ korean polish portuguese portuguese_brazil romanian \
spanish swedish russain slovak spanish swedish
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//}
MAKE_ARGS+= CFLAGS="${CFLAGS}" MAKE_ARGS+= CFLAGS="${CFLAGS}"
@ -45,15 +46,14 @@ pre-configure:
@${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c @${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c
.if !defined(WEBALIZER_LANG) .if !defined(WEBALIZER_LANG)
@${ECHO_MSG} "You can customize the language by typing" @${ECHO_MSG} "You can customize the language by typing"
.for i in ${SUPP_LANG} @${ECHO_MSG} " make WEBALIZER_LANG=<lang>"
@${ECHO_MSG} "make WEBALIZER_LANG=${i}" @${ECHO_MSG} "where <lang> is one of:"
.endfor @${ECHO_MSG} ${SUPP_LANG}
.endif .endif
do-install: do-install:
.for i in ${BIN1} ${INSTALL_PROGRAM} ${WRKSRC}/webalizer ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/${i} ${LN} -sf webalizer ${PREFIX}/bin/webazolver
.endfor
post-install: post-install:
.for i in ${MAN1} .for i in ${MAN1}
@ -66,7 +66,7 @@ post-install:
.endfor .endfor
.endif .endif
${MKDIR} ${PREFIX}/share/examples/webalizer ${MKDIR} ${PREFIX}/share/examples/webalizer
.for i in msfree.gif sample.conf webalizer.gif .for i in msfree.png sample.conf webalizer.png
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i} @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i}
.endfor .endfor
@if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \ @if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \

View file

@ -1 +1 @@
MD5 (webalizer-1.30-04-src.tgz) = f151b5e811bcdaa4ba72bca447f5cd44 MD5 (webalizer-2.00-11-src.tar.bz2) = b9cbb62333271c1b97f0f04e89bff54b

View file

@ -1,38 +0,0 @@
--- graphs.c.orig Tue Jun 15 06:33:40 1999
+++ graphs.c Sat Jul 31 10:43:48 1999
@@ -285,7 +285,7 @@
/* save gif image */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -501,7 +501,7 @@
/* open file for writing */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -614,7 +614,7 @@
/* save as gif file */
if ( (out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -700,7 +700,7 @@
/* save gif image */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */

View file

@ -1,22 +1,23 @@
What is The Webalizer? What is The Webalizer?
---------------------- ----------------------
The Webalizer is a web server log file analysis program which produces A fast, free web server log file analysis program. Produces
usage statistics in HTML format for viewing with a browser. The results HTML output for viewing with a web browser. Written in C on
are presented in both columnar and graphical format, which facilitates a Linux platform, however designed to be as ANSI/POSIX
interpretation. Yearly, monthly, daily and hourly usage statistics are compliant as possible so porting to other UNIX platforms should
presented, along with the ability to display usage by site, URL, referrer, be painless. Binary distributions for most popular platforms
user agent (browser) and country (user agent and referrer are only are available. Features multiple language support, incremental
available if your web server procduces Combined log format files). processing capabilities, reverse DNS lookup support, export via
tab seperated ascii files to popular databases and spreadsheets,
The Webalizer supports CLF (common log format) log files, as well as and much more. Supports standard CLF and combined logs, as well
Combined log formats as defined by NCSA and others, and variations as wu-ftpd xferlog and squid proxy logs, which can be either in
of these which it attempts to handle intelligently. standard text format or gzip compressed.
Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
Author: Bradford L. Barrett Author: Bradford L. Barrett
Maintained-by: Bradford L. Barrett Maintained-by: Bradford L. Barrett
WWW: http://www.mrunix.net/webalizer/ WWW: http://www.mrunix.net/webalizer/
Alternate-site:http://samhain.unix.cslab.tuwien.ac.at/webalizer/
FTP: ftp://www.mrunix.net/pub/webalizer/ FTP: ftp://www.mrunix.net/pub/webalizer/
Platforms: Linux, SCO, other UNIX's Platforms: Linux, SCO, other UNIX's
Copying-policy: GPL Copying-policy: GPL

View file

@ -1,14 +1,17 @@
bin/webalizer bin/webalizer
@exec ln -sf %f %B/webazolver
@unexec rm -f %B/webazolver
etc/webalizer.conf-dist etc/webalizer.conf-dist
share/doc/webalizer/CHANGES share/doc/webalizer/CHANGES
share/doc/webalizer/COPYING share/doc/webalizer/COPYING
share/doc/webalizer/Copyright share/doc/webalizer/Copyright
share/doc/webalizer/INSTALL share/doc/webalizer/INSTALL
share/doc/webalizer/DNS.README
share/doc/webalizer/README share/doc/webalizer/README
share/doc/webalizer/README.FIRST
share/doc/webalizer/country-codes.txt share/doc/webalizer/country-codes.txt
share/doc/webalizer/webalizer.LSM
@dirrm share/doc/webalizer @dirrm share/doc/webalizer
share/examples/webalizer/msfree.gif share/examples/webalizer/msfree.png
share/examples/webalizer/sample.conf share/examples/webalizer/sample.conf
share/examples/webalizer/webalizer.gif share/examples/webalizer/webalizer.png
@dirrm share/examples/webalizer @dirrm share/examples/webalizer

View file

@ -1,38 +0,0 @@
--- graphs.c.orig Tue Jun 15 06:33:40 1999
+++ graphs.c Sat Jul 31 10:43:48 1999
@@ -285,7 +285,7 @@
/* save gif image */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -501,7 +501,7 @@
/* open file for writing */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -614,7 +614,7 @@
/* save as gif file */
if ( (out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */
@@ -700,7 +700,7 @@
/* save gif image */
if ((out = fopen(fname, "wb")) != NULL)
{
- gdImageGif(im, out);
+ gdImagePng(im, out);
fclose(out);
}
/* deallocate memory */