[27450] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 4 00:18:51 PDT 2007


Revision: 27450
          http://trac.macosforge.org/projects/macports/changeset/27450
Author:   stechert at macports.org
Date:     2007-08-04 00:18:50 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
adding python 2.5 version of the recaptcha client

Added Paths:
-----------
    trunk/dports/python/py25-recaptcha/
    trunk/dports/python/py25-recaptcha/Portfile

Added: trunk/dports/python/py25-recaptcha/Portfile
===================================================================
--- trunk/dports/python/py25-recaptcha/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-recaptcha/Portfile	2007-08-04 07:18:50 UTC (rev 27450)
@@ -0,0 +1,25 @@
+# $Id: Portfile 24708 2007-04-30 22:11:20Z jann at macports.org $
+
+PortSystem		1.0
+PortGroup		python25 1.0
+
+name			py25-recaptcha
+version			1.0.1
+maintainers		stechert at macports.org
+description		Python recaptcha client
+long_description	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 http://recaptcha.net/api/getkey. For Mailhide, you'll \
+			need a key from http://mailhide.recaptcha.net/apikey
+categories-append	graphics
+platforms		darwin freebsd
+homepage		http://recaptcha.net/
+master_sites		http://pypi.python.org/packages/source/r/recaptcha-client/
+distname		recaptcha-client-${version}
+checksums		md5 6a479f2142efc25954a6f37012b4c2dd \
+			sha1 901a9de924f5685b8229bf1022788d17c04125a6 \
+			rmd160 73f9b10e3cbb66e7c612b1a2b3266da813e70a0c
+
+depends_lib-append	port:py25-crypto

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070804/8aaf4088/attachment.html


More information about the macports-changes mailing list