diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-26 18:40:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-26 18:40:18 +0000 |
commit | 83cae1f456ecbb3499781675e61221fefee09e94 (patch) | |
tree | 8dd33c1c38b18fa2b931e70f2133ee4be8bee167 | |
parent | 5696c26302a3cca4c681136ab882ea26b889112a (diff) |
Notes
-rw-r--r-- | graphics/Captcha-reCAPTCHA-Mailhide/Makefile | 27 | ||||
-rw-r--r-- | graphics/Captcha-reCAPTCHA-Mailhide/distinfo | 3 | ||||
-rw-r--r-- | graphics/Captcha-reCAPTCHA-Mailhide/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/Captcha-reCAPTCHA-Mailhide/pkg-plist | 7 | ||||
-rw-r--r-- | graphics/Makefile | 1 |
5 files changed, 54 insertions, 0 deletions
diff --git a/graphics/Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/Captcha-reCAPTCHA-Mailhide/Makefile new file mode 100644 index 000000000000..799f187f4bfe --- /dev/null +++ b/graphics/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/Captcha-reCAPTCHA-Mailhide/distinfo b/graphics/Captcha-reCAPTCHA-Mailhide/distinfo new file mode 100644 index 000000000000..70fcd33a4e32 --- /dev/null +++ b/graphics/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/Captcha-reCAPTCHA-Mailhide/pkg-descr b/graphics/Captcha-reCAPTCHA-Mailhide/pkg-descr new file mode 100644 index 000000000000..71fb5d121f97 --- /dev/null +++ b/graphics/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/Captcha-reCAPTCHA-Mailhide/pkg-plist b/graphics/Captcha-reCAPTCHA-Mailhide/pkg-plist new file mode 100644 index 000000000000..98728846f582 --- /dev/null +++ b/graphics/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 diff --git a/graphics/Makefile b/graphics/Makefile index 4a490db28cfc..63263257a1f1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -4,6 +4,7 @@ COMMENT = Graphics tools and libraries SUBDIR += 4va + SUBDIR += Captcha-reCAPTCHA-Mailhide SUBDIR += Cgraph SUBDIR += Coin SUBDIR += EZWGL |