diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-27 08:10:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-27 08:10:57 +0000 |
commit | 458331105fe68bc12f9e292de87a3ce427b643d7 (patch) | |
tree | 6054040b82824b5c3789f72c60b44e877876f4c2 /graphics/p5-Captcha-reCAPTCHA-Mailhide | |
parent | 8e819a63d5597c8ab862e0a46f2cd1ceb58f5725 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA-Mailhide')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile | 27 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-plist | 7 |
4 files changed, 53 insertions, 0 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile new file mode 100644 index 000000000000..799f187f4bfe --- /dev/null +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Captcha-reCAPTCHA-Mailhide +# Date created: 7 January 2009 +# Whom: gerard +# +# $FreeBSD$ +# + +PORTNAME= Captcha-reCAPTCHA-Mailhide +PORTVERSION= 0.93 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA +PKGNAMEPREFIX= p5- + +MAINTAINER= gerard@seibercom.net +COMMENT= A Perl implementation of the reCAPTCHA Mailhide API + +BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Captcha::reCAPTCHA::Mailhide.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo b/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo new file mode 100644 index 000000000000..70fcd33a4e32 --- /dev/null +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo @@ -0,0 +1,3 @@ +MD5 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = fba1995e228178b9d81dc55c465859f4 +SHA256 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 0e2ba342bb36e6fdab5ec2ed174efe7c2fa2293ce7225990313f03c4a21c5f9a +SIZE (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 7054 diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-descr b/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-descr new file mode 100644 index 000000000000..71fb5d121f97 --- /dev/null +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-descr @@ -0,0 +1,16 @@ +Captcha::reCAPTCHA::Mailhide - A Perl implementation of +the reCAPTCHA Mailhide API + +reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who +complete the captcha to assist in the digitization of books. + +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. + +http://recaptcha.net/learnmore.html + +WWW: http://search.cpan.org/~andya/Captcha-reCAPTCHA-Mailhide-0.93/ diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-plist b/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-plist new file mode 100644 index 000000000000..98728846f582 --- /dev/null +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Captcha/reCAPTCHA/Mailhide.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA/Mailhide/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA/Mailhide +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha +@dirrm %%SITE_PERL%%/Captcha/reCAPTCHA +@dirrmtry %%SITE_PERL%%/Captcha |