diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-26 23:55:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-26 23:55:52 +0000 |
commit | c37a1bf9b61c806b98eb1146587ea26c1c808b44 (patch) | |
tree | d595a820842fa5c0c25c2c51c8a487bb3ca62be2 | |
parent | 2d5e52f24f0832d34820889f580c52f5bb6cdea5 (diff) | |
download | pkgsrc-c37a1bf9b61c806b98eb1146587ea26c1c808b44.tar.gz |
Import p5-Kwiki-Scode-0.02 as www/p5-Kwiki-Scode, a Kwiki Scode plugin
to protect against wiki spammers.
Scode (or Captcha) is a facility to prevent web spammers from posting
abusive content to your website. Anyone who wants to edit a wiki page
is now required to input a verification code from an image.
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | www/p5-Kwiki-Scode/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-Scode/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Kwiki-Scode/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Kwiki-Scode/distinfo | 4 |
5 files changed, 30 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4cf9fb29f9c..75f20dcf98f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8466 2004/12/26 23:42:10 jlam Exp $ +$NetBSD: CHANGES,v 1.8467 2004/12/26 23:57:31 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6579,4 +6579,5 @@ Changes to the packages collection and infrastructure in 2004: Updated gss to 0.0.15 [wiz 2004-12-26] Added p5-Kwiki-Icons-Gnome-0.14 [jlam 2004-12-26] Updated gsasl to 0.2.3 [wiz 2004-12-26] - Updated p5-GD to 2.19 [jlam 2004-12-26] + Updated p5-GD to 2.1 [jlam 2004-12-26] + Added p5-Kwiki-Scode-0.02 [jlam 2004-12-26] diff --git a/www/p5-Kwiki-Scode/DESCR b/www/p5-Kwiki-Scode/DESCR new file mode 100644 index 00000000000..128725fa37f --- /dev/null +++ b/www/p5-Kwiki-Scode/DESCR @@ -0,0 +1,3 @@ +Scode (or Captcha) is a facility to prevent web spammers from posting +abusive content to your website. Anyone who wants to edit a wiki page +is now required to input a verification code from an image. diff --git a/www/p5-Kwiki-Scode/Makefile b/www/p5-Kwiki-Scode/Makefile new file mode 100644 index 00000000000..f6c7e3c9461 --- /dev/null +++ b/www/p5-Kwiki-Scode/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 23:55:52 jlam Exp $ + +DISTNAME= Kwiki-Scode-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} + +MAINTAINER= jlam@NetBSD.org +HOMEPAGE= http://www.kwiki.org/ +COMMENT= Kwiki Scode plugin to protect against wiki spammers + +DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD +DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/Scode/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Kwiki-Scode/PLIST b/www/p5-Kwiki-Scode/PLIST new file mode 100644 index 00000000000..a03e69768ca --- /dev/null +++ b/www/p5-Kwiki-Scode/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/26 23:55:52 jlam Exp $ diff --git a/www/p5-Kwiki-Scode/distinfo b/www/p5-Kwiki-Scode/distinfo new file mode 100644 index 00000000000..9bc0a507be3 --- /dev/null +++ b/www/p5-Kwiki-Scode/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/26 23:55:52 jlam Exp $ + +SHA1 (Kwiki-Scode-0.02.tar.gz) = 4f5143a23f9f679337ee1a7ecb3ad6a5f75b9944 +Size (Kwiki-Scode-0.02.tar.gz) = 9725 bytes |