Import py-recaptcha-client 1.0.6.
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This library requires two types of API keys. If you'd like to use the CAPTCHA, you'll need a key from https://www.google.com/recaptcha/admin/create. For Mailhide, you'll need a key from http://www.google.com/recaptcha/mailhide/apikey. Required by upcoming firefox sync server port. ok rpointel@
This commit is contained in:
parent
3cb98cea16
commit
938b5d16fa
24
www/py-recaptcha-client/Makefile
Normal file
24
www/py-recaptcha-client/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/17 19:29:13 landry Exp $
|
||||
|
||||
COMMENT = plugin for reCAPTCHA and reCAPTCHA Mailhide
|
||||
|
||||
MODPY_EGG_VERSION = 1.0.6
|
||||
DISTNAME = recaptcha-client-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = www devel
|
||||
HOMEPAGE = http://pypi.python.org/pypi/recaptcha-client
|
||||
|
||||
# MIT-X11
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=r/recaptcha-client/}
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/py-recaptcha-client/distinfo
Normal file
5
www/py-recaptcha-client/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (recaptcha-client-1.0.6.tar.gz) = dCKBgPfh+3bE1wiRYLDZGQ==
|
||||
RMD160 (recaptcha-client-1.0.6.tar.gz) = ff/ma3/Tf1vip9eyvyTDl49GyOk=
|
||||
SHA1 (recaptcha-client-1.0.6.tar.gz) = ZhMXNVr3ophckBG276AmtxeOmRc=
|
||||
SHA256 (recaptcha-client-1.0.6.tar.gz) = KMaFPB0T02W33HGmsF5f+1ZHH3CoUN4xivUNPXwN6i8=
|
||||
SIZE (recaptcha-client-1.0.6.tar.gz) = 7389
|
7
www/py-recaptcha-client/pkg/DESCR
Normal file
7
www/py-recaptcha-client/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not
|
||||
require any imaging libraries because the CAPTCHA is served directly
|
||||
from reCAPTCHA. Also allows you to securely obfuscate emails with
|
||||
Mailhide. This functionality requires pycrypto. This library requires
|
||||
two types of API keys. If you'd like to use the CAPTCHA, you'll need a
|
||||
key from https://www.google.com/recaptcha/admin/create. For Mailhide,
|
||||
you'll need a key from http://www.google.com/recaptcha/mailhide/apikey.
|
17
www/py-recaptcha-client/pkg/PLIST
Normal file
17
www/py-recaptcha-client/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/17 19:29:13 landry Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/captcha.py
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/captcha.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/mailhide.py
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha/client/mailhide.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/namespace_packages.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/recaptcha_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
x
Reference in New Issue
Block a user