File: control

package info (click to toggle)
libgd-securityimage-perl 1.75-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 380 kB
  • sloc: perl: 2,054; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: libgd-securityimage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libgd-perl,
                     libimage-magick-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgd-securityimage-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgd-securityimage-perl.git
Homepage: https://metacpan.org/release/GD-SecurityImage

Package: libgd-securityimage-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libgd-perl
Recommends: libimage-magick-perl
Description: security image (captcha) generator
 The (so called) "Security Images" are so popular. Most internet
 software use these in their registration screens to block robot programs
 (which may register tons of  fake member accounts). Security images are
 basicaly, graphical CAPTCHAs (Completely Automated Public
 Turing Test to Tell Computers and Humans Apart). This
 module gives you a basic interface to create such an image. The final
 output is the actual graphic data, the mime type of the graphic and the
 created random string. The module also has some "styles" that are
 used to create the background (or foreground) of the image.
 .
 If you are an Authen::Captcha user, see GD::SecurityImage::AC
 for migration from Authen::Captcha to GD::SecurityImage.
 .
 GD::SecurityImage is just an image generator. Not a captcha handler.
 The validation of the generated graphic is left to your programming
 taste.