2002-05-15 08:18:52 +02:00
|
|
|
# $NetBSD: Makefile,v 1.33 2002/05/15 06:18:52 tron Exp $
|
1999-05-09 13:55:24 +02:00
|
|
|
|
2002-05-15 08:18:52 +02:00
|
|
|
DISTNAME= analog-5.23
|
1999-05-09 13:55:24 +02:00
|
|
|
CATEGORIES= www
|
Update "analog" package to version 4.0. Changes since version 3.32:
- Five new reports: Organisation Report, Operating System Report,
Search Word Report, Search Query Report, Processing Time Report.
- Browser Summary improved (will change results).
- Form interface completely rewritten, and considerably simplified.
- Multiple *'s now allowed on left-hand side of ALIASes.
- Regular expressions allowed in INCLUDEs & EXCLUDEs, and ALIASes.
- The output INCLUDEs and EXCLUDEs now apply to the lower levels of a
hierarchical report as well as the top level.
- New commands: CGI, STYLESHEET and ERRLINELENGTH.
- New column N in most reports.
- DEBUG C now reports which part of a corrupt logfile line is corrupt.
- Non-exact bytes are now displayed as, e.g., 47.68 Mbytes instead of
48,832 kbytes. This should be less confusing.
- Timestamps added to PROGRESSFREQ reports.
- The DNS file has a new time encoding.
- Header files split up to make anlghead.h simpler.
- Form interfaces in German and U.S. English included.
- New documentation about search arguments.
- New examples directory.
- New licence. (Nearly the same, just clarified, and slightly loosened).
1999-11-16 22:27:40 +01:00
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
2002-02-13 14:03:13 +01:00
|
|
|
http://www.web42.com/analog/ \
|
2000-02-23 19:31:56 +01:00
|
|
|
http://www.statslab.cam.ac.uk/~sret1/analog/ \
|
2000-06-01 00:12:08 +02:00
|
|
|
http://www.gekko.de/analog/
|
1999-05-09 13:55:24 +02:00
|
|
|
|
2000-02-23 19:31:56 +01:00
|
|
|
MAINTAINER= tron@netbsd.org
|
2002-02-13 14:03:13 +01:00
|
|
|
HOMEPAGE= http://www.analog.cx/
|
2001-02-17 18:21:28 +01:00
|
|
|
COMMENT= Extremely fast program for analysing WWW logfiles
|
1999-05-09 13:55:24 +02:00
|
|
|
|
1999-05-09 18:41:15 +02:00
|
|
|
ALL_TARGET= analog
|
|
|
|
MAKE_ENV+= PREFIX=${PREFIX}
|
2001-05-14 14:42:14 +02:00
|
|
|
WRKDISTDIR= ${WRKDIR}/${DISTNAME}
|
|
|
|
WRKSRC= ${WRKDISTDIR}/src
|
1999-05-09 13:55:24 +02:00
|
|
|
|
|
|
|
do-install:
|
2001-05-20 00:30:58 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKDISTDIR}/analog ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKDISTDIR}/analog.man ${PREFIX}/man/man1/analog.1
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/analog \
|
|
|
|
${PREFIX}/lib/analog/lang \
|
2000-11-01 15:23:32 +01:00
|
|
|
${PREFIX}/lib/analog/images
|
2001-05-14 14:42:14 +02:00
|
|
|
${INSTALL_DATA} ${WRKDISTDIR}/docs/* ${PREFIX}/share/doc/analog
|
|
|
|
${INSTALL_DATA} ${WRKDISTDIR}/images/* ${PREFIX}/lib/analog/images
|
|
|
|
${INSTALL_DATA} ${WRKDISTDIR}/lang/* ${PREFIX}/lib/analog/lang
|
|
|
|
${INSTALL_DATA} -m 644 ${WRKDISTDIR}/analog.cfg \
|
1999-05-09 18:41:15 +02:00
|
|
|
${PREFIX}/etc/analog.cfg.default
|
2000-11-01 15:23:32 +01:00
|
|
|
${TEST} -f ${PREFIX}/etc/analog.cfg || \
|
2001-05-14 14:42:14 +02:00
|
|
|
${INSTALL_DATA} -m 644 ${WRKDISTDIR}/analog.cfg \
|
|
|
|
${PREFIX}/etc/analog.cfg
|
1999-05-09 13:55:24 +02:00
|
|
|
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|