head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


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

1.5
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.03.28.06.45.03;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.05.11.45.06;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.09.08.26.43;	author nivit;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.01.13.15.07;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314915
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Nicola Vitale <nivit@@FreeBSD.org>
# $FreeBSD: head/www/pylot/Makefile 314915 2013-03-22 11:53:34Z bapt $

PORTNAME=	pylot
PORTVERSION=	1.26
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	nivit@@FreeBSD.org
COMMENT=	Tool for testing performance and scalability of web services

OPTIONS_DEFINE=	GUI REPORTGRAPHS
OPTIONS_DEFAULT=	REPORTGRAPHS
GUI_DESC=		Enable GUI mode
REPORTGRAPHS_DESC=	Enable report graphs

PROJECTHOST=	pylt

DATADIR=	${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}${PORTNAME}

NO_BUILD=	yes

SUB_FILES=	${PORTNAME}
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}

USE_PYTHON=	2.5+
USE_ZIP=	yes

do-install:
	@@${MKDIR} ${DATADIR} && cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
	@@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGUI}
USE_WX=	2.4+
WX_COMPS=	python:run
.endif

.if ${PORT_OPTIONS:MREPORTGRAPHS}
RUN_DEPENDS+=	${PYNUMPY}
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/matplotlib/__init__.py:${PORTSDIR}/math/py-matplotlib
.endif

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pylot
# Date created:		2009-06-01
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/pylot/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 4
a17 2
OPTIONS=	GUI	"Enable GUI mode" off \
		REPORTGRAPHS "Enable report graphs" on
d35 1
a35 1
.include <bsd.port.pre.mk>
d37 1
a37 1
.if defined(WITH_GUI)
d42 1
a42 1
.if defined(WITH_REPORTGRAPHS)
d47 1
a47 1
.include <bsd.port.post.mk>
@


1.4
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Update to 1.26

PR:		ports/136420
Submitted by:	dikshie <dikshie@@sfc.wide.ad.jp>
@
text
@d10 1
a10 1
PORTREVISION=	0
@


1.1
log
@Pylot is a free open source tool for testing performance and scalability of
web services. It runs HTTP load tests, which are useful for capacity planning,
benchmarking, analysis, and system tuning.

Pylot generates concurrent load (HTTP Requests), verifies server responses,
and produces reports with metrics. Tests suites are executed and monitored
from a GUI or shell/console.

WWW:	http://www.pylot.org/
@
text
@d9 2
a10 2
PORTVERSION=	1.24
#PORTREVISION=	0
@

