2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-04-26 10:39:20 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Update 1.08 to 1.10
-------------------
1.10 2014.08.22
Fix test that used to use CGI.pm
1.09 2014.08.21
Eliminate the need for CGI.pm in the test RT #98222
Some POD updates.
Eliminate memory leak RT #93412 thanks to Chris Jack.
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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-12-12 01:54:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.08
Upstream changes:
1.08 2013.12.11
Eliminate pipe from CGI test script t/09
Filehandle => FileHandle typo fixed #91312
1.07 2013.12.10
New maintainer SZABGAB
Tried to reconstruct entries in the CHANGES file
Some more test case
Code clean-up (remove indirect calls)
Remove Build.PL
use warnings;
Officially require perl 5.006.
Move example file to the eg/ directory
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-12 14:37:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.06, set LICENSE.
Updated version number
Updated Howto
Fixed Makefile and MANIFEST for Build.PL
Added Build.PL
Save locale in Page-image (rt.perl.org bug #57340)
Made this test windows-compatible (rt.perl.org bug #55505)
Add prerequisite for perl 5.005 (rt bug #55198)
Fix typo
File permissions changed
Fixed POD (rt bug #55184)
Test-script cleanup, proper use of ok() with pdftotext
Run the cgi with the correct perl from $Config{perlpath}.
Fixed some typos in the POD
Fixed the usage of the test suite (skip was used wrongly).
Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
Even more POD additions
Changed version number to 1.05
Fixed minor Perl::Critic issues
Image scaling bug, patch by Simon Green <simon@simongreen.name>
I have noticed one bug with the software though. If you
are scaling an image, and are centering it, it calculates the the bottom
left based on the original image size, not the scaled size. Attached is a
patch (against 1.03) that fixes this.
more POD fixes and comments
PerlTidy, Fixed comments and POD
PerlTidy, Fixed comments and POD
Fixed formatting (perltidy) and updated POD documentation
git in eclipe is a mess
Added new test scripts
Added experimental 'text' function
Added Gary's annotation fonction and related stuff (string_underline).
Cleaned up test files, grouped by topic, uses Test::More
Cosmetic and toolchain mods.
As sent to Gary
Fixed debug() stuff
Removed history from comments
General cleanup
fixed corrupt xref
Improved debugging, Initial version of annotations
Set version to 'perl' for Fedora
Fix the MANIFEST file with all test updates
Fixed Changes.PL
Cleanup test files
Add 'real' test using 'pdftotext'
Add a cgi-script test/example
Changing version number
Some more test cleanup (eliminate warnings, remove test 7)
Fix and unify test samples (generate pdf name from script name).
Add new sample 'parabola.t', to show how to generate graphices.
Improve doc and error message for unsupported gif images.
Add new sample featuring font color and drawing/writing on images.
Improved git detection in Changes.PL by Philippe Audéoud
Hacked Changes.PL to skip out in a non-obstrusive way if git
is not found or the git environment is not right.
|