summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size
AgeCommit message (Collapse)AuthorFilesLines
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).