2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
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-22 01:05:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.232. Add missing REPLACE_PERL.
3.232 Monday May 28, 2012, 05:20:00 PM -0700
* lib/Image/Size.pm
Removed the "!" flag in pack template for EMF. It was not
needed and it broke on earlier Perls.
3.231 Wednesday May 23, 2012, 11:30:00 PM -0700
* lib/Image/Size.pm
Small change to swfmxsize for short-buffer issues.
* lib/Image/Size.pm
Multiple changes in this commit: Abandoned AutoLoader; moved
POD to the end of the file now that all the per-format
subroutines are part of the file-proper; fixed cases where lack
of ImageMagick would cause the error message to be overwritten.
* t/all.t
* t/kazeburo-bar.jpg (added)
New test (and image) for JPG tag-offset issue.
* lib/Image/Size.pm
Applied patch from github user kazeburo: bug fix for some jpeg
files
* imgsize
Fixed so that default output now catches errors. Previously,
you would get an "undefined" warning if there was an error in
parsing/sizing the input file.
* lib/Image/Size.pm
Turns out the 4 bounding-box ints for EMF are signed.
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
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 14:59:51 by OBATA Akio | Files touched by this commit (33) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-06 13:27:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.230/3.2.3.0:
3.230 Sunday August 29, 2010, 04:00:00 PM -0700
* imgsize
* lib/Image/Size.pm
perlcritic clean-ups from new rules.
* lib/Image/Size.pm
* t/Test_emf_small.emf (added)
* t/all.t
RT #59995: Added support for Windows Enhanced Metafile Format
(EMF).
* t/00_load.t (deleted)
* t/01_pod.t (deleted)
* t/02_pod_coverage.t (deleted)
* t/03_meta.t (deleted)
* t/04_minimumversion.t (deleted)
* t/05_critic.t (deleted)
* xt/00_load.t (added)
* xt/01_pod.t (added)
* xt/02_pod_coverage.t (added)
* xt/03_meta.t (added)
* xt/04_minimumversion.t (added)
* xt/05_critic.t (added)
Move the author/distro-sanity tests to an "xt" directory.
3.221 Sunday April 25, 2010, 02:10:00 PM -0700
* imgsize
* lib/Image/Size.pm
Large-scale code and documentation clean-up based on perlcritic
and visual review.
|
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-02-25 18:29:41 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating graphics/p5-Image-Size from 3.2.1 to 3.2.2
pkgsrc changes:
- Mark Test::Simple to be used from perl core, when possible
Upstream changes:
3.220 Sunday November 8, 2009, 05:45:00 PM -0800
* lib/Image/Size.pm
Small fix to the regex for detecting GIFs, per Slaven Rezic.
|
2009-10-25 14:11:17 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating graphics/p5-Image-Size from 3.2 to 3.2.1
pkgsrc changes:
- Correcting license definition
- Adjusting dependencies
Upstream changes:
3.210 Wednesday October 21, 2009, 06:50:00 PM -0700
* t/magick.t
Removed a stray colon causing errors with some Perl versions.
* t/00_load.t (added)
* t/00_signature.t (deleted)
* t/01_pod.t (added)
* t/02_pod_coverage.t (added)
* t/03_meta.t (added)
* t/04_minimumversion.t (added)
* t/05_critic.t (added)
* t/magick.t
* t/pod.t (deleted)
* t/pod_coverage.t (deleted)
Removed useless signature test, added QA tests, removed a
duplicate test.
* lib/Image/Size.pm
Moved around some conditionally-needed libs to delay loading
until/unless needed. Also made a small fix per Perl::Critic.
|