summaryrefslogtreecommitdiff
path: root/www/webalizer/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>1999-08-26 20:25:43 +0000
committermjl <mjl@pkgsrc.org>1999-08-26 20:25:43 +0000
commitd53bd8c844cbfa5f9606576d078ece587b519d82 (patch)
treeb5349ecc4ce7b8f66a367acc2131cb00b67a39a5 /www/webalizer/Makefile
parent8b2d8cba60a723747c5bf8a0a9752902409830aa (diff)
downloadpkgsrc-d53bd8c844cbfa5f9606576d078ece587b519d82.tar.gz
Updated to 1.30.04.
Major changes include: o Fixed minor bug that would allow incorrect site totals for the first day of the month under certain conditions. o Added Top Entry and Exit Page tables. o Added 'Group' labels. Allows display of a specified label for grouped entries (in 'Top' tables). o Added 'Visits' totals. o Added Search String analysis. o Added native support for ftp logs (xferlog ala wu-ftpd). o Added background lines to graphs. o Added additonal 'Top' tables for SITES and URL's, sorted by KBytes instead of hits. o Added additional calculations for max/avg files, pages, visits and KBytes in monthly statistics. o Updated generated HTML code to fully comply with the HTML 4.0 Transitional spec. DOCTYPE header reflects this change as well. o Changed code to use 4 digit years in filenames. o Language files and documentation updated for new functions.
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r--www/webalizer/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index dc5d56bd9c8..20fc6f8b0c5 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.5 1999/05/03 20:25:37 tv Exp $
+# $NetBSD: Makefile,v 1.6 1999/08/26 20:25:43 mjl Exp $
#
-DISTNAME= webalizer-1.22-03-src
-PKGNAME= webalizer-1.22.03
+DISTNAME= webalizer-1.30-04-src
+PKGNAME= webalizer-1.30.04
CATEGORIES= www
-MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
- ftp://samhain.unix.cslab.tuwien.ac.at/pub/webalizer/
+MASTER_SITES= ftp://www.mrunix.net/webalizer/ \
+ ftp://webalizer.dexa.org/pub/webalizer/ \
+ http://gd.tuwien.ac.at/infosys/logeval/webalizer/
EXTRACT_SUFX= .tgz
MAINTAINER= mjl@emsi.priv.at
@@ -13,10 +14,14 @@ HOMEPAGE= http://www.mrunix.net/webalizer/
DEPENDS= gd-1.3p1:../../graphics/gd
-WRKSRC= ${WRKDIR}/webalizer-1.22-03
+WRKSRC= ${WRKDIR}/webalizer-1.30-04
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gdlib=${PREFIX}/lib \
+ --with-gd=${PREFIX}/include/gd
post-patch:
- @for f in webalizer.c webalizer.1; do \
+ @for f in webalizer.1; do \
${SED} 's:@@prefix@@:'${PREFIX}':g' ${WRKSRC}/$$f >${WRKSRC}/$$f.new && \
${MV} ${WRKSRC}/$$f.new ${WRKSRC}/$$f; \
done