head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.3;
locks; strict;
comment	@# @;


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

1.7
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2011.08.20.17.27.37;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.25.11.58.41;	author sylvio;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.18.04.05.03;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.18.20.29.51;	author brooks;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.09.23.34.22;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.07.19.23.14;	author sylvio;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ftasv
# Date created:		2009-10-26
# Whom:			Sylvio Cesar Teixeira <sylvio@@FreeBSD.org>
#
# $FreeBSD: head/www/ftasv/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	ftasv
PORTVERSION=	0.9.2
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://fabletech.com/${PORTNAME}-download/

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	Is a commandline scoreboard viewer for the Apache server

GNU_CONFIGURE=	yes
USE_APACHE=	22+

PLIST_FILES=	sbin/ftasv
SUB_FILES=	pkg-message

PORTDOCS=	AUTHORS COPYING ChangeLog README

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=		does not link on 6.X
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for docs in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.7
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d18 1
a18 1
USE_APACHE=	20+
@


1.5
log
@- Removed dependencies unnecessary
- BUMP PORTREVISION

PR:		ports/146951
Submitted by:	pgollucci@@
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
USE_APACHE=	2.0+
@


1.4
log
@- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d10 1
a16 2
BUILD_DEPENDS=	${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1

@


1.3
log
@This port works fine with Apache 2.0 so adjust USE_APACHE accordingly.

Approved by:	sylvio (maintainer)
Feature safe:	yes
PR:		ports/14406
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
@


1.2
log
@- Mark BROKEN on 6.X

Reported by:	pointyhat
@
text
@d19 1
a19 1
USE_APACHE=	2.2+
@


1.1
log
@Apache's status module is an easy way to get information about what
your webserver is doing - at any time, except when you need that
information. Because this information is normally gathered via the
server-status page, it will be unavailable when the webserver is not responding.
The system administrator can restart the daemon and hope to get a glimpse of the
server-status page, a tiny clue about what is causing the trouble, before the
server gets overloaded again.

This project aims at helping the system administrator get his information
in crisis situations.

WWW:	http://fabletech.com/ftasv

PR:		ports/140003
Submitted by:	Sylvio Cesar Teixeira <sylvio at FreeBSD.org>
@
text
@d26 6
d40 2
a41 1
.include <bsd.port.mk>
@

