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.
|
2012-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67) |
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
|
2012-04-22 12:56:30 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.32:
SVG files without XML preamble are now also recognized.
Bundled Module::Install 1.04.
|
2011-08-14 14:59:51 by OBATA Akio | Files touched by this commit (33) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-12-02 13:18:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.31:
2010-09-25 Slaven Rezic <slaven@rezic.de>
Release 1.31
Stable release with all changes in 1.30_50..1.30_53
Patch by Tony Hook to fix handling of PPM files with 2
bytes/sample.
2010-02-09 Slaven Rezic <slaven@rezic.de>
Release 1.30_53
Repacked because Module::Install 0.93 does not ignore xt tests.
See https://rt.cpan.org/Ticket/Display.html?id=54450
2010-02-09 Slaven Rezic <slaven@rezic.de>
Release 1.30_52
Force using libxml's SAX parser.
Fixed some PPM issues (e.g. incomplete header, numify
width/height...)
2009-11-22 Slaven Rezic <slaven@rezic.de>
Release 1.30_51
Fixes in GIF reader (unknown intro codes are now only warnings,
application chunks are forced into the first image data)
Added some test images for previous fixes.
2009-11-14 Slaven Rezic <slaven@rezic.de>
Release 1.30_50
Support for Microsoft .ico files (Image::Info::ICO).
Fixes in JPEG parsing (skip pad 0xFF in markers).
Fixes in GIF reader ("trailer" seems to be optional).
Somewhat better recognition of XBM files.
XPM handling: Corrected color parsing. Try harder to find X11's
rgb.txt. Ignore comments in rgb.txt.
Reordered magic checks to have more common image formats first.
Introduced Bundles.
Some Pod cleanups.
Additional author tests in xt.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-01-20 15:42:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.30:
2009-10-31 Slaven Rezic <srezic@cpan.org>
Release 1.30
No changes since 1.29_53, just increased VERSION.
2009-09-23 Slaven Rezic <srezic@cpan.org>
Release 1.29_53
SVG parsing: load_ext_dtd is now set to false, to avoid unnecessary
possible network connections; this is also ceasing errors with
libxml 2.7.x.
2009-09-16 Slaven Rezic <srezic@cpan.org>
Release 1.29_52
More diagnostics in failing tests.
Added tests cases for RT #49546.
2009-09-14 Slaven Rezic <srezic@cpan.org>
Release 1.29_51
Fixed "substr outside of string" problem with Fujifilm FinePix S1000fd
images (RT #49546)
2009-08-14 Slaven Rezic <srezic@cpan.org>
Release 1.29_50
Marked Compress::Zlib as recommended module and skip a test if it is
not installed (RT #48415)
|
2009-08-08 15:33:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Image::Info from 1.28nb1 to 1.29
pkgsrc changes:
- Update dependencies:
* IO::String is not required anymore (it's in Perl CORE)
* XML::LibXML is preferred over XML::Simple
- Added license (perl5 license)
- Added Module::Install as module type to prevent bundled
Module::Install from automatic installing
Upstream changes:
2009-07-31 Slaven Rezic <srezic@cpan.org>
Release 1.29
SVG parsing is now done by XML::LibXML::Reader, if available,
otherwise the old XML::Simple-based code is used. Using the
new code is much more memory efficient and faster. The old
module can still be used by setting
@Image::Info::SVG::PREFER_MODULE
Removed deprecation notice.
Bundled Module::Install 0.91.
Ceased a warning in the JPEG parsing code with perl 5.6.x.
Lowered minimum required Perl version to 5.6.0 (There's no
evidence that it does not work with that Perl version).
Ceased warnings when reading PNG files with ztxt (compressed
comment) chunk (RT #28054)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|