2003-07-18 00:50:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.41 2003/07/17 22:55:20 grant Exp $
|
1999-05-09 13:55:24 +02:00
|
|
|
|
2003-03-23 22:47:57 +01:00
|
|
|
DISTNAME= analog-5.32
|
2003-03-29 13:40:00 +01:00
|
|
|
WRKSRC= ${WRKDISTDIR}/src
|
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
|
|
|
|
2003-07-18 00:50:55 +02: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
|
2002-07-11 12:23:13 +02:00
|
|
|
MAKE_ENV+= PREFIX=${PREFIX} SYSCONFDIR=${PKG_SYSCONFDIR}
|
2001-05-14 14:42:14 +02:00
|
|
|
WRKDISTDIR= ${WRKDIR}/${DISTNAME}
|
1999-05-09 13:55:24 +02:00
|
|
|
|
2003-01-28 23:03:00 +01:00
|
|
|
USE_PKGINSTALL= yes
|
2002-07-11 12:23:13 +02:00
|
|
|
EGDIR= ${PREFIX}/share/examples
|
|
|
|
CONF_FILES= ${EGDIR}/analog.cfg ${PKG_SYSCONFDIR}/analog.cfg
|
|
|
|
|
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 \
|
2002-07-11 12:23:13 +02:00
|
|
|
${PREFIX}/share/examples/analog.cfg
|
1999-05-09 13:55:24 +02:00
|
|
|
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|