fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
496 B
Text
11 lines
496 B
Text
Authen::Captcha provides an object oriented interface to captcha file
|
|
creations. Captcha stands for Compl etely Automated Public Turning test
|
|
to tell Computers and Humans Apart. A Captcha is a program that can
|
|
generate and grade tests that:
|
|
|
|
- most humans can pass
|
|
- current computer programs can't pass
|
|
|
|
The most common form is an image file containing distorted text, which
|
|
humans are adept at reading, and co mputers (generally) do a poor job.
|
|
This module currently implements that method.
|