head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.41.21;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.14.01.34;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.04.05.46.38;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.09.21.05.28;	author obraun;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.02.09.10.35;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.31.17.32.55;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.29.18.52.43;	author petef;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# ports collection makefile for: waccess
# Date Created:		3 August 2001
# Whom:			tundra
#
# $FreeBSD: head/www/waccess/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	waccess
PORTVERSION=	2.0
CATEGORIES=	www textproc
MASTER_SITES=	http://www.tundraware.com/Software/waccess/

MAINTAINER=	tundra@@tundraware.com
COMMENT=	Quick-N-Dirty Web Access Log Analyzer

USE_PYTHON=	yes

MAN1=	waccess.1
MANCOMPRESSED=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's,^#!/usr/local/bin/python,#!${PYTHON_CMD},' \
		${WRKSRC}/waccess

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/waccess ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/waccess.1.gz ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/waccess-license.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@De-pkg-comment.
@
text
@a16 1
USE_REINPLACE=	yes
@


1.5
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d14 1
@


1.4
log
@Upgrade to 2.0.

PR:		ports/42382
Submitted by:	maintainer
@
text
@d16 1
d22 1
a22 1
	@@${PERL} -pi -e 's,^#!/usr/local/bin/python,#!${PYTHON_CMD},' \
@


1.3
log
@Update to version 1.62

PR: 42314
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	1.62
@


1.2
log
@Update to 1.61

PR:		42236
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.61
@


1.1
log
@Add waccess-1.1, a quick-n-dirty web access log analyzer

PR:		29418
Submitted by:	Tim Daneliuk <tundra@@tundraware.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@

