summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-01Update to 3.300:wiz2-8/+6
3.300 Saturday February 28, 2015, 08:44:22 AM -0800 * lib/Image/Size.pm * t/all.t * t/old-os2.bmp (added) Add support for old OS/2 version of BMP header (Geoff Richards). * lib/Image/Size.pm Typo fixes (David Steinbrunner). * lib/Image/Size.pm Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a warning for redundant arguments to s?printf(), so sprintf("%d", 1, 2) would warn. This commit silences that warning by passing sprintf the exact number of arguments that it expects (Brian Fraser). * lib/Image/Size.pm Added =encoding utf8 to pod - the accented character was causing a pod error (Neil Bowers). * lib/Image/Size.pm Added Z<> to the =item [012] to resolve pod warning. You can't have =item 0, so the way round this seems to be to add a Z<> (zero width space) before each digit (Neil Bowers). * lib/Image/Size.pm Added link to github repo to doc (Neil Bowers). * lib/Image/Size.pm RT #41238: Applied modified version of patch from user to fix a die problem with unpack on truncated files. * lib/Image/Size.pm * t/1.sm.webp (added) * t/all.t * t/move.cur (added) * t/tux.ico (added) Add support for WEBP, ICO and CUR file types (Baldur Kristinsson). * lib/Image/Size.pm Fix some perlcritic issues.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+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-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-4/+4
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+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-21Update to 3.232. Add missing REPLACE_PERL.wiz2-8/+9
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-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-06Update to 3.230/3.2.3.0:wiz2-7/+6
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-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!
2010-02-25Updating graphics/p5-Image-Size from 3.2.1 to 3.2.2sno2-8/+8
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-25Updating graphics/p5-Image-Size from 3.2 to 3.2.1sno2-8/+10
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.
2009-04-12PkgSrc changes:sno2-7/+7
- Updating package for p5 module Image::Size to 3.2 - Add license artistic 2.0 Upstream changes: 3.2 Monday February 23, 2009, 05:00:00 AM -0800 * lib/Image/Size.pm * t/all.t Make the package buildable in a pure-Perl software stack. Per RT ticket #42930, make Compress::Zlib optional, so that those who do not need it are not required to install it. Updated the test around the compressed-SWF file to skip if Compress::Zlib is absent. * Build.PL (restored) * ChangeLog (deleted) * ChangeLog.xml (added) * MANIFEST (deleted) * Makefile.PL (deleted) * README.Win32 (deleted) * etc/ChangeLogML.xsd (added) Making large-scale house-keeping changes to the build/dist process. Replace ChangeLog (plain-text) with a ChangeLogML file created from the CVS/SVN history and hand-adjusted; add the XSD for ChangeLogML; restore Build.PL and heavily enhance; and remove README.Win32, Makefile.PL and MANIFEST. * lib/Image/Size.pm Per RT ticket #43452, make the cache visible outside the lexical scope of the module This allows the hash to be used with packages like IPC::Shareable or IPC::MM to enable sharing the cache between processes. Added extra documentation of this, and a new section describing approaches to cache-sharing. Transaction revision: 136 * imgsize * lib/Image/Size.pm Fix URL/specification of the license info for LGPL.
2009-04-11PkgSrc changes:sno1-2/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-07-25Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for ↵rhaen1-13/+0
Thu Jul 24 02:20:00 2008
2008-07-18- updated to 3.1.1rhaen2-8/+7
- added dependency to devel/p5-Compress-Zlib ChangeLog: * Updated the license information to make sure all references are to both the Artistic 2.0 and the LGPL. * Changed "use 5.6.0" lines to no longer use v-strings, for forward compatibility with Perl 5.10.0. * Added "recommends" specification to Build.PL to refer to modules used in the testing phase (there is no "build_recommends" setting). * Added Compress::Zlib to the list of required modules in Makefile.PL and Build.PL. * Added "use warnings" to Size.pm to make sure it stays warnings-clean. Changes in 3.1: * Small change from n@shaplov.ru for a bug in CWS handling that only surfaced when two CWS files were sized consecutively. * Updated the date on the copyright notice and added a "COPYRIGHT" section to the documentation. * Changed the licensing terms. This is now dual-licensed under Artistic 2.0 and LGPL 2.1. * Restored the old Makefile.PL for users who don't have Module::Build. Changes in 3.01: * Added ex/ directory with a few samples. * Dropped ExtUtils::MakeMaker and switched to Module::Build. Makefile.PL is now a wrapper of sorts around Build.PL. This allows adding licensing information to META.yml for CPAN indexing. Changes in 3.0: * Added test suites for POD correctness and POD coverage. * Implemented and documented a flag called $Image::Size::GIF_BEHAVIOR that controls whether the GIF code returns the screensize, the first sub-image or the largest of the sub-images. * Applied a patch from mrj@mrj.spb.ru to fix usage of the Compress::Zlib module in the handling of compressed flash files. Added a new SWF file to test this, and added reference to the file in MANIFEST and t/all.t. * Delay Image::Magick loading until it is needed. (Mark Stosberg). Add support for Graphics::Magick as an alternative to Image::Magick. If either Graphics::Magick or Image::Magick is loaded into memory that module will be used. Otherwise, they are both tried to be loaded, with Graphics::Magick being tried first. (Mark Stosberg). This patch also adds a new test suite, t/magick.t, to the distribution and modifies both MANIFEST and Makefile.PL (to add a build-dependancy on Test::More). * With Test::More now required for building, converted t/all.t to use it.
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-11-26Update p5-Image-Size to 2.992 (also fix '@echo not found' build issueabs3-5/+19
with perl58) Changes since 2.991: * Added support for FlashMX (Shockwave Flash ver. 6), as contributed by Victor L Kuriashkin <victor@yasp.com>.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-31Updated to p5-Image-Size-2.991shell2-6/+6
Changes : * Small fix to setup of scalar refs in Size.pm, in case the ref points to an undef value. * Code clean-up on the imgsize script. * Applied two patches from Ville Skyttä <ville.skytta@iki.fi> : - providing support for MNG - supporting anything Image::Magick does.
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-15Updated p5-Image-Size to 2.980 (provided by Shell Hung in pkg/15873)martti2-5/+5
* From tips provided by Philip Newton after a close reading of the manual page and other docs, several typos and errors were cleared out, and a small buglet in the error message within bmpsize() was corrected. * Moved the code that changes a relative filename to an absolute one. This was being called in all cases, now it is *not* called if cacheing is disabled (via $NO_CACHE). This is for the sake of applications running in environments where they may have trouble with full paths (due to "lockbox" configurations). * Made a few adjustments to the docs per suggestion, to clarify some of the usage cases.
2001-11-27Update to 2.96, now with PCD (Kodak PhotoCD) support.wiz3-6/+6
Provided by Shell Hung in pkg/14708.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-29Update to 2.94.wiz2-5/+5
Changes since 2.91: * Fixed a small bug in the PSD code, and added a test to the suite using an image supplied by Alex Weslowski <aweslowski@rpinteractive.com>. * Added a routine to provide Flash support, provided by Dmitry Dorofeev <dima@yasp.com>. * Added a patch from Dan Klein to make certain that imgsize() closes any file descriptors it opens.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update the package to 2.91 (PKGNAME 2.910 because previous was 2.901),wiz2-5/+5
per pkg/11605 by Damon Brodie (but with a newer version of the package). Changes: cache improvements, portability fixes, and some bugfixes.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-19/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-03Initial import of p5-Image-Size-2.901kim5-0/+44
Image::Size returns a raw (X, Y) pair of the height and width of an image, and includes wrappers to pre-format that output into either HTML or a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein. Currently Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, TIFF and the PPM family of formats (PPM/PGM/PBM).