captcha ability for drupal
This commit is contained in:
parent
d157076000
commit
5356e1682b
8
www/drupal6/captcha/Makefile
Normal file
8
www/drupal6/captcha/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/28 08:44:36 espie Exp $
|
||||
|
||||
COMMENT = challenges and captcha
|
||||
|
||||
DISTNAME = captcha-6.x-2.0
|
||||
PKGNAME = drupal6-captcha-2.0
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/drupal6/captcha/distinfo
Normal file
5
www/drupal6/captcha/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (drupal6/captcha-6.x-2.0.tar.gz) = oQ6VJDaaB/cRldqE+AgWug==
|
||||
RMD160 (drupal6/captcha-6.x-2.0.tar.gz) = Zl7d4c1koCffwLZ7pSHrvQKL5Bg=
|
||||
SHA1 (drupal6/captcha-6.x-2.0.tar.gz) = +/RlmM6YKuFoPb185b+ZOrlF3v8=
|
||||
SHA256 (drupal6/captcha-6.x-2.0.tar.gz) = pNHIWY7hh34hFuto7owoi+MngNVqlekTBm7fqwWS4IA=
|
||||
SIZE (drupal6/captcha-6.x-2.0.tar.gz) = 152230
|
4
www/drupal6/captcha/pkg/DESCR
Normal file
4
www/drupal6/captcha/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This allows the additions of challenges to any form.
|
||||
Challenges can be simple math operations, or captcha.
|
||||
To avoid annoying users, this module can remember who it already
|
||||
presented with a captcha, and not do so again in the future.
|
46
www/drupal6/captcha/pkg/PLIST
Normal file
46
www/drupal6/captcha/pkg/PLIST
Normal file
@ -0,0 +1,46 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/28 08:44:36 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}captcha/
|
||||
${DRUPAL_MODS}captcha/LICENSE.txt
|
||||
${DRUPAL_MODS}captcha/README.txt
|
||||
${DRUPAL_MODS}captcha/captcha.admin.inc
|
||||
${DRUPAL_MODS}captcha/captcha.inc
|
||||
${DRUPAL_MODS}captcha/captcha.info
|
||||
${DRUPAL_MODS}captcha/captcha.install
|
||||
${DRUPAL_MODS}captcha/captcha.js
|
||||
${DRUPAL_MODS}captcha/captcha.module
|
||||
${DRUPAL_MODS}captcha/captcha.test
|
||||
${DRUPAL_MODS}captcha/captcha_api.txt
|
||||
${DRUPAL_MODS}captcha/image_captcha/
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/README.txt
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tesox/
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tesox/tesox.ttf
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tesox/tesox_readme.txt
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tuffy/
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tuffy/README.txt
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tuffy/Tuffy.ttf
|
||||
${DRUPAL_MODS}captcha/image_captcha/fonts/Tuffy/Tuffy_Bold.ttf
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.admin.inc
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.info
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.install
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.js
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.module
|
||||
${DRUPAL_MODS}captcha/image_captcha/image_captcha.user.inc
|
||||
${DRUPAL_MODS}captcha/tests/
|
||||
${DRUPAL_MODS}captcha/tests/captcha.admin.test
|
||||
${DRUPAL_MODS}captcha/translations/
|
||||
${DRUPAL_MODS}captcha/translations/captcha-module.pot
|
||||
${DRUPAL_MODS}captcha/translations/da.po
|
||||
${DRUPAL_MODS}captcha/translations/de.po
|
||||
${DRUPAL_MODS}captcha/translations/fi.po
|
||||
${DRUPAL_MODS}captcha/translations/he.po
|
||||
${DRUPAL_MODS}captcha/translations/hu.po
|
||||
${DRUPAL_MODS}captcha/translations/it.po
|
||||
${DRUPAL_MODS}captcha/translations/lt.po
|
||||
${DRUPAL_MODS}captcha/translations/nl.po
|
||||
${DRUPAL_MODS}captcha/translations/pl.po
|
||||
${DRUPAL_MODS}captcha/translations/sv.po
|
||||
${DRUPAL_MODS}captcha/translations/uk-ua.po
|
||||
${DRUPAL_MODS}captcha/translations/uk.po
|
Loading…
Reference in New Issue
Block a user