summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-18update to 6.1.8-8, fixes a security problem, seedrochner1-2/+1
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Enable pkgviews installation.minskim1-1/+3
2004-03-23Remove me as maintainer of this package. I did none of the last threetron1-2/+2
updates anyway.
2004-03-02Cleaned up along with the ImageMagick-5.5.7.17 releaseadam1-11/+11
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-09-18Add missing ../ in path to included file.wiz1-2/+2
2003-09-18Specify the category when including other files and when depending on otherjmmv1-2/+2
packages. From PR pkg/21864 by ccatrian at eml.cc.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-30Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9.tron1-2/+2
Changes since version 5.5.6: - File descriptor leak prevented temporary disk pixel cache from being removed under Windows. - Color profile patches provided by (dge at softec.st). - West/East geometry was computed with image width rather than height. - The MNG encoder failed to set the JNG bit in the simplicity profile. - The MNG encoder failed to write FRAM chunks when all images were JNG. - The JNG encoder wrote the wrong alpha_sample_depth for opaque images. - Fixed JPEG EXIF problem. - Added -thumbnail as an option to the utilities. - No TIFF preview was written on EPT write (patch provided by Lars Ruben Skyum). - NegateImage() now negates the K channel of a CMYK image (patch provided by Lars Ruben Skyum). - Parameter 'elevation' misspeclled for PerlMagick Shape() method. - A number of minor leak/unitialzed memory problems fixed. - Allocate free nodes from the heap in QuantizeImage(). - Magick-config --version returned gibberish. - Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard, pattern:bricks, etc. - We cannot reliably auto rotate PDF files so this feature was removed. - The conjure program did not correctly handle the gravity attribute. - The persistent cache reference count was not properly incremented. - Added $image->Describe() method to PerlMagick to interface to the DescribeImage() C API method. - Added support for the EXIF Tag Parsing Library. Currently we simply display the tags when calling DescribeImage(). In the near future there will be support for modifying or adding tags. - Added Bob Friesenhahn's updated Windows installation instructions. - Interfaced the drawing routines with the new MagickWand API. MagickWand will be the primary public C interface to ImageMagick in the near future. - magick/effect.c: RandomChannelThresholdImage was not handling PseudoColor, non-gray images correctly. - png.c would not compile with libpng versions older than libpng-0.95, due to bugs introduced in ImageMagick version 5.5.2. - Implemented -random-threshold and -ordered-dither options. - The locale messaging system now uses a hash for fast lookup. - Updated libtool to the new released version, 1.5. - Fixed bug with decoding grayscale PNG images and JNG alpha channel at Q:32. - Now recognize 32-bit hex color specifications, patches provided by Bob Friesenhahn. - Started API wrappers based on Bob Friesenhahn's method suggestions. - Text annotations that started with '\n' were not rendered correctly. - Removed artifacts from images rotated with a small number of degrees. - Minor bug fix in the ParseGeometry() method. - Modified the non-public inline AlphaComposite() to use a PixelPacket pointer; previously it returned a PixelPacket structure. - You can now specify an image geometry as an image file (e.g. -geometry image.jpg). - Use new temporary file manager for JNG components. - Added support for 12-bit TIFF images. - Added improved locale message subsystem (contributed by Kyle Shorter). - Removed a bias from SampleImage() and DrawAffineImage() (bug report by Glenn Randers-Pehrson). - PerlMagick now recognizes percent values for fuzz or opacity. - Not enough memory allocated for reading PCX (bug report by Trevor Willis). - There were artifacts when using the Bessel function for resizing (bug report by Bob Friesenhahn). - Added -resample to convert to change the resolution of an image. - Added a temporary file manager that prevents race conditions and removes any remaining files on exit. - Prepped ImageMagick to work with Visual C++ 7.0 under Windows. The Windows configure patches came from William Radcliffe. - The refresh of the display image window no longer lags when the magnify window overlay it. - Numerous code clean-up and minor speed ups based on problem areas identified in the Graphics-Magick ChangeLog.
2003-04-16Implement suggestion from last commit: Split out common part ofmjl1-28/+8
p5-PerlMagick and ImageMagick into Makefile.common.
2003-04-15Update ImageMagick and p5-PerlMagick to 5.5.6.mjl1-4/+12
Changes are lots of bug fixes and minor enhancements (several pages worth of it). XXX Those two should probably be using a Makefile.common instead XXX of just copying the appropriate bits.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-03Update to 5.5.3.2. Changes include lots of bugfixes and some enhancements,wiz1-5/+7
in particular JNG support.
2002-12-29Use "ImageMagick" buildlink2 glue code so that this package supports JPEG,tron1-4/+5
PNG and TIFF again. Fix supplied by Bernd Ernesti in private e-mail. Bump package revision after this change.
2002-12-18Insist on perl5.wiz1-1/+2
2002-11-13Depend on latest ImageMagick.wiz1-10/+3
Does not seem to really need bash to compile, so remove that clause. Bump PKGREVISION.
2002-11-13Update to 5.5.1-6. Changes:wiz1-5/+5
* Fixed Ping() memory leak in PerlMagick. * new PerlMagick virtual-pixel image attribute.
2002-09-26Use perl5/module.mk.seb1-10/+6
PERL5_CONFIGURE set to NO and perl5-configure target is run only at post-configure stage. Thanks Johnny!
2002-08-22Update "ImageMagick" and "p5-PerlMagick" packages to version 5.4.8.2.tron1-11/+18
Many bugs were fixed since the release of version 5.3.9 and lots of new features like 32-Bit QuantumDepth support added.
2002-07-07Add ${.CURDIR} to the start of DISTINFO_FILE, FILESDIR and PATCHDIR sosimonb1-4/+4
this actually works.
2002-07-02More pkglint friendly.wiz1-8/+6
2002-03-14Fix dependency on ImageMagick after update.wiz1-2/+4
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-11-26Remove unneeded commented lines.jlam1-5/+1
2001-11-26Make this build again after the Alistairs changes to remove some sub-makejlam1-5/+11
processes.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
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-09-17Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9.tron2-12/+4
A complete list of changes is not available unfortunately. Recent changes are: - Text drawing now handles UTF8-encoding. - Off-by-one GetImagePixels() fix in draw.c - PingImage() now reports attributes for all images an image sequence. - magick/image.h: Rename QuantumLeap define to QuantumDepth. QuantumDepth is set to the values 8 or 16, depend configuration option. - Updated PerlMagick signatures to signature algorithm. - ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit. - Changed image->blob from BlobInfo to BlobInfo- so the Image structure size is not dependent on the large-file defines. - Added -background to convert prog - DispatchImage() now properly handles grayscale images.
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-0/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-04Synchronize "p5-PerlMagick" package with "ImageMagick" package bytron1-11/+11
updating it to version 5.2.8.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-16/+9
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-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz1-2/+3
XXX: Is libtool really needed for Perl packages?
2000-08-14Upgrade to 5.2.2 to match the ImageMagick package.kim1-5/+6
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-02Fix typo.kim1-1/+1
2000-04-23The Perl module for ImageMagick.kim4-0/+56