head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.06.22.46.01;	author madpilot;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.24.03.33.16;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.07.10.23.43;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.14.20.46.41;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.21.13.13.14;	author stas;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: Stanislav Sedov <stas@@FreeBSD.org>
# $FreeBSD: head/www/squidview/Makefile 307101 2012-11-06 22:46:01Z madpilot $

PORTNAME=	squidview
PORTVERSION=	0.79
CATEGORIES=	www
MASTER_SITES=	http://www.rillion.net/squidview/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Monitor squid statistics in realtime

GNU_CONFIGURE=	yes

MAN1=		squidview.1
DOCS=		HOWTO README
DATAFILES=	aliases users words

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/squidview ${PREFIX}/bin/

	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${DATADIR}/

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
	${INSTALL_MAN} ${WRKSRC}/squidview.1 ${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>
@


1.5
log
@SVN rev 307101 on 2012-11-06 22:46:01Z by madpilot

- Update to 0.79
- Use new options framework for DOCS
- Trim Makefile header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d1 1
a1 4
# New ports collection makefile for:	squidview
# Date created:		2007-04-21
# Whom:			stas
#
a2 1
#
d5 1
a5 1
PORTVERSION=	0.73
d18 4
d28 1
a28 1
.if !defined(NOPORTDOCS)
@


1.3
log
@- Update to 0.73.
@
text
@d13 1
a13 1
MAINTAINER=	stas@@FreeBSD.org
@


1.2
log
@- Update to 0.72.
@
text
@d9 1
a9 1
PORTVERSION=	0.72
@


1.1
log
@- Add port for www/squidview

Squidview is a program that displays the squid proxy server log file in a nice
fashion, providing the log file is in squid's native reporting fashion. It has
features such as search, report generation, monitor mode and supports three log
files.

WWW:	http://www.rillion.net/squidview
@
text
@d9 1
a9 1
PORTVERSION=	0.71
@

