pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Captcha-reCAPTCHA Initial import of module Capt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccd957ca5991
branches:  trunk
changeset: 538023:ccd957ca5991
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Jan 25 01:59:06 2008 +0000

description:
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:

 www/p5-Captcha-reCAPTCHA/DESCR    |  10 ++++++++++
 www/p5-Captcha-reCAPTCHA/Makefile |  22 ++++++++++++++++++++++
 www/p5-Captcha-reCAPTCHA/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 1dc6418ea8d4 -r ccd957ca5991 www/p5-Captcha-reCAPTCHA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA/DESCR    Fri Jan 25 01:59:06 2008 +0000
@@ -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 -r 1dc6418ea8d4 -r ccd957ca5991 www/p5-Captcha-reCAPTCHA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA/Makefile Fri Jan 25 01:59:06 2008 +0000
@@ -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@localhost
+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 -r 1dc6418ea8d4 -r ccd957ca5991 www/p5-Captcha-reCAPTCHA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA/distinfo Fri Jan 25 01:59:06 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index