Commit graph

37 commits

Author SHA1 Message Date
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
wiz
05b51678fc Update to 1.32:
SVG files without XML preamble are now also recognized.
    Bundled Module::Install 1.04.
2012-04-22 10:56:30 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
wiz
493cebbe07 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-12-02 12:18:12 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
wiz
36dc9c8156 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)
2010-01-20 14:42:51 +00:00
sno
fc5ff785bf 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)
2009-08-08 13:33:12 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
5532a0c73a Update to 1.28:
2008-03-30 v1.28 Tels 128 tests
  * raise minimum required Perl version to v5.6.2
    (it doesn't work on 5.005 anyway, open() with three arguments
     is not supported there and I don't have time to rewrite the code
     for outdated Perl versions. If you need it to run on 5.005, write
     a patch and file a bug report please.)
  * fix bug #15167: Incorrect width and height for JPG files
    (the fix now keeps the highest value for width/height, instead of
     creating an array ref with all the values)
  * remove Build.PL (bundle Module::Install 0.71)

2007-12-15 v1.27 Tels 128 tests
  * add both main authors to META.yml (does not work yet due to bug
    in Module::Install)
  * fix bug #30890: [PATCH] Transposed lines in documentation
  * fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!)

2007-09-09 v1.26 Tels 128 tests
  * clarify the license by adding "v5.8.8" (otherwise it is quite unclear
    which Perl version, release or product the license text refers to)
  * fix bug #29088 - Another hanging image
  * fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
2008-04-23 21:12:57 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
95fddbd26c Update to 1.25:
2007-05-25 v1.25 Tels 127 tests
  * fix bug #26130 - hang in parsing JPG/TIFF images with repeating
    block numbers
2007-06-08 11:37:37 +00:00
wiz
13ac678ef0 Update to 1.24:
2007-02-24 v1.24 Tels 122 tests
  * fix bug #22507: add missing compression modes for TIFF
  * fix bug #25032: fix TIFF ASCII text field handling (Thanx BJWHEELER!)
    (This enables, among other things the ImageDescription tag for TIFF
     files)
