head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	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.2
	RELEASE_7_2_0:1.2
	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;
locks; strict;
comment	@# @;


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

1.5
date	2012.01.21.17.38.18;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.17.06.49.25;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.20.01.28.52;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2008.02.26.20.05.50;	author gabor;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.29.08.31.21;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-Image-Delivery
# Date created:                                08 September 2007
# Whom:                                        TAKAHASHI Kaoru <kaoru@@kaisei.org>
#
# $FreeBSD: head/www/p5-Image-Delivery/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Image-Delivery
PORTVERSION=	0.14
PORTREVISION=	1
CATEGORIES=	www graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@@mozimedia.com
COMMENT=	Efficient transformation and delivery of web images

BUILD_DEPENDS=	p5-Test-ClassAPI>=1.04:${PORTSDIR}/devel/p5-Test-ClassAPI \
		p5-Digest-TransformPath>=0.01:${PORTSDIR}/devel/p5-Digest-TransformPath \
		p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \
		p5-File-Slurp>=9999.04:${PORTSDIR}/devel/p5-File-Slurp \
		p5-HTML-Location>=1.00:${PORTSDIR}/www/p5-HTML-Location \
		p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Image::Delivery.3 Image::Delivery::Provider.3

.include <bsd.port.mk>
@


1.5
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 1).

Approved by:	portmgr (itetcu)
@
text
@d26 1
a26 1
PERL_CONFIGURE=	5.6.0+
@


1.2
log
@- Update to 0.14
- Better adjustment of dependencies

PR:		ports/121015
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer
@
text
@d10 1
a18 1
		p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
@


1.1
log
@Image::Delivery - Efficient transformation and delivery of web images

Many web applications generate or otherwise deliver graphics as part
of their interface. Getting the delivery of these images right is
tricky, and developers usually need to make trade-offs in order
to get a usable mechanism.

Image::Delivery is an extremely sophisticated module for delivering
these generated images. It is designed to be powerful, flexible,
extensible, scalable, secure, stable and correct, and use a minimum
of resources.

WWW: http://search.cpan.org/dist/Image-Delivery/

PR:		ports/116217
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.13
a11 1
MASTER_SITE_SUBDIR=	Image
d17 8
a24 16
BUILD_DEPENDS=	p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
		p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
		p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
		p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
		p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
RUN_DEPENDS=	p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
		p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
		p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
		p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
		p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
d26 1
a26 1
PERL_CONFIGURE=	yes
@

