summaryrefslogtreecommitdiff
path: root/graphics/p5-GD-SecurityImage
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-09-05Update to 1.72:wiz2-9/+7
1.72 Sun Jul 8 01:50:04 2012 => Bump version.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-22Update p5-GD-SecurityImage to 1.71.hiramatsu2-7/+6
Changes from previous: 1.71 Sun Sep 4 00:58:52 2011 => Major Perl::Critic refactoring. => Pod fix by Gregor Herrmann.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-21pkgsrc changes:sno2-6/+8
- Updating package for p5 module GD::SecurityImage from 1.66 to 1.70 - Adding HOMEPAGE/LICENSE Upstream changes: 1.70 Thu Apr 30 16:56:32 2009 => Made a mistake. version checking test is really gone now. 1.69 Thu Apr 30 15:13:19 2009 => Re-release without the version check test. 1.68 Wed Apr 22 19:49:46 2009 => Update builder. 1.67 Sat Apr 18 05:45:48 2009 => Update distro files.
2008-11-17Import p5-GD-SecurityImage version 1.66.he3-0/+45
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. This module is just an image generator. Not a captcha handler. The validation of the generated graphic is left to your programming taste. But there are some captcha handlers for several Perl FrameWorks. If you are an user of one of these frameworks, see "GD::SecurityImage Implementations" in "SEE ALSO" section for information.