Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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.

View File

@@ -0,0 +1,44 @@
# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:52 wiz Exp $
#
DISTNAME= Authen-PluggableCaptcha-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5apc
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-PluggableCaptcha/
COMMENT= Perl5 module implementing a pluggable Captcha framework
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Number-Spell>=0.04:../../textproc/p5-Number-Spell
DEPENDS+= p5-HTML-Email-Obfuscate>=0.02:../../www/p5-HTML-Email-Obfuscate
REPLACE_PERL+= lib/Authen/PluggableCaptcha/ErrorLoggingObject.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge/DoMath.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge/TypeString.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Helpers.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/KeyManager.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/effects.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/effects/sinewarp.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/bg.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/distraction_lines.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/text.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text/HTML.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text/Plain.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/StandardAttributesObject.pm
REPLACE_PERL+= lib/Authen/PluggableCaptcha/ValidityObject.pm
PERL5_PACKLIST= auto/Authen/PluggableCaptcha/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/11/17 20:34:47 he Exp $
SHA1 (Authen-PluggableCaptcha-0.05.tar.gz) = 671f7b6f5511804e88310f1c526d94cc76019d1e
RMD160 (Authen-PluggableCaptcha-0.05.tar.gz) = dfebd2e942d417e2318c3046deb8ef977f0c83d8
Size (Authen-PluggableCaptcha-0.05.tar.gz) = 26262 bytes