Up to [cvs.netbsd.org] / pkgsrc / graphics / ImageMagick
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.181 / (download) - annotate - [select for diffs], Wed May 23 21:03:08 2012 UTC (36 hours, 3 minutes ago) by markd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.180: +3 -1
lines
Diff to previous 1.180 (colored)
Pass sysconfdir to configure so that its set correctly if PKG_SYSCONFBASE has been changed from the default. Bump PKGREVISION
Revision 1.180 / (download) - annotate - [select for diffs], Fri Apr 20 15:22:37 2012 UTC (4 weeks, 6 days ago) by adam
Branch: MAIN
Changes since 1.179: +5 -2
lines
Diff to previous 1.179 (colored)
Changes 6.7.6.6: * Always unlock the semaphore before returning from the png codec, either by a "return" or png_error(); changed all Magick*Exception() calls after setjmp() to png_error() to ensure proper cleanup (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883). * Fixed log known alpha*kernel normalization bug in morphology convolve. * Pixel allocation for Pango is stride*rows not stride*columns. * Set the image resolution for Postscript files with an embedded Photoshop profile. More...
Revision 1.179 / (download) - annotate - [select for diffs], Mon Apr 9 15:56:21 2012 UTC (6 weeks, 3 days ago) by tez
Branch: MAIN
Changes since 1.178: +1 -1
lines
Diff to previous 1.178 (colored)
Add patch for CVE-2012-1610 from http://www.imagemagick.org/discourse-server/viewtopic.php?t=20629
Revision 1.178 / (download) - annotate - [select for diffs], Fri Mar 30 03:50:47 2012 UTC (8 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.177: +2 -1
lines
Diff to previous 1.177 (colored)
Add some security fix regarding to http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=20629. [CVE-2012-0259] JPEG EXIF tag crash. [CVE-2012-0260] Excessive memory use with JPEG restart markers. [CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD. Bump PKGREVISION.
Revision 1.177 / (download) - annotate - [select for diffs], Wed Mar 21 18:12:42 2012 UTC (2 months ago) by drochner
Branch: MAIN
Changes since 1.176: +1 -2
lines
Diff to previous 1.176 (colored)
update to 6.7.5-10 This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248 (CVE-2012-1185 / CVE-2012-1186)
Revision 1.176 / (download) - annotate - [select for diffs], Fri Mar 9 14:49:15 2012 UTC (2 months, 2 weeks ago) by fhajny
Branch: MAIN
Changes since 1.175: +3 -1
lines
Diff to previous 1.175 (colored)
Add --with-xml=yes since we're linking libxml2 anyway. Bump PKGREVISION.
Revision 1.175 / (download) - annotate - [select for diffs], Mon Feb 13 11:01:06 2012 UTC (3 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.174: +1 -2
lines
Diff to previous 1.174 (colored)
update to 3.7.5.5 This fixes two DOS problems due to insufficient imput validation (CVE-2012-0247, CVE-2012-02478).
Revision 1.174 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:16 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.173: +2 -2
lines
Diff to previous 1.173 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.173 / (download) - annotate - [select for diffs], Sat Jan 28 23:49:41 2012 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.172: +3 -2
lines
Diff to previous 1.172 (colored)
Enable webp. Bump PKGREVISION.
Revision 1.172 / (download) - annotate - [select for diffs], Sun Nov 20 22:09:37 2011 UTC (6 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.171: +3 -2
lines
Diff to previous 1.171 (colored)
Add missing archivers/xz buildlink. Bump PKGREVISION
Revision 1.171 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:25 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.170: +2 -1
lines
Diff to previous 1.170 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.170 / (download) - annotate - [select for diffs], Sat Oct 22 14:55:51 2011 UTC (7 months ago) by ryoon
Branch: MAIN
Changes since 1.169: +2 -2
lines
Diff to previous 1.169 (colored)
Update to 6.7.3.1
* shlib name has changed.
Changelog:
2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...>
* New version 6.7.3-1.
2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...>
* Read TIFF EXIF profile before reading the image data.
* Fix "test: no: unexpected operator" in the configure script (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615).
* Off by one error when writing the JPEG XMP profile (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616).
* Revert GetPathComponent() patch.
2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...>
* New version 6.7.3-0.
2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...>
* Generate output for caption:"[!]" (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589.
2011-10-05 6.7.3-0 Glenn Randers-Pehrson <glennrp@image...>
* Add "png:format" property with possible values png8, png24, and png32,
for use when prepending the format type to the filename is not convenient
or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.
2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-10.
2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...>
* Remove most of the LLVM compiler warnings.
* Fix bug in -evaluate-sequence multiply (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
* Upgrade to sRGB V4 ICC profile (reference
http://www.color.org/srgbprofiles.xalter).
* Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.
2011-09-30 6.7.2-10 Glenn Randers-Pehrson <glennrp@image...>
* Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead.
* Use crc32 instead of "sRGB" string to recognize certain sRGB profiles.
2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-9.
2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...>
* Fix race condition on image rotate @ 90 degrees.
2011-09-25 6.7.2-8 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-8.
2011-09-20 6.7.2-8 Cristy <quetzlzacatenango@image...>
* Prevent infinite loop when font is too large for specified width (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502).
* Fix LFS cross-compile detection (patch from Mike Frysinger).
* Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.
2011-09-15 6.7.2-7 Cristy <quetzlzacatenango@image...>
* Convert empty .htm / .html file no longer removes source file.
* -crop 11x2@ now returns 22 images as expected.
* Enable reading the EXIF profile in a TIFF image under Windows.
* Support drawing text with bitmap font.
2011-09-13 6.7.2-6 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-6.
2011-09-12 6.7.2-6 Cristy <quetzlzacatenango@image...>
* Expand pixel range for 12 bit DCM images stored in 16-bit words.
* Gray images not displayed properly when saved as MIFF with sRGB
colorspace.
* OpenCL's clCreateContextFromType() no longer returns a system default.
* Use -enable-zero-configuration for zero configuration ImageMagick
(previously -enable-embeddable).
2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-5.
2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...>
* SO bump.
2011-09-09 6.7.2-4 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-4.
2011-09-05 6.7.2-4 Cristy <quetzlzacatenango@image...>
* Fix cut-n-paste error when reading JPEG profiles.
2011-09-07 6.7.2-3 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-3.
2011-09-05 6.7.2-3 Cristy <quetzlzacatenango@image...>
* A small memory overwrite when reading TIFF with 1-bit alpha (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417).
* Remove a 2 byte memory leak when checking for environment variables.
2011-09-05 6.7.2-2 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-2.
2011-09-03 6.7.2-2 Glenn Randers-Pehrson <glennrp@image...>
* Recognize the sRGB ICC profile and write the PNG sRGB profile instead
of a full iCCP chunk.
2011-08-31 6.7.2-2 Cristy <quetzlzacatenango@image...>
* Write grayscale MIFF as a single gray pixel component, not RGB (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403).
* Bail gracefully for corrupt JPEG images.
* Bail gracefully for negative montage geometries (references
https://bugzilla.redhat.com/show_bug.cgi?id=735599).
* Account for DCm bits allocated 16 and significant bits 12 (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420).
* Fix bug when appending JPEG image profiles (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429).
2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...>
* New version 6.7.2-1.
2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...>
* The AllChannels defined changed to 0x7ffffff to avoid integer overflow.
2011-08-26 6.7.2-0 Cristy <quetzlzacatenango@image...>
* HDR format 32-bit_rle_xyze implies the XYZ colorspace.
2011-08-22 6.7.1-10 Cristy <quetzlzacatenango@image...>
* Revert FormatImageAttributeList(), FormatImagePropertyList() (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339).
2011-08-21 6.7.1-10 Glenn Randers-Pehrson <glennrp@image...>
* Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,
and -lpng in that order instead of just -lpng. This should help find
a consistent library and headers when users upgrade their libpng delegate
from one version to another, incompatible version.
2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-9.
2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...>
* Fix memory leak in text annotation (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331).
2011-08-18 6.7.1-9 Glenn Randers-Pehrson <glennrp@image...>
* The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);
revised the -strip option so it behaves as
if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.
* When writing a PNG8 and more than one transparent color is present,
merge them into the image->background_color (Reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329),
finishing the implementation started in version 6.6.8-7.
2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-8.
2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...>
* Caption now wraps properly for Chinese text (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249).
2011-08-18 6.7.1-8 Glenn Randers-Pehrson <glennrp@image...>
* The PNG encoder would sometimes fail to respect the -define PNG:color-type
option when the incoming image was PseudoClass (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262).
2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-7.
2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...>
* Properly handled continued JPEG embedded profiles.
2011-08-12 6.7.1-6 Cristy <quetzlzacatenango@image...>
* Yet another attempt to read Japanese filenames under Windows.
2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-5.
2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...>
* Revert -colorspace sRGB option patch (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256).
* Revert -type PaletteMatte option patch (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263
2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-4.
2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...>
* Revert MultiByteToWideChar() for Windows patch.
2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-3.
2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...>
* Use MultiByteToWideChar() for Windows filenames (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242).
2011-08-03 6.7.1-2 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-2.
2011-08-02 6.7.1-2 Cristy <quetzlzacatenango@image...>
* Windows does not support acosh(), asinh(), or atanh().
* Accept filenames with time stamps and a sub-image specification (e.g.
test-18:37.jpg[0]).
2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...>
* New version 6.7.1-1.
2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...>
* Support MSL 'set gravity' element.
* Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)).
* Support -fx acosh(), asinh(), and atanh().
2011-07-21 6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...>
* Removed a case that prevented rotations of rectangle kernels.
2011-07-01 6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
* Use zlib default compression strategy instead of Z_RLE and Z_FIXED
strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
respectively) that don't support them.
* Exit test loop sooner in coders/png.c when a non-gray pixel is found.
2011-06-30 6.7.0-10 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-10.
2011-06-30 6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
* Added "-define PNG:compression-level|strategy|filter=value" options to
the PNG encoder. If these options are used, they take precedence over
the -quality option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).
2011-06-29 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
* Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
filtering when writing a MNG file and no filtering when writing a PNG file.
* Added support for Z_RLE strategy in the png compressor, using
-quality 98 or 99.
2011-06-28 6.7.0-10 Cristy <quetzlzacatenango@image...>
* Properly allocate points when render text with large font size (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).
2011-06-25 6.7.0-9 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-9.
2011-06-18 6.7.0-9 Cristy <quetzlzacatenango@image...>
* Defend against corrupt PSD resource blocks.
2011-06-15 6.7.0-8 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-8.
2011-06-14 6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
* Added Initial implementation of Cylinder to/from Plane 3D Distorts
Includes derivative (scaled lookup), and anti-aliased horizon (validity)
Currently can NOT handle extractions from full 360 cylinder panoramas.
2011-06-13 6.7.0-7 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-7.
2011-06-09 6.7.0-7 Cristy <quetzlzacatenango@image...>
* Fixed "conversion from unsigned __int64 to double not implemented"
so IM can compile under VisualStudio 6.
2011-06-08 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
* The PNG encoder would sometimes make black pixels transparent when some
other gray level was supposed to be the transparent color (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
builds.
2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-6.
2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...>
* Fix transient error for composite 'Over' operator.
2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-5.
2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...>
* Fix one-off bug in option parser (reference
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
* Transient bug with composite 'Over' in magick/composite-private.h.
2011-06-06 6.7.0-4 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-4.
2011-06-03 6.7.0-4 Cristy <quetzlzacatenango@image...>
* Support -direction right-to-left for the label: and caption: coders.
* Blue / green reversed for JPEG-compressed TIFF images.
2011-06-03 6.7.0-3 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-3.
2011-06-02 6.7.0-2 Cristy <quetzlzacatenango@image...>
* Use memmove() instead of memcpy() in StripString().
2011-05-27 6.7.0-2 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-2.
2011-05-26 6.7.0-2 Cristy <quetzlzacatenango@image...>
* ImageMagick now compiles on Hurd (reference
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
* Use vfprintf rather than fprintf in FormatLocaleFileList().
2011-05-26 6.7.0-1 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-1.
2011-05-25 6.7.0-1 Cristy <quetzlzacatenango@image...>
* Not all Linux'es define locale_t (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).
2011-05-22 6.7.0-0 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-0.
2011-05-21 6.7.0-0 Cristy <quetzlzacatenango@image...>
* Avoid fault on corrupt JPEG images.
* Avoid fault on certain DJVU images (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
* Fix -fx to interpret scientific notation properly.
2011-05-20 6.6.9-10 Cristy <quetzlzacatenango@image...>
* New version 6.6.9-10.
2011-05-20 6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
* The PNG encoder now respects the -depth setting, including 1, 2, 4.
Previously settings other than 8 and 16 were ignored (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412).
2011-05-16 6.6.9-10 Cristy <quetzlzacatenango@image...>
* Don't use comma as a separator for stroked text (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
* Use C locale when generating or interpreting SVG.
* Fix "unterminated macro" for Q32 build of coders/png.c.
2011-05-15 6.6.9-9 Cristy <quetzlzacatenango@image...>
* New version 6.6.9-9.
2011-05-14 6.6.9-9 Cristy <quetzlzacatenango@image...>
* The -scale option now considers the alpha channel when scaling.
* Fix transient bug for HSL to RGB and back.
2011-05-12 6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
* Fixed PNG8 reduction to work with an image that reduces to 256 colors
plus transparency, by merging the two darkest red colors.
Revision 1.169 / (download) - annotate - [select for diffs], Wed May 11 11:38:48 2011 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.168: +25 -10
lines
Diff to previous 1.168 (colored)
Changes 6.6.9.8: * Fixed some cut-and-paste errors in new png.c code that caused PNG8 reductions to fail. Changes 6.6.9.8: * Add various Option Flags, and fix option skip counts for plus forms of simple operators where plus form is the same as minus form. For example the incorrect counts produces a weird error, and posible future segmentation fault in a command like convert rose: +border show: Changes 6.6.9.7: * Fix FX default for interpolation to Bilinear. * Fix pixel interpolation for -draw image over (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612). * Write the proper bKGD chunk value in grayscale PNG images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624). * Added Inverse method for Sparse Color Interpolation
Revision 1.168 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:08 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.167: +2 -1
lines
Diff to previous 1.167 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.167 / (download) - annotate - [select for diffs], Tue Dec 14 10:08:40 2010 UTC (17 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.166: +13 -3
lines
Diff to previous 1.166 (colored)
Changes 6.6.6.5: * Make the PNG encoder always rebuild the palette, to avoid losing transparency when it is out of sync with the pixel data. Eliminated CompressColormapTransFirst() since the palette is already compressed and sorted by opacty now when it's recreated. * Account for virtual canvas for the -flip / -flop options. * Also for -transpose and transverse options * Support -metric fuzz option. Changes 6.6.6.4: * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold function. Note function does not calculate 'distance' in total but short-circuits when threshold is reached for faster processing. * Ordered Dithered handling of Alpha channel was incorrect - fixing Bug was introduced v6.6.5-6 Changes 6.6.6.3: * Fixed two more cases where the PNG encoder lost transparency. Changes 6.6.6.2: * Affine multiplication reversed when translating. Changes 6.6.6.2: * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary to each other. Changes 6.6.6.1: * Add support for -evaluate-sequence median. Changes 6.6.6.0: * Fixed two more cases where the PNG encoder lost transparency. * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit 1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB). * Support NCC (normalized cross correlation) compare metric.
Revision 1.166 / (download) - annotate - [select for diffs], Thu Sep 16 21:03:48 2010 UTC (20 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.165: +1 -2
lines
Diff to previous 1.165 (colored)
update to 6.6.4.1 many improvements and fixes - see the changelog
Revision 1.165 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:26 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.164: +2 -1
lines
Diff to previous 1.164 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.164 / (download) - annotate - [select for diffs], Tue May 4 11:14:23 2010 UTC (2 years ago) by drochner
Branch: MAIN
Changes since 1.163: +1 -2
lines
Diff to previous 1.163 (colored)
update to 6.6.1.5 many new features and fixes - too much to list here
Revision 1.161.2.1 / (download) - annotate - [select for diffs], Wed Jan 27 17:40:41 2010 UTC (2 years, 3 months ago) by tron
Branch: pkgsrc-2009Q4
Changes since 1.161: +1 -2
lines
Diff to previous 1.161 (colored) next main 1.162 (colored)
Pullup ticket #2976 - requested by drochner ImageMagick: bug fix p5-PerlMagick: bug fix Revisions pulled up: - graphics/ImageMagick/Makefile 1.162 - graphics/ImageMagick/Makefile.common 1.85 - graphics/ImageMagick/distinfo 1.101 --- Module Name: pkgsrc Committed By: drochner Date: Fri Jan 15 19:28:41 UTC 2010 Modified Files: pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo Log Message: update to 6.5.7.9 This is the minimal update to fix the crashes described in PR pkg/42593. (pullup candidate for 2009Q4)
Revision 1.163 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:55 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.162: +2 -1
lines
Diff to previous 1.162 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.162 / (download) - annotate - [select for diffs], Fri Jan 15 19:28:41 2010 UTC (2 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.161: +1 -2
lines
Diff to previous 1.161 (colored)
update to 6.5.7.9 This is the minimal update to fix the crashes described in PR pkg/42593. (pullup candidate for 2009Q4)
Revision 1.161 / (download) - annotate - [select for diffs], Tue Dec 15 21:48:00 2009 UTC (2 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Changes since 1.160: +2 -1
lines
Diff to previous 1.160 (colored)
Recursive bump for libltdl
Revision 1.160 / (download) - annotate - [select for diffs], Wed Oct 28 11:07:59 2009 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.159: +1 -2
lines
Diff to previous 1.159 (colored)
Changes 6.5.7.2: * Bug fixes and improvements.
Revision 1.159 / (download) - annotate - [select for diffs], Mon Oct 26 09:47:41 2009 UTC (2 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.158: +2 -3
lines
Diff to previous 1.158 (colored)
The "ImageMagick" doesn't use "libexif". Remove the dependence and bump the package revision.
Revision 1.158 / (download) - annotate - [select for diffs], Thu Aug 27 17:52:55 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.157: +2 -1
lines
Diff to previous 1.157 (colored)
Updating package graphics/ImageMagick from 6.5.5.3 to 6.5.5.3nb1 because package file on server has changed without new release. No upstream notice about new package is provided.
Revision 1.157 / (download) - annotate - [select for diffs], Wed Aug 26 21:06:46 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.156: +1 -2
lines
Diff to previous 1.156 (colored)
Updating package graphics/ImageMagick from 6.5.3.2nb1 to 6.5.5.3
Upstream changes:
2009-08-26 6.5.5-3 Cristy <quetzlzacatenango@image...>
* Fix memory leak for threaded PerlMagick scripts.
2009-08-24 6.5.5-2 Cristy <quetzlzacatenango@image...>
* SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined.
2009-08-23 6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...>
* Bug Fix for transparency handling in Composite Variable Blur
* Addition of -auto-level and -auto-gamma image enhancements
(under trial not yet final)
* Addition of a special -channel flag 'sync' which means that the specified
channels are to be modified together by the same amount. The flag is
enabled by default. This replaces the current 'channels not modified'
type handling thought IM.
* Modified -channel parsing to continue looking for words, after handling
any shorthand channel options. For example: -channel RGB,sync
2009-08-10 6.5.5-0 Cristy <quetzlzacatenango@image...>
* identify -format %c logo.png returns the image comment as expected.
* Clone ImageInfo members scene and number_scenes (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437).
* Fix memory leak with the -remote option of the animate program (bug report
from Anthony).
* If a grayscale TIFF image has a colormap write it as a colormapped image.
* MVG partial opacity not set properly (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442).
* Black channel was not blurring properly (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473).
2009-08-06 6.5.4-10 Cristy <quetzlzacatenango@image...>
* The display program honors -loop.
* (ab) of Lab colorspace was not offset correctly.
* Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.
* SVG permits multiple arc paths with an omitted 'A' (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377).
* The 'skewY' MVG attribute produced incorrect angles (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144).
2009-08-02 6.5.4-9 Cristy <quetzlzacatenango@image...>
* Optimize GammaImage() method.
2009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...>
* OpenMP-enable GetSimilarityMetric().
2009-07-30 6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...>
* Structure trans_values was renamed to trans_color. in PNG version 1.4.
2009-07-28 6.5.4-7 Cristy <quetzlzacatenango@image...>
* The -thumbnail option no longer removes color profiles (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312).
* Do not scale real / imaginary FFT / IFT.
* Check for localtime() NULL return.
* import --help requires an X server (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323).
* Fails to load MS Windows icons with compressed PNG elements (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324).
2009-07-25 6.5.4-6 Cristy <quetzlzacatenango@image...>
* Support the new JPEG version 7 delegate library.
2009-07-24 6.5.4-6 Alexander E. Patrakov <patrakov@gmail...>
* Incorrect use of setjmp in coders/png.c.
2009-07-23 6.5.4-5 Cristy <quetzlzacatenango@image...>
* We broke -scene when we fixed the -dispose option. Try again.
2009-07-21 6.5.4-4 Cristy <quetzlzacatenango@image...>
* Update autoconf support files.
* More than one -dispose setting overwrote previous settings (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252).
* Don't use JPEG's color reduction algorithm for less than 8 colors.
2009-07-13 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
* Final testing and bug fixes for all mathematical compose methods
Including non-overlapping regions bugs found in in operators Divide,
ColorDodge, VividLight. And the handling of transparency to follow
standard 'Over' Blending in Divide. Only math methods not looked at are
the addition methods Plus, Add, Minus, and Subtract, which do not follow
normal 'Over' alpha blending behaviour, for the purposes of mask handling.
2009-07-12 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
* Addition of user diffinable 'Mathematics' compose method
-compose Mathematics -set option:compose:args A,B,C,D -composite
Will implement the formula f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D
this lets you implement most smooth polynomal compose methods.
(requested by Fred WienHaus)
2009-07-11 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
* Finished the recoding of Composite methods to allow easier debugging
and faster access.
* Added PegtopLight compose method as an alturnative simplier Softlight
alturnative. See notes and comparision to SoftLight in...
http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm
* From the notes on Photoshop blend modes at
http://www.simplefilter.de/en/basics/mixmods.html
Added extra composition modes:
VividLight, PinLight, LinearBurn, LinearDodge
NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.
2009-07-10 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
* Re-coding of Composte methods HardLight, SoftLight, Overlay, LinearLight,
ColorBurn, ColorDodge, Multiply, Screen to make it more readable, easier
to debug, and directly comparable to SVG specifications.
* Specifications changed for SoftLight, ColorBurn, ColorDodge
Though only SoftLight changed to significantly.
* However implementation errors were found for ColorBurn, LinearLight
2009-07-01 6.5.4-3 Cristy <quetzlzacatenango@image...>
* Add -blue-shift option.
* Add compression flag for each channel of a PSD layer.
* Implement experimental forward and inverse fourier transforms (contributed
by Sean Burke and Fred Weinhaus). The -fft / -ifft option is not ready for
prime time just yet.
* Support -cdl (color decision list) option.
* Support breaks in Chinese characters which traditionally do not include
spaces.
* Don't process directories as filenames when using wildcard paths
(i.e. logo[1]/png).
2009-07-01 6.5.4-2 Cristy <quetzlzacatenango@image...>
* Can't bit shift a float.
2009-06-25 6.5.4-1 Cristy <quetzlzacatenango@image...>
* Off by one error for multi-frame raw grayscale images.
* Can't stat() a Zip or Bzip opaque structure.
* DPX user bits are no longer truncated.
* Return image colorspace for -format [%colorspace] option.
* ThumbnailImage(): don't subsample if image is already thumbnail size.
2009-06-23 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
* Automatic determination of B from C and C from B for a 'Keys Filter'
when using the B,C Cubic Filter Expert options was broken.
See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037
2009-06-19 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
* Added -compose 'Blur', variable blur mapping to CompositeImages
Arguments X_scale x Y_scale + angle of the blurring ellipse.
* Added "-blur" special compose option to "composite"
* Cleanup of "composite" compose argument handling
2009-06-18 6.5.3-10 Cristy <quetzlzacatenango@image...>
* Clone pixel cache when cloning image to prevent RMagick semaphore lock.
* Set compare similarity image to NULL to prevent double free.
2009-06-16 6.5.3-8 Cristy <quetzlzacatenango@image...>
* Set camera formats to require a seekable stream.
* Do not let display program image window exceed the screen size.
2009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
* Cleanup of compose 'displace' of old useless code that is not used.
* Implement a compose 'distort' mapping method,
This is basically exactly like 'displace' but relative to a fixed point
which may be user supplied as +X+Y
* Default scaling to width/2 and height/2 of overlay (100% scale)
with a distortion 'center' to the middle of the overlay image
* If a '%' flag given scale displacement relative to image size
* If a '!' flag given make scale and center relative to 'background' image
instead of the overlay map.
* If no 'height' scale given, use the X scale.
2009-06-13 6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...>
* Fixed bug for compose methods, Hue, Saturate, Luminize
2009-06-11 6.5.3-6 Cristy <quetzlzacatenango@image...>
* Report the correct transparent pixel values in the display program
magnify windows.
* Do not advance when finalizing image settings in the mogrify program.
2009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
* Fixed "convert" to merge the third 'mask' image into the 'source' image
for correct handling of 2 dimensional -compose "displace".
* Fixed PerlMagick Composite() for the same thing.
* Modified compose "Displace" so displacement image's alpha channel can be
used to mask the transparency of the overlay area.
2009-06-07 6.5.3-4 Cristy <quetzlzacatenango@image...>
* Added the HALD image Color LUT, and a no-op HALD: image generator.
See Introduction at http://www.quelsolaar.com/technology/clut.html
2009-06-07 6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...>
* Changed CompositeImageChannel() so that extra compose arguments are
now passed in the ImageArtifact "compose:args". This can be assigned to
images using -set "option:compose:args" 'args' where args are defined
using 'geometry' style or 'comma separated numbers'.
* Declared the special flag needed for Composite Tiling as the ImageArtifact
"compose:outside-overlay".
* Documentation update for CompositeImageChannel() in Core Library to
reflect these changes.
* Documentation update for DistortImage() in Core Library with the extra
ImageArtifact controls it can use.
* Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c
2009-06-06 6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...>
* Documentation update for CompositeImageChannel() in Core Library.
This adds the information on how extra compose arguments needed for
specific compose methods are actually passed to the library function.
Compose methods such as Blend, Dissolve and Displace.
2009-06-01 6.5.3-3 Priya Hariharan <priya.hariharan@globa...>
* The target profile in ProfileImage() is no longer accessed after it is
freed.
Revision 1.156 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:44 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.155: +2 -1
lines
Diff to previous 1.155 (colored)
bump revision because of graphics/jpeg update
Revision 1.155 / (download) - annotate - [select for diffs], Thu Jan 8 14:29:18 2009 UTC (3 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.154: +2 -1
lines
Diff to previous 1.154 (colored)
Disable OpenMP support. It is randomly detected under Mac OS X Leopard with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
Revision 1.154 / (download) - annotate - [select for diffs], Wed Jan 7 08:58:07 2009 UTC (3 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.153: +4 -4
lines
Diff to previous 1.153 (colored)
Changes 6.4.8-3: * Reverse argument and option in Throw*InvalidArgumentException() macro for proper exception message. * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30). * Fix Y shear angle for -shear option. Changes 6.4.8-2: * Use GetImageArtifact() to retrieve -attentuate option value for +noise. * Support reading FITS test files. * Replace input.ttf with the public domain Tuffy.ttf font. * MagickNewImage() no longer faults when parameters are incorrect (reference * Allocate strings returned by XGetResourceInstance(). * The -append gravity is relative to the container. Changes 6.4.8-1: * Reference cache rather than acquiring when cloning an image. Changes 6.4.8-0: * Cross-compilation failure using MinGW on Linux for ImageMagick trunk * Add -interword-spacing option to convert. * Initialize the black channel when testing the CMY colorspace. * remove calls to exit() in MagickWand. * Validate -affine arguments. * Accept -attentuate as an option for convert. * Properly create RGBA image if colormapped image has transparency. * Support X11 geometry like this: +-4+-4; wierd but X11 supports it.
Revision 1.153 / (download) - annotate - [select for diffs], Tue Oct 28 10:42:02 2008 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.152: +4 -1
lines
Diff to previous 1.152 (colored)
Changes 6.4.5.0: * Bug fixes and improvements.
Revision 1.152 / (download) - annotate - [select for diffs], Wed Dec 26 19:00:02 2007 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.151: +2 -2
lines
Diff to previous 1.151 (colored)
Fix PNG support when building without x11 (PR#37594)
Revision 1.151 / (download) - annotate - [select for diffs], Sat Jun 16 21:58:08 2007 UTC (4 years, 11 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.150: +3 -2
lines
Diff to previous 1.150 (colored)
Updated to version 6.3.4.9 (approved by adam@).
Pkgsrc changes:
- http://www.imagemagick.org/ is the HOMEPAGE now.
- The package supports installation to DESTDIR.
- Removed patch-ab because it was unclear why we would not want to have
Magick++-config.1.
Changes since version 6.3.3.6:
==============================
2007-06-11 6.3.4-9 Cristy <quetzlzacatenango@image...>
* Converting a jpg to pdf is creating an empty pdf object (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
* Respect the '-set type:hinting off option' (bug report from Richard
Jones).
* WritePSDImage vulnerable to exploitable heap corruption (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
2007-06-09 6.3.4-8 Cristy <quetzlzacatenango@image...>
* SetMagickRegistry() post-increment the value 'id' (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
2007-06-02 6.3.4-6 Cristy <quetzlzacatenango@image...>
* Read/write 10 & 12-bit packed DPX images.
* Reduce stack requirements for messaging system.
* Small memory leak for raw profiles in the PNG coder.
2007-06-01 6.3.4-5 Glenn <glennrp@image...>
* Added GIF, JPEG, and PNG interlace types. For backward compatibility,
you can continue to use "-interlace Plane" to request these.
2007-04-30 6.3.4-0 Anthony <anthony@griffith...>
* Fixed minor bug in the 'curl' for Polaroid of very non-square images.
2007-06-01 6.3.4-5 Cristy <quetzlzacatenango@image...>
* Set min-is-white for Group4-compressed PDF.
* Add PaintFloodfillImage() method.
2007-05-30 6.3.4-4 Cristy <quetzlzacatenango@image...>
* Add MEPP metric to compare program. Returns the mean error per pixel
along with the normalize mean and maximum error.
* Attach an XMP profile to an image (e.g.
convert input.tif -profile xmp:metadata.xmp output.tif).
2007-05-22 6.3.4-3 Cristy <quetzlzacatenango@image...>
* Fixed mogrify conversions with -format and -path (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
2007-05-15 6.3.4-2 Cristy <quetzlzacatenango@image...>
* SVG style element was not always parsed properly.
* Do not dither when the number of unique colors is already less than the
maximum.
* Return normalized PAE metric (compare utility).
2007-05-03 6.3.4-1 Cristy <quetzlzacatenango@image...>
* Add support for PFM images.
* Check for corrupt EXIF image profiles.
* Writing JPEG YCbCr TIFF images no longer faults (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
2007-04-30 6.3.4-0 Anthony <anthony@griffith...>
* Fixed minor bug for crop missed images and 'background' GIF disposal.
2007-04-28 6.3.4-0 Glenn <glennrp@image...>
* Added profile support to the GIF decoder/encoder. They are stored
as GIF Application Extensions. Known extensions include existing ICCRGB1
(for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
profiles). Unknown extensions found in GIF files are read as gifappNNN.
2007-04-28 6.3.4-0 Anthony <anthony@griffith...>
* Invert Opacity change for user defined ordered dither threshold maps,
so that 'off' map is transparent, and 'on' is opaque.
2007-04-24 6.3.4-0 Anthony <anthony@griffith...>
* Added an initial Coalesce Images, and a final +map local colortable
optimization to the -layers Optimize method, for a simple to use
GIF optimization operation. (more work to come)
2007-04-22 6.3.4-0 Cristy <quetzlzacatenango@image...>
* Properly set the virtual canvas of a multi-frame GIF image sequence.
* Add AcquireOneVirtualPixel() method.
* Set Log colorspace properly when writing DPX images.
* Add -tile-offset option.
* Add support for the EXR image format.
* Improve support for DPX images.
* Add --enable-hdri option to the configure script.
* Add support for high dynamic-range images (HDRI).
2007-04-20 6.3.3-9 Peter Hull <peterhull90@gmail...>
* Improve support for writing multiple image icons.
2007-04-18 6.3.3-9 Anthony <anthony@griffith...>
* Separated -layers Optimize from -layers OptimizeFrame to allow
the former expansion into a general (multiple method) optimizer
of GIF animations
* merged -layers OptimizeTransparency into -layers Optimize method
2007-04-12 6.3.3-8 Chris Madison <madisonblu@hotma...>
* Fix fault whem comparing a colormapped image with a non-colormapped one.
* Fix race condition when spawning delegate programs.
* TIFF JPEG now respects the -quality comptression setting.
* The -fx option now properly groks the logical and operator.
* DPX tilestamp property should be timestamp.
2007-04-13 6.3.3-7 Anthony <anthony@griffith...>
* Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
according to given gravity and canvas area it applies to. This is for
code simplification thoughout MagickCore.
Revision 1.150 / (download) - annotate - [select for diffs], Tue Feb 6 14:52:46 2007 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.149: +1 -2
lines
Diff to previous 1.149 (colored)
Changes 6.3.2.3: * Added thumbnail format to write EXIF thumbnails. * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution). * Add interpolate and background options to PerlMagick's AffineTransform(). * Revert to Postscript rendering if Freetype delegate library is not available.
Revision 1.149 / (download) - annotate - [select for diffs], Wed Jan 17 23:47:19 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.148: +2 -1
lines
Diff to previous 1.148 (colored)
Very belatedly bump PKGREVISION for all jasper dependencies because of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
Revision 1.148 / (download) - annotate - [select for diffs], Sat Dec 9 10:57:49 2006 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.147: +1 -2
lines
Diff to previous 1.147 (colored)
Changes 6.3.1.0: * Bug fixes
Revision 1.147 / (download) - annotate - [select for diffs], Sat Dec 2 22:32:59 2006 UTC (5 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.146: +2 -8
lines
Diff to previous 1.146 (colored)
Instead of setting compiler flags in each package if it uses C99, allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
Revision 1.146 / (download) - annotate - [select for diffs], Thu Nov 30 22:55:31 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.145: +2 -1
lines
Diff to previous 1.145 (colored)
Remove comma at end of enum in magick/options.h, making it parseable by C++ compilers. Bump revision.
Revision 1.145 / (download) - annotate - [select for diffs], Tue Aug 15 12:20:12 2006 UTC (5 years, 9 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.144: +1 -2
lines
Diff to previous 1.144 (colored)
Update graphics/ImageMagick from 6.2.8.8 to 6.2.9.0 * Add -adaptive-resize option. * Permit x100 as a geometry in Magick++. * Respect width/height for image MVG element.
Revision 1.144 / (download) - annotate - [select for diffs], Mon Aug 7 14:54:53 2006 UTC (5 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.143: +2 -1
lines
Diff to previous 1.143 (colored)
#@$^@#$%&!#$%@#%&@#$%@#%&@$^%!#@$^@#$%^ CHECKSUM CHANGED AGAIN! Don't these people know what RESPONSIBLE software development is? Bump to nb1 just in case something changed, because I have no way to be sure.
Revision 1.143 / (download) - annotate - [select for diffs], Mon May 22 11:30:19 2006 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.142: +1 -2
lines
Diff to previous 1.142 (colored)
Changes 6.2.7.7:
* Don't fault when processing bad TIFF profiles (4 characters or less).
* Masks are now read properly for 16-bit DIB's.
* The pixel cache file descriptor limit code failed because the pixel cache
timestamp was not always being set properly.
* Fixed a small memory leak in IsGrayImage().
* Fixed Cineon writing bug for very long filenames in 6.2.7 (reference
http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590)
* Begin the long journey of enhancing the conjure utility to support
all options that are supported by the convert utility and PerlMagick
(e.g. border, guassian-blur, etc.).
Revision 1.142 / (download) - annotate - [select for diffs], Mon May 15 21:32:08 2006 UTC (6 years ago) by joerg
Branch: MAIN
Changes since 1.141: +5 -1
lines
Diff to previous 1.141 (colored)
Disable WMF build for now, since it creates unresolved symbols in libMagick, which in turn breaks many configure scripts and other attempts at linking it. Making libMagick depend on libWand is not a good idea either. Bump revision.
Revision 1.141 / (download) - annotate - [select for diffs], Fri Apr 14 18:14:34 2006 UTC (6 years, 1 month ago) by heinz
Branch: MAIN
Changes since 1.140: +3 -1
lines
Diff to previous 1.140 (colored)
Added appropriate TEST_TARGET.
Revision 1.140 / (download) - annotate - [select for diffs], Sun Mar 5 21:25:48 2006 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.139: +1 -2
lines
Diff to previous 1.139 (colored)
Changes 6.2.6.3:
* The command line utilities properly returns a non-zero status when an
exception is thrown.
Changes 6.2.6.2
* Fix a memory leak in each of CompositeImageCommand() and CompositeImage()
* Add new options -layers compare-any, -layers compare-clear,
-layers compare-overlay, and -layers optimize.
* Draw last dash in a dashed polyline.
* Add %D to -format to return the image disposal method.
* ncorrect handling of file:// URIs causes data loss (patch from Daniel
Kobras).
* Set default BMP resolution units to PixelsPerCentimeter (problem report
from digipete@shaw...).
Revision 1.139 / (download) - annotate - [select for diffs], Wed Feb 8 12:19:38 2006 UTC (6 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.138: +2 -2
lines
Diff to previous 1.138 (colored)
Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISION bump on mpeg2codec makes it incompatible. Bump PKGREVISION.
Revision 1.138 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:27 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.137: +2 -2
lines
Diff to previous 1.137 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.133.2.1 / (download) - annotate - [select for diffs], Sat Jan 28 23:39:04 2006 UTC (6 years, 3 months ago) by seb
Branch: pkgsrc-2005Q4
Changes since 1.133: +2 -1
lines
Diff to previous 1.133 (colored) next main 1.134 (colored)
Pullup ticket 1070 - requested by Lubomir Sedlacik
sync graphics/ImageMagick with HEAD including security fixes
Revisions pulled up:
- pkgsrc/graphics/ImageMagick/Makefile 1.137
- pkgsrc/graphics/ImageMagick/Makefile.common 1.46
- pkgsrc/graphics/ImageMagick/PLIST 1.44
- pkgsrc/graphics/ImageMagick/buildlink3.mk 1.11
- pkgsrc/graphics/ImageMagick/distinfo 1.57, 1.58
- pkgsrc/graphics/ImageMagick/options.mk 1.4
- pkgsrc/graphics/ImageMagick/patches/patch-aa 1.33
- pkgsrc/graphics/ImageMagick/patches/patch-ab 1.16
- pkgsrc/graphics/ImageMagick/patches/patch-ac 1.12
- pkgsrc/graphics/ImageMagick/patches/patch-ad 1.9
- pkgsrc/graphics/ImageMagick/patches/patch-ae 1.6
- pkgsrc/graphics/ImageMagick/patches/patch-af 1.6
- pkgsrc/graphics/ImageMagick/patches/patch-ag 1.4
- pkgsrc/graphics/ImageMagick/patches/patch-ah 1.3
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 26 20:38:19 UTC 2006
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST
buildlink3.mk distinfo options.mk
pkgsrc/graphics/ImageMagick/patches: patch-aa
Log Message:
Changes 6.2.6.0:
* Bug fixes
---
Module Name: pkgsrc
Committed By: salo
Date: Sat Jan 28 02:36:55 UTC 2006
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile distinfo
Added Files:
pkgsrc/graphics/ImageMagick/patches: patch-ab patch-ac patch-ad
patch-ae patch-af patch-ag patch-ah
Log Message:
Security fixes for CVE-2006-0082 and Debian bug #345595:
"Format string vulnerabilities in ImageMagick allow user-complicit attackers
to cause a denial of service (crash) and possibly execute arbitrary code via
a numeric format string specifier such as %d in the file name, a variant of
CVE-2005-0397, and as demonstrated using the convert program."
Patches from Debian.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
Revision 1.137 / (download) - annotate - [select for diffs], Sat Jan 28 02:36:55 2006 UTC (6 years, 3 months ago) by salo
Branch: MAIN
Changes since 1.136: +2 -1
lines
Diff to previous 1.136 (colored)
Security fixes for CVE-2006-0082 and Debian bug #345595: "Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
Revision 1.136 / (download) - annotate - [select for diffs], Thu Jan 26 20:38:18 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.135: +1 -2
lines
Diff to previous 1.135 (colored)
Changes 6.2.6.0: * Bug fixes
Revision 1.135 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:10 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.134: +2 -1
lines
Diff to previous 1.134 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.134 / (download) - annotate - [select for diffs], Thu Jan 12 04:01:14 2006 UTC (6 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.133: +7 -1
lines
Diff to previous 1.133 (colored)
make this compile on IRIX by passing '-c99' to the mipspro compiler
Revision 1.133 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:18 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.132: +3 -3
lines
Diff to previous 1.132 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.132 / (download) - annotate - [select for diffs], Tue Nov 29 08:51:17 2005 UTC (6 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.131: +2 -2
lines
Diff to previous 1.131 (colored)
Changes 6.2.5.5: * SetImageType(): monochrome images are not required to be colormapped * Initialize blob->mapped to MagickFalse in AttachBlob() * Use painters algorithm for the -draw point primitive * NormalizeImage() now normalizes the opacity channel correctly * QueryFontMetrics() now accounts for the font stroke width
Revision 1.131 / (download) - annotate - [select for diffs], Mon Aug 8 09:18:09 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.130: +1 -2
lines
Diff to previous 1.130 (colored)
Changes 6.2.3.6: * Minor bug fixes and improvements
Revision 1.130 / (download) - annotate - [select for diffs], Mon Jul 25 11:30:17 2005 UTC (6 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.129: +2 -2
lines
Diff to previous 1.129 (colored)
Backout changes from package revision 1. It turns out that the original checksum and size were correct and I managed to download the outdated version from two different hosts. Must be Monday ... Oh yes, bump the package revision again.
Revision 1.129 / (download) - annotate - [select for diffs], Mon Jul 25 10:23:09 2005 UTC (6 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.128: +2 -1
lines
Diff to previous 1.128 (colored)
The new distribution file causes package list changes unfortunately. So bump the package revision.
Revision 1.128 / (download) - annotate - [select for diffs], Thu Jul 14 08:58:46 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.127: +3 -3
lines
Diff to previous 1.127 (colored)
Changes 6.2.3.3: * Bug fixes
Revision 1.127 / (download) - annotate - [select for diffs], Sun May 22 20:08:04 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.126: +2 -2
lines
Diff to previous 1.126 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.126 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:00 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.125: +1 -2
lines
Diff to previous 1.125 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.122.2.1 / (download) - annotate - [select for diffs], Mon Feb 21 17:26:20 2005 UTC (7 years, 3 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.122: +2 -8
lines
Diff to previous 1.122 (colored) next main 1.123 (colored)
Pullup ticket 301 - requested by Lubomir Sedlacik
security fix for ImageMagick and p5-PerlMagick
Revisions pulled up:
- pkgsrc/graphics/ImageMagick/Makefile 1.123,1.125
- pkgsrc/graphics/ImageMagick/Makefile.common 1.25-1.27
- pkgsrc/graphics/ImageMagick/options.mk 1.1
- pkgsrc/graphics/ImageMagick/PLIST 1.28-1.29
- pkgsrc/graphics/ImageMagick/distinfo 1.35-1.37
- pkgsrc/graphics/ImageMagick/patches/patch-aa 1.27
- pkgsrc/graphics/p5-PerlMagick/Makefile 1.38
Module Name: pkgsrc
Committed By: tv
Date: Fri Dec 24 23:42:49 UTC 2004
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile
Added Files:
pkgsrc/graphics/ImageMagick: options.mk
Log Message:
Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
Idea inspired by post to tech-pkg from <imil@home.imil.net>.
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 5 09:25:18 UTC 2005
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo
pkgsrc/graphics/ImageMagick/patches: patch-aa
Log Message:
Changes 6.1.7:
* ReadPALMImage() now produces a proper RGB image
* Added the -shadow option to simulate an image shadow
* Fix file leak in ImageToBlob() method
---
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 14 12:41:07 UTC 2005
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
Log Message:
Changes 6.1.8-6:
* Bug fixes and improvements
---
Module Name: pkgsrc
Committed By: drochner
Date: Tue Jan 18 11:22:10 UTC 2005
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common distinfo
pkgsrc/graphics/p5-PerlMagick: Makefile
Log Message:
update to 6.1.8-8, fixes a security problem, see
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
Revision 1.125 / (download) - annotate - [select for diffs], Wed Jan 5 09:25:18 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.124: +1 -2
lines
Diff to previous 1.124 (colored)
Changes 6.1.7: * ReadPALMImage() now produces a proper RGB image * Added the -shadow option to simulate an image shadow * Fix file leak in ImageToBlob() method
Revision 1.124 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:20 2004 UTC (7 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.123: +2 -1
lines
Diff to previous 1.123 (colored)
Bump PKGREVISIONs due to libtiff update. Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
Revision 1.123 / (download) - annotate - [select for diffs], Fri Dec 24 23:42:49 2004 UTC (7 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.122: +2 -8
lines
Diff to previous 1.122 (colored)
Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11". Idea inspired by post to tech-pkg from <imil@home.imil.net>.
Revision 1.122 / (download) - annotate - [select for diffs], Sun Oct 10 11:20:08 2004 UTC (7 years, 7 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.121: +2 -1
lines
Diff to previous 1.121 (colored)
This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make instead.
Revision 1.121 / (download) - annotate - [select for diffs], Tue Oct 5 12:07:31 2004 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.120: +1 -2
lines
Diff to previous 1.120 (colored)
Changes 6.1.0-2: * Bug-fix release
Revision 1.120 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:48 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.119: +2 -1
lines
Diff to previous 1.119 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 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.
Revision 1.119 / (download) - annotate - [select for diffs], Mon Sep 27 11:04:24 2004 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.118: +2 -5
lines
Diff to previous 1.118 (colored)
Changes 6.0.8-3: * Fix to enable reading Photoshop images with a group of layers. * other bug fixes
Revision 1.118 / (download) - annotate - [select for diffs], Wed May 19 14:11:28 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.117: +2 -2
lines
Diff to previous 1.117 (colored)
Changes 6.0.1-3: * DrawSetStrokeDashArray() now respects the number_elements argument * Since the WMF coder has Wand dependancies we only enable this coder when both WMF is available and module support enabled * Some XCF tiles were not being read properly * Fixed memory leak in EPT coder * Fixed memory leak in DestroyImage() * Close Windows registry when no longer needed * RelinquishUniqueFileResource() was not freeing file resource properly * Free the ImageInfo structure allocated by CloneImageInfo() in the WriteImages() method * EPT images cannot support blobs * Fixed temporary file resource limit leak in RelinquishUniqueFileResource() * ConvolveImageChannel() incorrectly initialized non-selected channels to 0 * Added Cisco IP phone image format (write only)
Revision 1.117 / (download) - annotate - [select for diffs], Sun Apr 25 05:15:27 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.116: +3 -1
lines
Diff to previous 1.116 (colored)
Enable pkgviews installation.
Revision 1.116 / (download) - annotate - [select for diffs], Sat Apr 24 04:39:30 2004 UTC (8 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.115: +2 -2
lines
Diff to previous 1.115 (colored)
Prepend shell command to remove share directory with a "-" (to ignore any errors). This is so in the rare case that you already have files from an old install that it won't fail to install new package. This was discussed with maintainer, tron@, in March.
Revision 1.115 / (download) - annotate - [select for diffs], Tue Mar 23 19:53:33 2004 UTC (8 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.114: +2 -2
lines
Diff to previous 1.114 (colored)
Remove me as maintainer of this package. I did none of the last three updates anyway.
Revision 1.114 / (download) - annotate - [select for diffs], Tue Mar 2 21:01:17 2004 UTC (8 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.113: +3 -2
lines
Diff to previous 1.113 (colored)
ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0
Revision 1.113 / (download) - annotate - [select for diffs], Tue Mar 2 10:31:48 2004 UTC (8 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.112: +13 -11
lines
Diff to previous 1.112 (colored)
Changes 5.7.7-17: * Bug fixes (memory leaks)
Revision 1.112 / (download) - annotate - [select for diffs], Fri Feb 27 08:51:44 2004 UTC (8 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.111: +2 -2
lines
Diff to previous 1.111 (colored)
bump PKGREVISION due to PLIST change.
Revision 1.111 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:40 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.110: +1 -2
lines
Diff to previous 1.110 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.110 / (download) - annotate - [select for diffs], Fri Feb 13 23:43:19 2004 UTC (8 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.109: +2 -1
lines
Diff to previous 1.109 (colored)
USE_LANGUAGES= c c++
Revision 1.109 / (download) - annotate - [select for diffs], Wed Feb 11 09:10:15 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.108: +7 -7
lines
Diff to previous 1.108 (colored)
bl3ify
Revision 1.108 / (download) - annotate - [select for diffs], Sun Feb 1 01:43:29 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.107: +3 -3
lines
Diff to previous 1.107 (colored)
In the new compiler selection framework, GCC_REQD is appended to, not overridden.
Revision 1.107 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:41 2004 UTC (8 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.106: +2 -1
lines
Diff to previous 1.106 (colored)
Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
Revision 1.106 / (download) - annotate - [select for diffs], Tue Sep 30 21:17:38 2003 UTC (8 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.105: +1 -2
lines
Diff to previous 1.105 (colored)
Remove package revision after package has been updated.
Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 26 20:21:25 2003 UTC (8 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.104: +4 -2
lines
Diff to previous 1.104 (colored)
Add missing PKGCONFIG_OVERRIDE. Bump PKGREVISION because of the changed *.pc files.
Revision 1.104 / (download) - annotate - [select for diffs], Wed Sep 17 19:51:35 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.103: +2 -2
lines
Diff to previous 1.103 (colored)
style/quoting nit
Revision 1.103 / (download) - annotate - [select for diffs], Wed Sep 17 19:51:09 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.102: +4 -3
lines
Diff to previous 1.102 (colored)
require gcc3 on NetBSD/sparc64
Revision 1.102 / (download) - annotate - [select for diffs], Wed Sep 17 19:49:24 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.101: +3 -5
lines
Diff to previous 1.101 (colored)
no need include compiler.mk
Revision 1.101 / (download) - annotate - [select for diffs], Fri Sep 12 17:55:58 2003 UTC (8 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.100: +2 -2
lines
Diff to previous 1.100 (colored)
gcc.buildlink2.mk is no more. So, include compiler.mk instead.
Revision 1.100 / (download) - annotate - [select for diffs], Thu Jul 17 21:39:56 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.99: +2 -2
lines
Diff to previous 1.99 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.99 / (download) - annotate - [select for diffs], Thu Jul 3 17:41:51 2003 UTC (8 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.98: +2 -2
lines
Diff to previous 1.98 (colored)
Conflict only with geomview<1.8.1nb2
Revision 1.93.2.1 / (download) - annotate - [select for diffs], Mon Jun 30 08:16:58 2003 UTC (8 years, 10 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.93: +8 -25
lines
Diff to previous 1.93 (colored) next main 1.94 (colored)
Pull up revisions 1.94-1.96, 1.98 (requested by tron in ticket #1359): Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9. Implement suggestion from last commit: Split out common part of p5-PerlMagick and ImageMagick into Makefile.common. Update ImageMagick and p5-PerlMagick to 5.5.6. 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. Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 30 06:45:01 2003 UTC (8 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.97: +3 -7
lines
Diff to previous 1.97 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9. 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.
Revision 1.97 / (download) - annotate - [select for diffs], Mon Jun 2 14:05:04 2003 UTC (8 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.96: +2 -2
lines
Diff to previous 1.96 (colored)
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 is accepted. Suggested by Grant.
Revision 1.96 / (download) - annotate - [select for diffs], Wed Apr 16 13:27:21 2003 UTC (9 years, 1 month ago) by mjl
Branch: MAIN
Changes since 1.95: +7 -28
lines
Diff to previous 1.95 (colored)
Implement suggestion from last commit: Split out common part of p5-PerlMagick and ImageMagick into Makefile.common.
Revision 1.95 / (download) - annotate - [select for diffs], Tue Apr 15 11:11:50 2003 UTC (9 years, 1 month ago) by mjl
Branch: MAIN
Changes since 1.94: +13 -4
lines
Diff to previous 1.94 (colored)
Update ImageMagick and p5-PerlMagick to 5.5.6. 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.
Revision 1.94 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:13 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.93: +2 -3
lines
Diff to previous 1.93 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.93 / (download) - annotate - [select for diffs], Sun Jan 26 17:45:28 2003 UTC (9 years, 3 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.92: +3 -3
lines
Diff to previous 1.92 (colored)
Remove the arm32 optimization workaround as it applies to egcs only and at least GCC 2.95.3 is required by the package. Tested by martin on shark.
Revision 1.92 / (download) - annotate - [select for diffs], Sat Jan 25 17:30:03 2003 UTC (9 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.91: +2 -4
lines
Diff to previous 1.91 (colored)
Implement last change to require newer gcc different, hinted at by wiz.
Revision 1.91 / (download) - annotate - [select for diffs], Sat Jan 25 06:45:48 2003 UTC (9 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.90: +8 -2
lines
Diff to previous 1.90 (colored)
This pkg needs a newer gcc than what comes with NetBSD for 1.[543]* Tested on 1.5.1/cobalt.
Revision 1.90 / (download) - annotate - [select for diffs], Fri Jan 24 20:13:42 2003 UTC (9 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.89: +3 -3
lines
Diff to previous 1.89 (colored)
When compiling on cobalt, this spins when compiling one .c file with optimisation turned on. Reduce optimisation for mipsel.
Revision 1.89 / (download) - annotate - [select for diffs], Fri Jan 3 23:04:35 2003 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.88: +10 -6
lines
Diff to previous 1.88 (colored)
Update to 5.5.3.2. Changes include lots of bugfixes and some enhancements, in particular JNG support.
Revision 1.88 / (download) - annotate - [select for diffs], Wed Nov 13 19:17:18 2002 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.87: +2 -7
lines
Diff to previous 1.87 (colored)
According to the ImageMagick developers, it is uncommon for any two libMagick.so libraries to be API compatible, and they don't want to handle proper ELF versioning, but have the "real" version number in the library. To spare us the pkgsrc maintenance nightmare, follow their example. Bump PKGREVISION.
Revision 1.87 / (download) - annotate - [select for diffs], Wed Nov 13 13:44:42 2002 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.86: +7 -5
lines
Diff to previous 1.86 (colored)
Update to 5.5.1-6.
Changes:
* Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES)
before using their values.
* Corrected bug in image geometry height calculation.
* PingBlob() improperly set the length memory of BlobInfo to zero.
* Fixed Ping() memory leak in PerlMagick.
* Fixed -map problem in convert/mogrify utilities.
* -border with a single value now produces correct results
(e.g. -border 10).
* Set locale type LC_NUMERIC to "C".
* Bug fix for PS2 encoder.
* Added PS-Adobe preamble to PS3 encoder.
* Use ImageMagick release number to allow multiple ImageMagick releases
to co-exist without interference on the same machine.
* Decided that DrawGet functions should return by value.
* Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG
quality estimate.
* Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions.
* Added an array size argument to DrawSetDashPattern and got rid of
the zero-termination garbage.
o Remove 'Set' from the names of draw.h functions which update the
current affine transformation array (e.g. DrawSetRotate becomes
DrawRotate).
* Under Windows, a DllMain function which automatically initializes
ImageMagick (when ImageMagick is built using DLLs) may be added by
defining ProvideDllMain in magick_config.h
* Added resource consumption methods, see magick/resource.c.
* Replaced underscores in commandline options with hyphens. For backward
compatibility, underscores will continue to be recognized.
* Added -blue-primary, -green-primary, -red-primary, -white-point options.
* Added BMP2 and BMP3 output formats.
* Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y)
in the PNG and PCD codecs.
* Added 'exception' parameter to the ImageMagick progress monitor API.
* Added enumerated types for the dispose member of the Image structure.
* Added -version option to commandline utilities.
* The xcf decoder would sometimes create artifacts when reading RLE-encoded
grayscale images, due to the green and blue samples not being defined.
* Added logging capabilities to the CORE API. This facility is useful
for debugging. Added "events" parameter to the -debug commandline option.
* AcquireImagePixels() did not always return the same pixel values
for virtual pixels when the cache was stored on disk (very rare).
* new -virtual-pixel command line option.
* new PerlMagick virtual-pixel image attribute.
Revision 1.86 / (download) - annotate - [select for diffs], Thu Sep 12 08:29:46 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.85: +8 -7
lines
Diff to previous 1.85 (colored)
buildlink1 -> buildlink2
Revision 1.85 / (download) - annotate - [select for diffs], Mon Sep 9 22:07:21 2002 UTC (9 years, 8 months ago) by markd
Branch: MAIN
Changes since 1.84: +4 -3
lines
Diff to previous 1.84 (colored)
Explicitly disable lcms to stop it being half found on Solaris. Also Solaris needs the configure script run under bash as well.
Revision 1.84 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:44 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.83: +1 -1
lines
Diff to previous 1.83 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk.
Revision 1.82.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:11:15 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.82: +15 -7
lines
Diff to previous 1.82 (colored) next main 1.83 (colored)
Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files.
Revision 1.83 / (download) - annotate - [select for diffs], Thu Aug 22 08:06:11 2002 UTC (9 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.82: +15 -7
lines
Diff to previous 1.82 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.4.8.2. Many bugs were fixed since the release of version 5.3.9 and lots of new features like 32-Bit QuantumDepth support added.
Revision 1.82 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:02 2002 UTC (10 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.81: +2 -1
lines
Diff to previous 1.81 (colored)
Give all packages which depend on "png" a version bump, and update 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".]
Revision 1.81 / (download) - annotate - [select for diffs], Sun Feb 10 12:50:59 2002 UTC (10 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.80: +4 -1
lines
Diff to previous 1.80 (colored)
Switch a 'long' to int32_t to work correctly on BE-LP64 platforms. Mark NOT_FOR_PLATFORM = NetBSD-*-sparc64 as c++ still broken
Revision 1.80 / (download) - annotate - [select for diffs], Wed Oct 24 22:10:58 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.79: +2 -2
lines
Diff to previous 1.79 (colored)
I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
Revision 1.79 / (download) - annotate - [select for diffs], Tue Oct 23 13:14:55 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.78: +2 -2
lines
Diff to previous 1.78 (colored)
x11.buildlink.mk needs to be included before any buildlink.mk files that use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
Revision 1.78 / (download) - annotate - [select for diffs], Wed Oct 3 22:36:39 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.77: +1 -4
lines
Diff to previous 1.77 (colored)
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
Revision 1.77 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:09 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.76: +2 -2
lines
Diff to previous 1.76 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.76 / (download) - annotate - [select for diffs], Mon Sep 17 15:17:32 2001 UTC (10 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9. 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.
Revision 1.75 / (download) - annotate - [select for diffs], Wed Aug 29 22:41:14 2001 UTC (10 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.74: +2 -2
lines
Diff to previous 1.74 (colored)
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Revision 1.74 / (download) - annotate - [select for diffs], Mon Jul 2 16:48:31 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.73: +7 -7
lines
Diff to previous 1.73 (colored)
Move inclusion of buildlink.mk files to end of Makefile. Also patch
configure script to not add -L${PREFIX}/lib, -I${PREFIX}/include to
LDFLAGS, CFLAGS to encapsulate build.
Revision 1.73 / (download) - annotate - [select for diffs], Tue Jun 26 16:30:57 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.72: +4 -14
lines
Diff to previous 1.72 (colored)
Use REPLACE_BUILDLINK instead of repeating the post-build same code over and over again in the pkgsrc tree.
Revision 1.72 / (download) - annotate - [select for diffs], Thu Jun 21 22:53:30 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.71: +2 -1
lines
Diff to previous 1.71 (colored)
Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressed MIFF files.
Revision 1.71 / (download) - annotate - [select for diffs], Thu Jun 21 01:59:07 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.70: +1 -13
lines
Diff to previous 1.70 (colored)
Remove changes to remove BZ2_ prefix from bzip2 function calls. bzip2 1.0.1 and up prefix functions with BZ2_ while older versions don't, but ImageMagick was tested to work with bzip2 1.0.1, so don't change its expectations.
Revision 1.70 / (download) - annotate - [select for diffs], Thu Jun 21 01:48:43 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.69: +3 -1
lines
Diff to previous 1.69 (colored)
Add back dependency on mpeg2codec that was accidentally removed in last set of changes.
Revision 1.69 / (download) - annotate - [select for diffs], Wed Jun 20 22:24:44 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.68: +32 -6
lines
Diff to previous 1.68 (colored)
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Allow finding libbz2 on NetBSD systems by removing BZ2_ prefix from bzip2 function calls.
Revision 1.68 / (download) - annotate - [select for diffs], Tue May 22 09:32:19 2001 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Update dependency on png to >=1.0.11 because of the shlib major bump. Noted by Frederick Bruckman.
Revision 1.67 / (download) - annotate - [select for diffs], Mon May 14 16:34:38 2001 UTC (11 years ago) by drochner
Branch: MAIN
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
explicitely pass "--without-wmf" to "configure" to avoid a spurious warning
Revision 1.66 / (download) - annotate - [select for diffs], Mon Apr 9 11:59:43 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
Move CONFLICT line for pkglint.
Revision 1.65 / (download) - annotate - [select for diffs], Sat Mar 31 18:40:25 2001 UTC (11 years, 1 month ago) by jtb
Branch: MAIN
Changes since 1.64: +3 -1
lines
Diff to previous 1.64 (colored)
Both packages conflict -- each has program named 'animate'. Discovered by Lex Wennmacher's investigations.
Revision 1.64 / (download) - annotate - [select for diffs], Sun Mar 4 09:06:10 2001 UTC (11 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
Revision 1.63 / (download) - annotate - [select for diffs], Fri Feb 16 15:22:14 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.62: +2 -1
lines
Diff to previous 1.62 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.62 / (download) - annotate - [select for diffs], Mon Jan 29 19:03:23 2001 UTC (11 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
Update "ImageMagick" package to version 5.2.8. Changes since version 5.2.2: - URL's are now understood on Win32 (thanks to libXML and William Radcliffe). - ImageMagick defaults to 16-bit per pixel component now. - Support added for ART images (contributed by Jaroslav Fojtik). - Added -pause to the animate program. You can now specify a minimum/maximum delay for an image sequence. - Added %c to -format to get the image comment (patch provided by Frank Mattern). - Over compositing is now the Porter-Duff algorithm (inspired by William Radcliffe and Alvy Ray Smith). - You can write SVG output if the input is SVG, MVG, or WMF. - ImageMagick now can accept AFM, PFB, and PFM fonts. - The linewidth parameter is deprecated in PerlMagick. Use stroke_width instead. - Digital Applications contributed text stroking code. - You can now specify Truetype fonts directly. No @ prefix is required (e.g. convert -font Arial.ttf ...) - Digital Applications contributed line cap and dash pattern rendering code. - Added the Multiple composite operator for the creation of drop-shadows (patch provided by John Harper). - Support added for CUT images (contributed by Jaroslav Fojtik). - Bill Radcliffe contributed fast polygoni rendering code. Parts of the rendering algorithm were inspired by libart. - Support added for BMP images with a 'BA' chunk (contributed by Jaroslav Fojtik).
Revision 1.61 / (download) - annotate - [select for diffs], Mon Jan 29 17:31:54 2001 UTC (11 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
Update homepage URL.
Revision 1.60 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:34 2000 UTC (11 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Revision 1.59 / (download) - annotate - [select for diffs], Thu Aug 10 08:57:23 2000 UTC (11 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.58: +7 -6
lines
Diff to previous 1.58 (colored)
Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2: - Support added for the Word Perfect Graphics (WPG) file format (contributed by Jaroslav Fojtik). - The pixel 'matte' field is changed to indicate the degree of pixel transparency rather than the degree of opacity. This makes the pixels compatable with most popular video cards, and many in-memory image formats. When the pixel quantum size is eight bits, the colormap is restricted to 256 colors, but supports up to 65535 colors when the quantum size is sixteen bits (when QuantumLeap is defined at compilation time). - ImageMagick is more memory efficient (by 18%) when the quantum size is eight bits, and the image is colormapped. - ImageMagick is (finally) believed to be thread safe under Windows, since it uses the Windows synchronization APIs to lock shared data. - Under Unix and Windows, dynamically-loaded format coder modules are supported. There are currently 72 loadable modules. Support for loadable modules allows the user to add or remove formats from ImageMagick by simply adding or removing a file. New modules are automatically detected so users may add their own modules. This support is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us know about other operating systems they work on. Building a modular ImageMagick is enabled by specifing the configure options --enable-shared --with-modules. - ImageMagick now has a set of modules for streaming. Here pixels are passed to the application as they are available and deleted after use ensuring a small memory footprint. This is useful for multi-media applications such as MPEG. - Image format identification (based on the file header) is now configured via an external text file. This allows the user to add automatic file identification for new formats added via a coder module, or via a delegate (external program). - XML files conforming to the W3C SVG DTD are now rendered directly by ImageMagick. The support is incomplete but still useful. - The Pilot Image Format (PDB) is now supported. - The drawing primitives have been extended to support drawing bezier curves, rounded rectangles, and arcs. There is now support for drawing compound objects (a sequence of objects) using drawing paths. The concept of a drawing pen has been split into stroke (for the outline) and fill (for the objects internal color). If fill is not defined, then only the object outline is drawn. This substantial change results in the existing drawing commands for filled objects (fillEllipse, fillRectangle, fillCircle, and fillPolygon) being deprecated. - A cache file format is now supported which is a snapshot of an image's pixel cache as it appears on disk. Images stored in this format (large) may be loaded instantly by ImageMagick since decoding is not required. In order to write this format , the argument -cache 0 must be supplied (e.g. convert -cache 0 file.jpg file.cache). - The build environment for Windows NT is entirely re-done. There is now a configure program which generates a set of Visual C++ project files which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These project files are then used to build ImageMagick. - The C API is significantly modified in order to provide thread-safe operation via function re-entrancy. ImageMagick is believed to be thread-safe when used with POSIX threads. It is not yet completely thread safe under Windows or the Mac. Errors (of type ExceptionInfo) are now reported by a function argument, or via a member of the current image. - The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca) supports Gaussian bluring an image. - Functions (OpenCacheView(), CloseCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView()) are provided in order to support manipulating multiple pixel views.
Revision 1.58 / (download) - annotate - [select for diffs], Wed Jun 21 02:45:15 2000 UTC (11 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.57: +21 -19
lines
Diff to previous 1.57 (colored)
USE_LIBTOOL instead of PKGLIBTOOL.
Revision 1.57 / (download) - annotate - [select for diffs], Thu Jun 1 11:23:26 2000 UTC (11 years, 11 months ago) by rh
Branch: MAIN
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
s/USE_LIBTOOL/USE_PKGLIBTOOL/ 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.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 21 22:18:24 2000 UTC (12 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.55: +4 -4
lines
Diff to previous 1.55 (colored)
Update "ImageMagick" package to version 5.1.1. Changes since version 4.2.9:
- ImageMagick has a new logo (contributed by Ofer Tenenbaum).
- Requests for all or part of a pixel row, or multiple complete pixel
rows, are mapped directly to the underlying image in memory, or memory
mapped from a disk file, avoiding performance-robbing pixel copying.
Requested rectangular regions which are narrower than the image width
must still be copied to a scratch space.
- Support for WBMP, Wireless Bitmap (level 0) images (contributed by
Milan Votava)
- Image sizes are limited by physical memory plus available disk space on
the machine, or the file addressing limits of the operating system,
whichever comes first. This means that if you can figure out how to
build a big enough machine (and have plenty of time) terabyte images
can be processed.
- An image cache subsystem and API are provided to map portions (as small
as one pixel or as large as the entire image) of images into memory and
to save any updates.
- Memory mapping is used to access files. This is the most efficient
access mechanism available.
- DirectColor pixels are now stored in an efficient 32-bit structure (or
64-bit when QuantumLeap is enabled).
- PseudoColor indices are now stored separately from the DirectColor
pixels (PseudoColor and DirectColor representations are still available
simultaneously).
- In-memory run-length encoding is eliminated.
- Compressed images are decompressed and compressed incrementally in
order to limit memory consumption.
- Lots of minor C API fixes and improvements.
- Cache threshold setting for setting the boundary between use of RAM or
RAM + disk when processing an image:
- Use the --enable-cache option (e.g. --enable-cache=160) to set the
compiled-in default when running the configure script.
- Use -cache for ImageMagick utilities
- Set the cache_threshold attribute in PerlMagick
- Set the cacheThreshold attribute in Magick++
- The identify utility now displays precise read-time values.
- The Win32 build environment (now called "VisualMagick") is completely
re-done and supports building both multi-thread DLL as well as static
libraries.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Feb 9 20:20:53 2000 UTC (12 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Use "png>=1.0.3" instead of "png-*" in dependence list.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Feb 9 15:22:28 2000 UTC (12 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Use wildcard dependence for "png" package.
Revision 1.53 / (download) - annotate - [select for diffs], Mon Nov 22 10:38:35 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.52: +1 -3
lines
Diff to previous 1.52 (colored)
Delete erroneous PATCH_FUZZ_FACTOR definition.
Revision 1.52 / (download) - annotate - [select for diffs], Fri Nov 19 11:53:00 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.51: +3 -1
lines
Diff to previous 1.51 (colored)
Remove fuzz from patch.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Oct 8 21:12:48 1999 UTC (12 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Change to use wildcard dependency on tiff.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Oct 7 17:41:53 1999 UTC (12 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Remove me as maintainer of those packages.
Revision 1.49 / (download) - annotate - [select for diffs], Sat Sep 11 15:04:14 1999 UTC (12 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.48: +4 -6
lines
Diff to previous 1.48 (colored)
Fix botch in last commit.
Revision 1.48 / (download) - annotate - [select for diffs], Sat Sep 11 14:25:44 1999 UTC (12 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.47: +6 -2
lines
Diff to previous 1.47 (colored)
Use only "-O" on "arm32" to avoid egcs bug (see PR bin/7460).
Revision 1.47 / (download) - annotate - [select for diffs], Sat Sep 11 00:52:32 1999 UTC (12 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Update "ImageMagick" package to version 4.2.9.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Jul 22 16:44:35 1999 UTC (12 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Update "ImageMagick" package to version 4.2.8.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 3 17:22:50 1999 UTC (12 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Update "ImageMagick" package to version 4.2.7.
Revision 1.44 / (download) - annotate - [select for diffs], Thu May 20 20:09:50 1999 UTC (13 years ago) by tron
Branch: MAIN
Changes since 1.43: +2 -3
lines
Diff to previous 1.43 (colored)
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", "INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Revision 1.43 / (download) - annotate - [select for diffs], Sun Apr 25 18:47:49 1999 UTC (13 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Add USE_X11 to gain the rpath options for X11 libs.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Apr 25 18:46:30 1999 UTC (13 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.41: +17 -17
lines
Diff to previous 1.41 (colored)
Do the following to make this ELF and 1.3 friendly:
- use the autoconf configure script to configure and build (we were
already running configure but using Imake to build!?)
- make use of pkglibtool (package already has full libtool support)
(Note that now that we use Autoconf, this installs in ${LOCALBASE} without
the need for a tool such as xpkgwedge. The configure script automatically
detects all the stuff for which we had used patches in the Imakefiles.)
Also use --without-... to disable optional components for which we have no
explicit dependencies, which can be reenabled by the user in pkgsrc, so
that the built binaries do not have "hidden" dependencies.
Closes PR pkg/7463.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Apr 25 10:10:51 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.40: +5 -0
lines
Diff to previous 1.40 (colored)
This package is still broken on 1.3 and 1.3.x ELF systems.
Revision 1.40 / (download) - annotate - [select for diffs], Sat Apr 24 23:08:59 1999 UTC (13 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.39: +1 -6
lines
Diff to previous 1.39 (colored)
Revert previous commit. PR pkg/7463 is RE-opened on this subject; someone can take the opportunity to fix it, perhaps myself if I have the time this weekend. This is NOT the correct fix.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 24 18:33:08 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.38: +6 -6
lines
Diff to previous 1.38 (colored)
Do check for broken ELF "cc" differently and exclude "powerpc", too.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 24 16:17:40 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.37: +6 -1
lines
Diff to previous 1.37 (colored)
Don't attempt to build this package on 1.3 or 1.3.x ELF systems.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 5 01:11:58 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Update "ImageMagick" package to version 4.2.2.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 4 14:03:34 1999 UTC (13 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Update dependence for "png" package.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 3 18:45:08 1999 UTC (13 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.34: +3 -2
lines
Diff to previous 1.34 (colored)
Update "ImageMagick" to version 4.2.1.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:29 1999 UTC (13 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.33: +1 -3
lines
Diff to previous 1.33 (colored)
Fix CONFLICTS (remove redundancy, mostly)
Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 2 20:57:28 1999 UTC (13 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Update "ImageMagick" package to version 4.1.7.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 15 00:21:09 1998 UTC (13 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.31: +3 -5
lines
Diff to previous 1.31 (colored)
Update "ImageMagick" package to version 4.1.6.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 2 01:02:12 1998 UTC (13 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
Call "configure" before "xmkmf" to get "delegates.mgk" initialized properly.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 1 22:34:11 1998 UTC (13 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
Update ImageMagick package to 4.1.3.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 14 19:19:01 1998 UTC (13 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Update ImageMagick package to version 4.1.2.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 28 18:13:36 1998 UTC (13 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.27: +14 -6
lines
Diff to previous 1.27 (colored)
Update ImageMagick to 4.1.1.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:59 1998 UTC (13 years, 9 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
The Grand Homepagification: - New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 13 07:31:37 1998 UTC (13 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Update "ImageMagick" to version 4.0.8.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 15 22:03:49 1998 UTC (13 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.24: +5 -2
lines
Diff to previous 1.24 (colored)
Update "ImageMagick" package to version 4.0.7.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 15 11:45:50 1998 UTC (13 years, 10 months ago) by tv
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update libpng to 1.0.2. Works with all dependent pkgs I have tested (everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 15 11:10:42 1998 UTC (13 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.22: +1 -4
lines
Diff to previous 1.22 (colored)
Use automatic shared object handling
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 4 05:11:13 1998 UTC (13 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update libjpeg to v6b.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 3 23:30:09 1998 UTC (13 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Don't mirror distribution files which are kept locally anyway.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 22 12:39:47 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.19: +1 -7
lines
Diff to previous 1.19 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 6 15:18:38 1998 UTC (13 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update ImageMagick to 4.0.6.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 22 14:22:41 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
Remove the old deprecated DEPENDS definition from bsd.pkg.mk. Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 15 22:21:17 1998 UTC (14 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to "ImageMagick-4.0.5".
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:25 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.15: +2 -7
lines
Diff to previous 1.15 (colored)
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. Remove redundant (and sometimes erroneous) comments.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 28 21:55:48 1998 UTC (14 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
Always fetch the distribution archive from "ftp.netbsd.org" because the author didn't keep its promise not to change it any more without bumping the version number.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 19 09:23:07 1998 UTC (14 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to ImageMagick 4.0.3.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 24 14:45:15 1998 UTC (14 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
Reenable checksum. A missmatched checksum is much less confusing for the user than non working patch files, fixes PR 5047.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 9 22:21:23 1998 UTC (14 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to ImageMagick 4.0.1 because the required 4.0 distribution file is not available any more and the one on "ftp.netbsd.org" is outdated. Problem pointed out by Mario Kemper.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 5 01:36:13 1998 UTC (14 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.10: +1 -12
lines
Diff to previous 1.10 (colored)
Remove unnecessary "post-extract" target now that the man page creation is fixed.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 2 08:59:13 1998 UTC (14 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 2 08:10:50 1998 UTC (14 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Introduce TRUE?=/usr/bin/true, and use it.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 1 01:52:42 1998 UTC (14 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
portlint: $() -> ${}, remove USE_X11
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 30 13:57:13 1998 UTC (14 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Modify individual package Makefiles to use the new way of specifying shared object dependencies (LIB_DEPENDS).
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 29 16:48:09 1998 UTC (14 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Fix "MAINTAINER".
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 27 13:51:04 1998 UTC (14 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.4: +21 -6
lines
Diff to previous 1.4 (colored)
Upgrade to version 4.0 of ImageMagick (from Hitoshi Osada osada@meme.hokudai.ac.jp, thatrack@da2.so-net.or.jp). Fixes PR pkg/4890.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 20:15:23 1998 UTC (14 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
portlint: add Maintainer
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 05:16:42 1998 UTC (14 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
portlint: fix RCS Id, use /usr/bin/true, remove USE_X11
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 23 17:08:31 1997 UTC (14 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
The md5 checksum is causing problems for people. For the moment, work around this by not calculating the checksum, by setting "NO_CHECKSUM=yes" in the package Makefile.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 14 01:39:37 1997 UTC (14 years, 5 months ago) by agc
Branch: MAIN
Addition of ImageMagick image manipulation package. This was done by Matthias Scheler <tron@lyssa.owl.de>, munged by myself in the man page department. This fixes PR pkg/4664.