From rbt@home.rbt.ca  Sat Oct 15 20:27:06 2005
Return-Path: <rbt@home.rbt.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1366F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Oct 2005 20:27:06 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (207-136-127-200.dsl.look.ca [207.136.127.200])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9724F43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Oct 2005 20:27:05 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (localhost [127.0.0.1])
	by home.rbt.ca (8.13.4/8.13.4) with ESMTP id j9FKR4eO042601
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Oct 2005 16:27:04 -0400 (EDT)
	(envelope-from rbt@home.rbt.ca)
Received: (from rbt@localhost)
	by home.rbt.ca (8.13.4/8.13.1/Submit) id j9FKR4DP042600;
	Sat, 15 Oct 2005 16:27:04 -0400 (EDT)
	(envelope-from rbt)
Message-Id: <200510152027.j9FKR4DP042600@home.rbt.ca>
Date: Sat, 15 Oct 2005 16:27:04 -0400 (EDT)
From: Rod Taylor <ports@rbt.ca>
Reply-To: Rod Taylor <ports@rbt.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] security/p5-GD-SecurityImage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87494
>Category:       ports
>Synopsis:       [NEW PORT] security/p5-GD-SecurityImage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 20:30:21 GMT 2005
>Closed-Date:    Sun Oct 16 19:41:23 CEST 2005
>Last-Modified:  Sun Oct 16 19:41:23 CEST 2005
>Originator:     Rod Taylor
>Release:        FreeBSD 6.0-BETA4 amd64
>Organization:
>Environment:
System: FreeBSD home 6.0-BETA4 FreeBSD 6.0-BETA4 #12: Thu Sep 15 22:41:54 EDT 2005 root@home:/usr/obj/usr/src/sys/HOME amd64


	
>Description:
	Creates Security Images (Human tests -- www.captcha.net). This module is actively maintained and has a larger feature set than p5-Authen-Captcha.
>How-To-Repeat:
	
>Fix:

	

--- gd-securityimage.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-GD-SecurityImage/
#	p5-GD-SecurityImage/Makefile
#	p5-GD-SecurityImage/distinfo
#	p5-GD-SecurityImage/pkg-descr
#	p5-GD-SecurityImage/pkg-plist
#
echo c - p5-GD-SecurityImage/
mkdir -p p5-GD-SecurityImage/ > /dev/null 2>&1
echo x - p5-GD-SecurityImage/Makefile
sed 's/^X//' >p5-GD-SecurityImage/Makefile << 'END-of-p5-GD-SecurityImage/Makefile'
X# New ports collection makefile for:	GD-SecurityImage
X# Date created:				15 October 2005
X# Whom:					ports@rbt.ca
X#
X# $FreeBSD$
X#
X
XPORTNAME=	GD-SecurityImage
XPORTVERSION=	1.57
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	GD/BURAK
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@rbt.ca
XCOMMENT=	Security image (captcha) generator
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
X.if exists(${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm)
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
X.endif
X
XPERL_CONFIGURE=	yes
X
XMAN3=	GD::SecurityImage::AC.3 GD::SecurityImage::Magick.3 \
X	GD::SecurityImage::Styles.3 GD::SecurityImage.3 \
X	GD::SecurityImage::GD.3
X
X.include <bsd.port.mk>
END-of-p5-GD-SecurityImage/Makefile
echo x - p5-GD-SecurityImage/distinfo
sed 's/^X//' >p5-GD-SecurityImage/distinfo << 'END-of-p5-GD-SecurityImage/distinfo'
XMD5 (GD-SecurityImage-1.57.tar.gz) = 7b7495a4f8c34c8ccbf3e931db10f31f
XSIZE (GD-SecurityImage-1.57.tar.gz) = 55270
END-of-p5-GD-SecurityImage/distinfo
echo x - p5-GD-SecurityImage/pkg-descr
sed 's/^X//' >p5-GD-SecurityImage/pkg-descr << 'END-of-p5-GD-SecurityImage/pkg-descr'
XThe (so called) "Security Images" are so popular. Most internet
Xsoftware use these in their registration screens to block robot
Xprograms (which may register tons of fake member accounts). Security
Ximages are basicaly, graphical CAPTCHAs (Completely Automated Public
XTuring Test to Tell Computers and Humans Apart). This module gives
Xyou a basic interface to create such an image. The final output is
Xthe actual graphic data, the mime type of the graphic and the created
Xrandom string.
X
XWWW:	http://search.cpan.org/dist/GD-SecurityImage
END-of-p5-GD-SecurityImage/pkg-descr
echo x - p5-GD-SecurityImage/pkg-plist
sed 's/^X//' >p5-GD-SecurityImage/pkg-plist << 'END-of-p5-GD-SecurityImage/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage/.packlist
X%%SITE_PERL%%/GD/SecurityImage.pm
X%%SITE_PERL%%/GD/SecurityImage/AC.pm
X%%SITE_PERL%%/GD/SecurityImage/GD.pm
X%%SITE_PERL%%/GD/SecurityImage/Magick.pm
X%%SITE_PERL%%/GD/SecurityImage/Styles.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage
X@dirrm %%SITE_PERL%%/GD/SecurityImage
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true
END-of-p5-GD-SecurityImage/pkg-plist
exit
--- gd-securityimage.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Sat Oct 15 22:43:15 CEST 2005 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87494 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Oct 16 01:37:21 GMT 2005 
Class-Changed-Why:  
new ports are change requests 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87491 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Oct 16 01:37:21 GMT 2005 
Class-Changed-Why:  
new ports are change-requests 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87494 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Sun Oct 16 19:37:52 CEST 2005 
State-Changed-Why:  
Committed with modifications, thanks. NOTE: p5-GD (dependency) requires 
perl level > 500600. Be careful by copy pasting information into 
pkg-descr, see: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-desc.html 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87494 
>Unformatted:
