diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-25 01:59:06 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-25 01:59:06 +0000 |
commit | f22430fb15268358691130417e9e195a5065337e (patch) | |
tree | 3b274123f048d5d07ada35d26af93c3e71472dbf /www/p5-Captcha-reCAPTCHA | |
parent | 17257e665319d3619af3da9421b38bb31d692bd1 (diff) | |
download | pkgsrc-f22430fb15268358691130417e9e195a5065337e.tar.gz |
Initial import of module Captcha-reCAPTCHA.
This is a Perl implementation of the reCAPTCHA API.
From the recaptcha.net web site:
reCAPTCHA improves the process of digitizing books by sending words that
cannot be read by computers to the Web in the form of CAPTCHAs for
humans to decipher. More specifically, each word that cannot be read
correctly by OCR is placed on an image and used as a CAPTCHA. This is
possible because most OCR programs alert you when a word cannot be read
correctly.
Diffstat (limited to 'www/p5-Captcha-reCAPTCHA')
-rw-r--r-- | www/p5-Captcha-reCAPTCHA/DESCR | 10 | ||||
-rw-r--r-- | www/p5-Captcha-reCAPTCHA/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Captcha-reCAPTCHA/distinfo | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-Captcha-reCAPTCHA/DESCR b/www/p5-Captcha-reCAPTCHA/DESCR new file mode 100644 index 00000000000..06b4e0d842b --- /dev/null +++ b/www/p5-Captcha-reCAPTCHA/DESCR @@ -0,0 +1,10 @@ +This is a Perl implementation of the reCAPTCHA API. + +From the recaptcha.net web site: + + reCAPTCHA improves the process of digitizing books by sending words that + cannot be read by computers to the Web in the form of CAPTCHAs for + humans to decipher. More specifically, each word that cannot be read + correctly by OCR is placed on an image and used as a CAPTCHA. This is + possible because most OCR programs alert you when a word cannot be read + correctly. diff --git a/www/p5-Captcha-reCAPTCHA/Makefile b/www/p5-Captcha-reCAPTCHA/Makefile new file mode 100644 index 00000000000..c83756168da --- /dev/null +++ b/www/p5-Captcha-reCAPTCHA/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/25 01:59:06 heinz Exp $ +# + +DISTNAME= Captcha-reCAPTCHA-0.92 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDYA/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Captcha-reCAPTCHA/ +COMMENT= Perl implementation of the reCAPTCHA API + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-HTML-Tiny>=0.904:../../www/p5-HTML-Tiny +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww # for LWP::UserAgent + +PERL5_PACKLIST= auto/Captcha/reCAPTCHA/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Captcha-reCAPTCHA/distinfo b/www/p5-Captcha-reCAPTCHA/distinfo new file mode 100644 index 00000000000..570d4e091b7 --- /dev/null +++ b/www/p5-Captcha-reCAPTCHA/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/25 01:59:06 heinz Exp $ + +SHA1 (Captcha-reCAPTCHA-0.92.tar.gz) = 36d11744f43490d34c01186a50a07de5a5e830ce +RMD160 (Captcha-reCAPTCHA-0.92.tar.gz) = 2cd1ccb1f2c34bbb024968857899f26802c04284 +Size (Captcha-reCAPTCHA-0.92.tar.gz) = 8461 bytes |