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


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

1.5
date	2009.08.22.00.38.25;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.10.08.15.56;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.08.10.36.02;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.25.05.56.58;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.04.17.31.47;	author sem;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sqstat
# Date created:		4 May 2006
# Whom:			Sergey Matveychuk <sem@@FreeBSD.org>
#
# $FreeBSD: head/www/sqstat/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sqstat
PORTVERSION=	1.20
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://samm.kiev.ua/sqstat/ \
		SF/sqstat/sqstat/sqstat-${PORTVERSION}

MAINTAINER=	sem@@FreeBSD.org
COMMENT=	A script which allows to look through active squid users connections

USE_PHP=	pcre session
NO_BUILD=	yes
PKGMESSAGE=	${WRKDIR}/pkg-message

SQSTATDIR?=	share/${PORTNAME}

SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_LIST=	SQSTATDIR=${SQSTATDIR}

PLIST_DIRS=	${SQSTATDIR}
PLIST_FILES=	${SQSTATDIR}/arrow.gif ${SQSTATDIR}/sqstat.class.php \
		${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php \
		${SQSTATDIR}/zhabascript.js \
		${SQSTATDIR}/config.inc.php.defaults
PORTDOCS=	CHANGES FAQ LICENSE README TODO

do-install:
	@@${MKDIR} ${PREFIX}/${SQSTATDIR}; \
	for f in ${PLIST_FILES}; do \
		${INSTALL_DATA} ${WRKSRC}/$${f##*/} ${PREFIX}/${SQSTATDIR}; \
	done
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}; \
	for f in ${PORTDOCS}; do \
		${INSTALL_DATA} ${WRKSRC}/docs/$$f ${DOCSDIR}; \
	done
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Add missed dependency on php5_session

PR:		ports/115920
Submitted by:	Anton Lysenok <bart@@tapolsky.net.ua>
@
text
@d13 1
a13 1
		${MASTER_SITE_SOURCEFORGE}
@


1.3
log
@- Update to 1.20

PR:		ports/104093
Submitted by:	Alex Samorukov (author)
@
text
@d10 1
d18 1
a18 1
USE_PHP=	pcre
@


1.2
log
@- Update to 1.10
@
text
@d9 1
a9 1
PORTVERSION=	1.10
d11 2
a12 1
MASTER_SITES=	http://samm.kiev.ua/sqstat/
@


1.1
log
@SqStat is a script which allows to look through active squid users
connections. It use cachemgr protocol to get information from
squid proxy server.

WWW: http://samm.kiev.ua/sqstat/
@
text
@d9 1
a9 1
PORTVERSION=	0.9.5
d27 5
a31 2
PLIST_FILES=	${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php
PORTDOCS=	CHANGES LICENSE README TODO
d41 1
a41 1
		${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
@