2007-02-25 23:51:14 +00:00
wiz
5b3fc48d7d Update to 1.23:
2006-09-30 v1.23 Tels 122 tests
  * regenerate the stale META.yml file
  * fix svg.t failing if no XML::Simple was installed (bug #21166)
  * fix _process_ifds call (missing underscore) (Thanx to Dermot Paikkos!)
2007-02-18 03:23:48 +00:00
wiz
b9258f7597 Update to 1.22:
2006-07-16 v1.22 Tels 123 tests
  * fix bug #19071: byteorder for TIFF on 64-bit systems broken
  * better error message in case SOI is missing in a JPEG
    (still no fix for #20183)
  * SVG:
    + use the correct MIME type "image/svg+xml"
    + version extraction was broken
    + comments had too much whitespace at front/end (these should be
      ignored and not extracted anyway)
  * add svg.t
  * resize test.jpg and test.png to make dist smaller
  * add interlace.png and beef up t/png.t
2006-08-06 18:12:52 +00:00
wiz
f0d109bce0 Update to 1.21:
2006-05-01 v1.21 Tels 96 tests
  * move the code to build Info.pm to dev/build.pl
  * include a pre-generated Info.pm into MANIFEST
    (fixes the indexing issue with CPAN)
  * dont use Symbol(), it is required before its usage anyway
  * allow exporting of determine_file_type and image_type
  * remove a needless diag message in string.t (Thanx jpo!)
  * add two test TIFFs (little/big endian) and a test file (Thanx jpo!)
  * create a new, much smaller test.rle file
  * more tests in t/bmp.t

2006-03-13 v1.20 Tels 74 tests
  * a few additions to Panasonic MakerNote in EXIF parsing
  * use Module::Install 0.60 to fix breakage from 0.58
  * fix bug #8193: Adds direct access to the determine_file_format logic
    With the following changes:
    + read only 11 bytes to determine file format (tiny.pgm is 11 bytes long)
    + fix provided patch to really work
  * fix bug #18147:
    + new TIFF code failed if the system endianness didn't match the TIFF
       image endianness - thanx jpo!
  * replace the link to the TIFF spec with a public link - thanx jpo!

2006-03-05 v1.19 Tels 74 tests
  * finally fix bug #6558: (Thanx jpo!)
    + fix typos: Image::X(B|P)M must be Image::X(p|b)m (Thanx jpo!)
    + fix missing semicolon in Image/Info/XPM.pm
    + Image::Info::XPM and Image::Info::XBM: add -width and -height to new()
  * add POD for process_file() into SVG, Xbm and Xpm
  * a few additions to Panasonic MakerNote in EXIF parsing
  * add doc about EXIF being wholly incomplete and using Image::ExifTool
  * apply patch, tests and add test.tif from Ben Wheeler, Thanx!:
    + fix bug #7442 Infinite loop of errors in Image::Info::TIFF
    + fix bug #3698 Broken BitsPerSample handling in TIFFs

2006-03-03 v1.18 Tels 61 tests
  * fix bug #6558: Image::Info 1.16 -> fails two tests (Thanx jpo!)
    + make string.t use strict, Test::More and simplify it
    + let string.t skip tests if Image::Xpm, Image::Xbm or XML::Simple
      are not installed (these would formerly silently fail)
    + Image::Info::XPM and Image::Info::XBM now handle in-memory files better
    + fix also pod_cov.t warnings (was "Image::Info.pm" vs "Image::Info")
  * reduce img/test.gif in size, it did eat up 1/3 of the entire dist size
  * reducing test.jpg with GIMP reveals a bug in EXIF parsing (not yet fixed)
  * MakerNote parsing:
    + add support for Panasonic cameras
    + for the following manufacturers we do not check the camera model, this
      gets all cameras, even yet unreleased ones to work:
      + Canon
      + Panasonic
      + Casio
      + Olympus
      + Fujifilm
    + UNDEFINED/ASCII strings from MakeNotes might have wrong length due to
      trailing \x00 chars, so we remove them and set the correct length
  * update one more URL for EXIF specs
  * imgdump uses Data::Dumper (not Data::Dump)
  * Install/build:
    + use Module::Install and bundle it, clean Makefile.PL up
    + add a compat Build.PL file
  * add a CREDITS file
  * PPM.pm: add VERSION, and POD
  * various POD fixes and additions
  * various small code cleanups
2006-07-19 22:40:27 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
eeeb4d37ce Update to 1.17:
2006-01-28 v1.17 Tels 48 tests
  * new maintainer: TELS
  * signed with my key
  * convert tests to Test::More
  * add pod.t and pod_cover.t
  * fix all POD errors
  * use strict in Makefile.PL and generate custom META.yml
  * don't include lib/Image/Info.pm - it is autogenerated anyway
  * html_dim() returns lowercase and properly quoted, for SVG/XHTML etc.,
    e.g. you get now 'width="900" height="800"'
  * fix bug #8136: update URL for EXIF standard
  * fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org)
  * fix also: EXIF says it is "JPEGInterchangeFormatLength", and not "...Lngth"
  * fix bug #5165: (duplicate of #8522)
  * fix bug #6018: FocalPlaneResolutionUnit decoded wrongly
  * fix bug #6083: add support for MakerNote for Nikon D70/D100
  * fix bug #16161: netpbm images may have more than 8bit/channel
2006-01-29 17:41:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
527f6f4f94 Bl3ify and enable pkgviews installation. 2004-04-25 04:41:23 +00:00
snj
17c68fb722 Spelling fix. 2004-03-14 20:22:56 +00:00
kim
8ff5226d2f Upgrade to 1.16:
- Support for Canon 300D/Digital Rebel.
- Avoid IO::String dependency for perl-5.8.
- Support TIFF/Exif GPS tags.
- Support for Olympus C-700UZ and fix for the Olympus-JpegQual attribute.
- Support for Canon makernote.
- IO::String v1.02 core dumps fixed by depending on v1.03.
2004-02-08 21:21:10 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
shell
2e436fb206 Updated to p5-Image-Info-1.12
Changes:
- Don't require IO::String for perl-5.8 as
  it has that feature built in.  Based on patch
  by Slaven Rezic <slaven.rezic@berlin.de>.
- Support for Exif 2.2 tags contributed by
  Stephane Bailliez <sbailliez@apache.org>.
- Support Olympus C4000Z MakerNote also from
  Stephane Bailliez.
- More robust TIFF parser that keeps on going if some of the
  fields appears to be garbage.
- Workaround for "Samsung Digimax 200"'s brain-dead resolution
  values.

Happy new year ..
2002-12-31 14:02:42 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
wiz
82e603bb86 Add DEPENDS on p5-IO-String so that 'make test' succeeds. Closes pkg/17800
by Eric Jacoboni.
2002-08-05 14:28:43 +00:00
wiz
d58e468c48 Initial import of p5-Image-Info:
This Perl extention allows you to extract meta information from
various types of image files.  In this release the following file
formats are supported:

   JPEG (plain JFIF and Exif)
   PNG
   GIF
   PBM/PGM/PPM
   SVG
   XBM/XPM
   BMP/DIB/RLE
2002-07-01 15:49:02 +00:00