head	1.27;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.27
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.11.03.17.04.16;	author ehaupt;	state Exp;
branches;
next	1.25;

1.25
date	2012.07.03.17.38.41;	author az;	state Exp;
branches;
next	1.24;

1.24
date	2012.06.06.17.22.52;	author az;	state Exp;
branches;
next	1.23;

1.23
date	2012.06.01.05.24.07;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2012.05.31.11.19.30;	author bapt;	state Exp;
branches;
next	1.21;

1.21
date	2011.09.04.08.37.16;	author sunpoet;	state Exp;
branches;
next	1.20;

1.20
date	2011.01.15.15.35.41;	author sunpoet;	state Exp;
branches;
next	1.19;

1.19
date	2010.12.23.01.14.24;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2010.03.28.06.43.27;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2010.02.05.11.43.51;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2009.07.31.13.55.44;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2009.05.14.22.52.04;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.12.14.39.51;	author mat;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.17.14.28.22;	author araujo;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.11.15.06.22;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.09.08.01.03.56;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2007.05.19.20.22.47;	author flz;	state Exp;
branches;
next	1.9;

1.9
date	2007.04.26.07.06.37;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2007.03.25.22.19.12;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.21.13.38.33;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.02.04.16.16;	author aaron;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.31.16.40.55;	author shige;	state Exp;
branches;
next	1.4;

1.4
date	2006.03.30.19.42.08;	author shige;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.05.03.57.32;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.09.12.05.32;	author tdb;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.16.17.36.36;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.27
log
@Switch exporter over
@
text
@# Created by: ports@@rbt.ca
# $FreeBSD: head/security/p5-GD-SecurityImage/Makefile 306929 2012-11-03 17:04:16Z ehaupt $

PORTNAME=	GD-SecurityImage
PORTVERSION=	1.72
PORTEPOCH=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 module for creating CAPTCHA security images

BUILD_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD

OPTIONS_DEFINE=	IMAGEMAGICK
IMAGEMAGICK_DESC=	Build ImageMagick module

PORTSCOUT=	skipv:1.581

PERL_CONFIGURE=	yes

MAN3=		GD::SecurityImage.3 \
		GD::SecurityImage::GD.3 \
		GD::SecurityImage::Magick.3 \
		GD::SecurityImage::Styles.3

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIMAGEMAGICK}
BUILD_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
.endif

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+=	p5-Module-Build>=0.3800:${PORTSDIR}/devel/p5-Module-Build
.endif

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


1.26
log
@SVN rev 306929 on 2012-11-03 17:04:16Z by ehaupt

- Update to 1.72
- Trim header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.25
log
@graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.

Reported by:	Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat:	az@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	GD-SecurityImage
# Date created:				15 October 2005
# Whom:					ports@@rbt.ca
#
a2 1
#
d5 1
a5 2
PORTVERSION=	1.71
PORTREVISION=	1
@


1.24
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d37 2
a38 2
BUILD_DEPENDS+=	ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+=	ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
@


1.23
log
@- update png to 1.5.10
@
text
@d37 2
a38 2
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
@


1.22
log
@Convert to new options framework
@
text
@d10 1
@


1.21
log
@- Update to 1.71

Changes:	http://search.cpan.org/dist/GD-SecurityImage/Changes
@
text
@d21 2
a22 1
OPTIONS=	IMAGEMAGICK "Build ImageMagick module" off
d35 1
a35 1
.if defined(WITH_IMAGEMAGICK)
@


1.20
log
@- Let graphics/ImageMagick be an optional dependency
- Add OPTIONS: IMAGEMAGICK
- Bump PORTREVISION for dependency change
- Remove obsolete MD5 checksum

PR:		ports/153602
Submitted by:	Grzegorz Blach <magik@@roorback.net>
Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	1.70
PORTREVISION=	4
d18 2
a19 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
a22 8
.include <bsd.port.options.mk>

.if defined(WITH_IMAGEMAGICK)
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
.endif

RUN_DEPENDS=	${BUILD_DEPENDS}

d32 14
a45 1
.include <bsd.port.mk>
@


1.19
log
@- set some PORTSCOUT vars
@
text
@d10 1
a10 1
PORTREVISION=	3
d19 10
a28 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
		${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
@


1.18
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d23 2
@


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


1.16
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.15
log
@Update to 1.70
@
text
@d10 1
@


1.14
log
@Update to 1.66
@
text
@d9 1
a9 1
PORTVERSION=	1.66
@


1.13
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.65
@


1.12
log
@- Update to 1.65
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	GD
@


1.11
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 2
PORTVERSION=	1.64
PORTREVISION=	1
@


1.10
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d31 1
a31 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again
.endif

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


1.9
log
@- Update to 1.64
@
text
@d10 1
@


1.8
log
@Reset ports@@rbt.ca due to current lack of time to work on FreeBSD.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.63
@


1.7
log
@- Update to 1.63

PR:             109870
Submitted by:   miwi
Approved by:    maintainer timeout
@
text
@d16 1
a16 1
MAINTAINER=	ports@@rbt.ca
@


1.6
log
@- Update to 1.61

PR:		ports/98321
Submitted by:	Rong-En Fan <rafan@@infor.org>
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.61
@


1.5
log
@Sorry for deletion of PORTEOCH.
@
text
@d9 1
a9 1
PORTVERSION=	1.60
d13 1
a13 1
MASTER_SITE_SUBDIR=	GD/BURAK
@


1.4
log
@Update to 1.60.

PR:		ports/94683
Submitted by:	Vladimir Timofeev <vovkasm@@gmail.com>
@
text
@d10 1
@


1.3
log
@Chase libversion bumb to libMagick.so.9

PR:		ports/91270
@
text
@d9 1
a9 2
PORTVERSION=	1.583
PORTREVISION=	1
d24 4
a27 3
MAN3=		GD::SecurityImage::AC.3 GD::SecurityImage::Magick.3 \
		GD::SecurityImage::Styles.3 GD::SecurityImage.3 \
		GD::SecurityImage::GD.3
@


1.2
log
@- Update to 1.583

PR:		90120
Submitted by:	Rod Taylor <ports@@rbt.ca> (maintainer)
Approved by:	clement (mentor)
@
text
@d10 1
@


1.1
log
@Add p5-GD-SecurityImage, a Perl5 module for creating CAPTCHA security images

PR:		87494
Submitted by:	Rod Taylor <ports@@rbt.ca>
Approved by:	novel (mentor) (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.57
@

