summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-25 01:59:06 +0000
committerheinz <heinz@pkgsrc.org>2008-01-25 01:59:06 +0000
commit0830e03fe8424d8a5dcd0ba58e4414d024e16dbe (patch)
tree3b274123f048d5d07ada35d26af93c3e71472dbf /www
parent7aace31ac1ee56896b139bdcb71e71ef6720b17c (diff)
downloadpkgsrc-0830e03fe8424d8a5dcd0ba58e4414d024e16dbe.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')
-rw-r--r--www/p5-Captcha-reCAPTCHA/DESCR10
-rw-r--r--www/p5-Captcha-reCAPTCHA/Makefile22
-rw-r--r--www/p5-Captcha-reCAPTCHA/distinfo5
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