Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2007 16:48:40 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109383: [NEW PORT] security/p5-Authen-PluggableCaptcha: A pluggable Captcha framework for Perl
Message-ID:  <20070221084840.6FA8A11461@chinsan.twbbs.org>
Resent-Message-ID: <200702210850.l1L8o6Uq032006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109383
>Category:       ports
>Synopsis:       [NEW PORT] security/p5-Authen-PluggableCaptcha: A pluggable Captcha framework for Perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 21 08:50:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:

 === NOTE ===
 This PR depends on ports/109381, ports/109382
 ============

Authen::PluggableCaptcha is a fully modularized and extensible system for
making Pluggable Catpcha (Completely Automated Public Turing Test to Tell
Computers and Humans Apart) tests.

Pluggable? All Captcha objects are instantiated and interfaced via the main
module, and then manipulated to require various submodules as plug-ins.

Authen::PluggableCaptcha borrows from the functionality in
Apache::Session::Flex

WWW: http://search.cpan.org/dist/Authen-PluggableCaptcha/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Authen-PluggableCaptcha-0.04.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-Authen-PluggableCaptcha
#	p5-Authen-PluggableCaptcha/Makefile
#	p5-Authen-PluggableCaptcha/distinfo
#	p5-Authen-PluggableCaptcha/pkg-descr
#	p5-Authen-PluggableCaptcha/pkg-plist
#
echo c - p5-Authen-PluggableCaptcha
mkdir -p p5-Authen-PluggableCaptcha > /dev/null 2>&1
echo x - p5-Authen-PluggableCaptcha/Makefile
sed 's/^X//' >p5-Authen-PluggableCaptcha/Makefile << 'END-of-p5-Authen-PluggableCaptcha/Makefile'
X# New ports collection makefile for:	p5-Authen-PluggableCaptcha
X# Date created:				2007/02/14
X# Whom:					chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Authen-PluggableCaptcha
XPORTVERSION=	0.04
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Authen
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	A pluggable Captcha framework for Perl
X
XBUILD_DEPENDS=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
X		p5-Number-Spell>=0:${PORTSDIR}/textproc/p5-Number-Spell \
X		p5-HTML-Email-Obfuscate>=0:${PORTSDIR}/security/p5-HTML-Email-Obfuscate
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XMAN3=		Authen::PluggableCaptcha.3 \
X		Authen::PluggableCaptcha::Render::Text::Plain.3 \
X		Authen::PluggableCaptcha::Render::Image::Imager::effects.3 \
X		Authen::PluggableCaptcha::Render::Image::Imager.3 \
X		Authen::PluggableCaptcha::KeyManager.3 \
X		Authen::PluggableCaptcha::StandardAttributesObject.3 \
X		Authen::PluggableCaptcha::Tutorial.3 \
X		Authen::PluggableCaptcha::ValidityObject.3 \
X		Authen::PluggableCaptcha::Render.3 \
X		Authen::PluggableCaptcha::Render::Image::Imager::effects::sinewarp.3 \
X		Authen::PluggableCaptcha::Helpers.3 \
X		Authen::PluggableCaptcha::Challenge.3 \
X		Authen::PluggableCaptcha::Render::Image::Imager::layers.3 \
X		Authen::PluggableCaptcha::ErrorLoggingObject.3 \
X		Authen::PluggableCaptcha::Challenge::TypeString.3 \
X		Authen::PluggableCaptcha::Render::Text::HTML.3 \
X		Authen::PluggableCaptcha::Challenge::DoMath.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-p5-Authen-PluggableCaptcha/Makefile
echo x - p5-Authen-PluggableCaptcha/distinfo
sed 's/^X//' >p5-Authen-PluggableCaptcha/distinfo << 'END-of-p5-Authen-PluggableCaptcha/distinfo'
XMD5 (Authen-PluggableCaptcha-0.04.tar.gz) = a2af590a6af94f49d9e136c8e0b3bffc
XSHA256 (Authen-PluggableCaptcha-0.04.tar.gz) = 6386eb9656c40cc7659cb700a3c020bd48c75169f82fbbf9ed9f9b035aacfca0
XSIZE (Authen-PluggableCaptcha-0.04.tar.gz) = 25703
END-of-p5-Authen-PluggableCaptcha/distinfo
echo x - p5-Authen-PluggableCaptcha/pkg-descr
sed 's/^X//' >p5-Authen-PluggableCaptcha/pkg-descr << 'END-of-p5-Authen-PluggableCaptcha/pkg-descr'
XAuthen::PluggableCaptcha is a fully modularized and extensible system for
Xmaking Pluggable Catpcha (Completely Automated Public Turing Test to Tell
XComputers and Humans Apart) tests.
X
XPluggable? All Captcha objects are instantiated and interfaced via the main
Xmodule, and then manipulated to require various submodules as plug-ins.
X
XAuthen::PluggableCaptcha borrows from the functionality in
XApache::Session::Flex
X
XWWW: http://search.cpan.org/dist/Authen-PluggableCaptcha/
END-of-p5-Authen-PluggableCaptcha/pkg-descr
echo x - p5-Authen-PluggableCaptcha/pkg-plist
sed 's/^X//' >p5-Authen-PluggableCaptcha/pkg-plist << 'END-of-p5-Authen-PluggableCaptcha/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PluggableCaptcha/.packlist
X%%SITE_PERL%%/Authen/PluggableCaptcha.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/KeyManager.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/StandardAttributesObject.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Tutorial.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/ValidityObject.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Helpers.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Challenge.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/ErrorLoggingObject.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Text.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Text/Plain.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Text/HTML.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/effects.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/layers.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/layers/distraction_lines.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/layers/bg.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/layers/text.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/effects/sinewarp.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Challenge/TypeString.pm
X%%SITE_PERL%%/Authen/PluggableCaptcha/Challenge/DoMath.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PluggableCaptcha
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render/Text
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/layers
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager/effects
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image/Imager
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render/Image
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Render
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha/Challenge
X@dirrmtry %%SITE_PERL%%/Authen/PluggableCaptcha
X@dirrmtry %%SITE_PERL%%/Authen
END-of-p5-Authen-PluggableCaptcha/pkg-plist
exit
--- p5-Authen-PluggableCaptcha-0.04.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070221084840.6FA8A11461>