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-Mailhide Initial import of Ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e86f32f7670
branches:  trunk
changeset: 538025:8e86f32f7670
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Jan 25 02:31:06 2008 +0000

description:
Initial import of Captcha-reCAPTCHA-Mailhide.

This is a Perl implementation of the reCAPTCHA Mailhide API. It can
generate URLs or even directly usable HTML code for using the reCAPTCHA
Mailhide web service, which provides a way of asking people to solve a
reCAPTCHA before they can view your email address.

diffstat:

 www/p5-Captcha-reCAPTCHA-Mailhide/DESCR    |   4 ++++
 www/p5-Captcha-reCAPTCHA-Mailhide/Makefile |  23 +++++++++++++++++++++++
 www/p5-Captcha-reCAPTCHA-Mailhide/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r af442d2d39d3 -r 8e86f32f7670 www/p5-Captcha-reCAPTCHA-Mailhide/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA-Mailhide/DESCR   Fri Jan 25 02:31:06 2008 +0000
@@ -0,0 +1,4 @@
+This is a Perl implementation of the reCAPTCHA Mailhide API. It can
+generate URLs or even directly usable HTML code for using the reCAPTCHA
+Mailhide web service, which provides a way of asking people to solve a
+reCAPTCHA before they can view your email address.
diff -r af442d2d39d3 -r 8e86f32f7670 www/p5-Captcha-reCAPTCHA-Mailhide/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile        Fri Jan 25 02:31:06 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/25 02:31:06 heinz Exp $
+#
+
+DISTNAME=      Captcha-reCAPTCHA-Mailhide-0.93
+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-Mailhide/
+COMMENT=       Perl implementation of the reCAPTCHA Mailhide API
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
+DEPENDS+=      p5-HTML-Tiny>=0.904:../../www/p5-HTML-Tiny
+DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+
+PERL5_PACKLIST=        auto/Captcha/reCAPTCHA/Mailhide/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r af442d2d39d3 -r 8e86f32f7670 www/p5-Captcha-reCAPTCHA-Mailhide/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Captcha-reCAPTCHA-Mailhide/distinfo        Fri Jan 25 02:31:06 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/01/25 02:31:06 heinz Exp $
+
+SHA1 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 530d8c19f5f4614d00692934dfb22266cec51ae5
+RMD160 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 28309242c9ff367399a616f4d526b463469e814c
+Size (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 7054 bytes



Home | Main Index | Thread Index | Old Index