head	1.12;
access;
symbols
	RELEASE_8_3_0:1.7
	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.4
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2013.02.09.14.03.38;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.04.17.17.21;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.01.05.24.59;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.07.18.52.09;	author sylvio;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.10.14.16.06;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2011.03.26.09.18.52;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2010.09.24.09.49.56;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2010.03.29.08.19.55;	author az;	state Exp;
branches;
next	1.3;

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

1.2
date	2009.02.02.05.47.47;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.22.15.21.51;	author az;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311971
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Andrej Zverev <az@@FreeBSD.org>
# $FreeBSD: head/www/p5-Catalyst-View-RRDGraph/Makefile 311971 2013-02-09 12:54:20Z tobez $

PORTNAME=	Catalyst-View-RRDGraph
PORTVERSION=	0.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	RRD graph view class for catalyst

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Plugin-Static-Simple>=0.17:${PORTSDIR}/www/p5-Catalyst-Plugin-Static-Simple \
		rrdtool>=0:${PORTSDIR}/databases/rrdtool \
		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-MockObject>=1.07:${PORTSDIR}/devel/p5-Test-MockObject

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Helper::View::RRDGraph.3 \
	Catalyst::View::RRDGraph.3

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Catalyst-View-RRDGraph
# Date created:		2008-12-22
# Whom:			Andrej Zverev <az@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-View-RRDGraph/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 2
PORTVERSION=	0.05
PORTREVISION=	2
d18 1
a18 2
TEST_DEPENDS=	p5-Test-MockObject>=1.07:${PORTSDIR}/devel/p5-Test-MockObject \
		p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- update png to 1.5.10
@
text
@d20 1
a20 1
		${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \
@


1.8
log
@- Chase rrdtool shlib version bump.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@- Add TEST_DEPENDS to enable testing
- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
@
text
@d10 1
@


1.6
log
@Update to 0.05
@
text
@d21 3
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Drop maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@


1.4
log
@Update to 0.04

Changelog: http://cpansearch.perl.org/src/JLMARTIN/Catalyst-View-RRDGraph-0.04/Changes
@
text
@d14 1
a14 1
MAINTAINER=	az@@FreeBSD.org
@


1.3
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.03
PORTREVISION=	1
d18 3
a20 2
		${SITE_PERL}/Catalyst/Plugin/Static/Simple.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Static-Simple \
		${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool
@


1.2
log
@Remove unused part for CPAN macro
@
text
@d10 1
@


1.1
log
@This view generates RRD graph images from the graph defintion placed in the
stash. The controller is responsable of placing an ARRAYREF in
$c-stash->{'graph'}> with the same data as to generate a graph with the RRDs
module, except for filename, that will be automatically generated by the view.
@
text
@a11 1
MASTER_SITE_SUBDIR=	../by-authors/id/J/JL/JLMARTIN
@

