pkgsrc/graphics
obache 172f33ea92 Update GraphicsMagick to 1.2.
GraphicsMagick 1.2 is the result of four years of additional
development and testing over and above the 1.1 release branch. In
these four years there have been a huge number of security fixes,
considerable performance enhancements, and new features have been
added. GraphicsMagick 1.2 continues to be mostly API and command
compatible with previous GraphicsMagick releases, and with ImageMagick
5.5.2 from whence it originated.

The following is the summarized (yet extensive!) list of changes in
this release. See the ChangeLog file for the full list of changes.

Security fixes:

  * Fixes for CERT security alert TA04-217A described at
    "http://www.us-cert.gov/cas/techalerts/TA04-217A.html".
  * AVI, BMP, & DIB security fixes.
  * PSD security fixes.
  * P7 format security fix.
  * Fix EXIF IFD stack overflow vulnerability.
  * SGI security fix for RLE encoding (CVE-2006-4144)
  * XCF security fix (CVE-2006-3743)
  * PALM heap overflow fix (CVE-2006-5456)
  * DCM security fix (CVE-2006-5456)
  * Fix for shell command injection in delegate code via file names)
    (CVE-2005-4601).  Delegate execution is much more secure now.
  * Don't use filenames as printf specifications (CVE-2006-0082).
  * Fix integer overflow in DCM coder (CVE-2007-1797).
  * XWD integer overflow fix (CVE-2007-1797).
  * Implementation has replaced usage of strcpy, strcat, and strncat
    with the more security conscious strlcat and strlcpy.
  * DCM, DIB, XCF, XBM, and XWD security fix for integer overflow
    vulnerability (IDefense 09.19.07).
  * Do not access X11 or invoke convenience or stealth delegate programs
    based on the file extension. In particular, these file extensions are
    rejected for consideration as a format specifier: 'autotrace',
    'browse', 'dcraw', 'edit', 'gs-color', 'gs-color+alpha', 'gs-gray',
    'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win',
    'xc', and 'x'.

Bug fixes:

  * The configure script now searches for a web browser in the order
    mozilla, firefox, and finally netscape.
  * When the user specifies the -units option, the current image
    resolution values are now re-scaled to match the new units.
  * Properly determine Ghostscript font location for Ghostscript 8.0 and later.
  * GraphicsMagick now successfully builds and passes all tests under
    Digital Unix 5.1, using the vendor compiler.
  * Ghostscript sometimes displays an error message and fails, yet it
    returns a success error code to GraphicsMagick. Verify that
    Ghostscript has updated the output file before attempting to use it.
  * Fixed a configure script syntax error when testing for trio.
  * When requesting a list of formats, all of the modules in the module
    search path are considered. Previously only the modules in the same
    directory as the LOGO module were listed.
  * Ensure that an image clip mask is respected by the negate algorithm.
  * The BMP writer was sometimes writing incorrect BMP v4 files.
  * Support reading and writing large PCX files.
  * The Red Hat source RPM was failing to install the -config scripts
    with execute permissions.
  * Fixed a bug which could cause possible truncation while cloning the
    image cache.
  * Ensure that MIFF files indicate the compression which was actually used.
  * Properly handle errors from libtiff so that corrupted images are not
    output.
  * Fix for stripped-TIFF reader. Discard extra samples beyond alpha in
    scanline TIFFs.
  * Endian option now controls TIFF byte-order rather than bit-order.
  * TIFF writer can now write to pipes and other non-seekable output
    destinations.
  * JBIG writer was writing empty files for some libjbig releases.
  * Improved handling of corrupt GIF files.
  * Handle large SUN format images.
  * Properly compute image depth for 16-bit SGI image files.
  * For the gmdisplay program, ensure that only RGB data is sent to Windows.
  * Many memory leak fixes.
  * PDF writer is fixed so that Ghoscript 8.5 doesn't warn about the output.
  * PDF writer now writes proper output with CCITT compression.
  * Properly use fseeko() and ftello() if they are available.
  * Fixed a infinite loop bug in the XWD reader.
  * Fix minor memory leak in ProfileImage().
  * Fixed -level command parsing when a percent symbol is supplied within the
    argument rather than at the end.
  * Fix pixel scaling problem caused by floating point
    rounding error (noticed under AIX).
  * Fixed a memory leak in the GIF coder in the error return path.
  * Fix for SourceForge bug id 1353744 "MagickGetQuantumDepth doesn't work".
  * Fix for SourceForge bug id 1315109 "segfault in InitializeMagick(NULL)".
  * Fix for SourceForge bug id 1391421 "problem doing resize on 273x1 JPEG".
  * Fix for SourceForge bug id 1510075 "Failed to write PDF with JPEG compression".
  * Fix for SourceForge bug id 1572357 "GetOnePixel definition appears incorrect".
  * Fix for SourceForge bug id 1576616 Fix includedir variable in pkg-config files".
  * Fix for SourceForge bug id 1173713 "segfault in ModifyCache".
  * Fix for SourceForge bug id 1431805 "clip art wpg files cause access violation
    in graphics magick".
  * Fix for SourceForge bug id 1743141 "Affine matrix option parsing".
  * Fix for SourceForge bug id 1625477 "Memory leak reading layered PSD Image".
  * Fix for SourceForge bug id 1878992 "literal square brackets in file
    name cause large delay and bug id 1783209 "converting runs slowly
    when subimage is specified".
  * Fix for SourceForge bug id 1883527 "compression of tiff-file has no effect".
  * Successfully read files in the form "file[123]".
  * Fix reading 12-bit grayscale JPEG.
  * Set image depth appropriately when importing image from X11 display.
  * Fix map resource tracking.
  * Fix reading recent variants of ImageMagick's MIFF format.
  * Output bilevel TIFF meeting the TIFF Class F specification.

New Utilities:

  * A 'benchmark' subcommand is now available to benchmark the
    performance of any other arbitrary subcommand (e.g. 'convert').

Feature improvements:

  * LZW compression is now enabled by default.
  * Support industry-standard subsampling notation like "4:2:2".
  * If gm is executed under a traditional alternate name (e.g.
    convert), it will invoke the appropriate sub-command. This allows
    use of hard links, symbolic links, or just copying 'gm' to the
    desired sub-command name in order to achieve 100% ImageMagick 5.5.2
    utility compatibility.
  * Provide the --enable-magick-compat option when configuring to install
    ImageMagick utilities compatibility links.
  * Identify -verbose output includes normalized (0.0-1.0) statistics.
  * Identify and convert now print "pixels per second" rates to help
    evaluate performance.
  * Added the identify +ping option to force reading the complete file.
  * The display program now supports the +progress option to disable any
    visual progress indication (and hourglass cursor) while loading images.
  * Support writing grayscale TGA files.
  * Provide explicit support for Rec 601 and Rec 709 grayscale spaces.
  * Include some support for a log RGB space based on the 2.048 density
    range as defined for the Cineon Digital Film System.
  * Added utilities command-line support for industry standard subsampling
    notation like 4:4:4 and 4:2:2.
  * Use MAGICK_IOBUF_SIZE to tune the size of the I/O buffer.
  * Use -type Bilevel, Grayscale, TrueColor, or TrueColorMatte to
    influence the type of image that Ghostscript returns.
  * Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit
    fill order.
  * The -version option now dumps a feature list as well as the build
    options.
  * The -endian option now supports the option 'native'.
  * A -monitor is added to enable progress monitoring for the command line
    utilities.
  * Use the -output-directory option to 'mogrify' to send output files to
    the specified directory.
  * Use the -create-directories option in conjunction with
    -output-directory and 'mogrify' to create any necessary subdirectories.
  * A Pixels resource limit is added.  Use '-limit Pixels value' to limit
    the maximum number of pixels in an image to 'value'.
  * The already supported option '-type Optimize' is now honored by
    formats that need to choose a subformat based on the properties of
    the image. Grueling tests of many/all pixels are not performed
    unless '-type Optimize' is supplied.
  * Added a a -set option to the composite, convert, display, mogrify,
    import commands in order to allow setting an image attribute.
  * Display utility no longer defaults to reading from standard input if
    stdin is not a tty.
  * May now be configured to use the umem memory allocation library
    available in Solaris 9, Update 3 and later, or from the portable umem
    project.

Coder additions/improvements:

  * Replaced existing DPX "support" with all-new DPX support conforming
    to the SMPTE 268M-2003 standard.
  * Cineon reader completely rewritten.
  * TIFF coder is completely re-written. Now supports reading and
    writing RGB, CMYK, and grayscale, scanline-oriented TIFF images
    with arbitrary (1 to 32 bits) depth. Includes support for tiled
    TIFF, floating point TIFF, LogLuv TIFF, BigTIFF, arbitrary depths,
    and associated alpha.
  * TIFF coder now supports retrieving and saving XMP profiles.
  * MATLAB support is much improved and supports writing as well.
  * WPG reader now supports CTM translations.
  * ART format now supports writing.
  * Support 32-bit raw RGB images.
  * Support 32-bit raw CMYK images.
  * Support 32-bit raw gray images.
  * JP2 coder reads images in YCbCr colorspace and retrieves an embedded
    ICC ICM color profile if present.

API enhancements:

  * Added ExportImageChannel() and ImportImageChannel() APIs to support
    exporting and importing pixel regions with an arbitary range of (1
    to 32) bits per quantum.
  * Added image leveling methods for Magick++.
  * Generalized GetImageAttribute() support for retrieving wildcarded
    attributes so that an identify -format specification like
    ``"%[dpx:*]"`` works as expected.
  * Incorporated changes changes necessary so that GraphicsMagick can
    work with the Ch C/C++ interpreter from SoftIntegration at
    http://www.softintegration.com/.
  * Added MagickAllocFunctions() to allow the API user to replace the
    underlying memory allocator functions.
  * Added MagickMalloc() and deprecated AcquireMemory().
  * Added MagickCloneMemory() and deprecated CloneMemory().
  * Added MagickMallocArray() to safely allocate N items of size S.
  * Added MagickRealloc() and deprecated ReacquireMemory().
  * Added MagickFree() and deprecated LiberateMemory().

Performance improvments:

  * The DispatchImage() and ConstituteImage() functions incorporate
    special case code for BGR, BGRO, BGRP, RGB, RGBO, and I formats (8
    bit only) in order to improve performance dramatically.
  * When writing very large JPEG images, don't enable Huffman compression
    since doing so requires libjpeg to buffer the entire image in memory.
  * When using the 'identify' -verbose option, -verbose must be specified
    twice in order to obtain the color count.  This makes normal use of
    -verbose much faster.
  * Significantly improved read/write speed for bilevel and gray images.
  * TIFF I/O is considerably faster.
  * Postscript writer is 10-15X faster.
  * PNM formats writer is 10-100X faster.
  * Rotate by 90 or 270 degrees is 2-9X faster.
2008-05-01 11:55:12 +00:00
..
3DKit Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
aalib Removed some code duplication from the buildlink3 files by using the new 2007-05-30 08:54:28 +00:00
agg Import agg-2.5 as graphics/agg. 2008-04-27 06:41:08 +00:00
aqsis Some packages need lex and yacc. Patch by Aleksey Cheusov via 2007-11-17 12:04:11 +00:00
artist
autotrace Supports DESTDIR. 2008-04-04 15:30:05 +00:00
aview
barcode xscreensaver >= 5.00 no longer conflicts. 2006-10-15 11:52:28 +00:00
bktr2jpeg Fixed broken INSTALL definition. 2007-01-08 03:27:27 +00:00
blender Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
blender-doc Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
blinkenthemes
blinkentools
cairo Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509) 2008-04-28 15:09:16 +00:00
cairomm Changes 1.6.0: 2008-04-21 15:00:18 +00:00
cal3d Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
cal3d-examples Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
cambevao Set RCD_SCRIPT_SRC and let the framework handle the rest. 2007-09-02 12:53:20 +00:00
camediaplay Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
camlimages Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
cdlabelgen
Cenon Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cinepaint Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
claraocr Rename to claraocr to match directory name. 2007-02-16 00:53:40 +00:00
cnxtview Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
Coin Fixed a g++ error message from PR 35947. Patch provided by Gilles 2007-03-08 13:39:20 +00:00
comix Fix insecure temporary file handling in comic and comicthumb utilities. 2008-04-19 14:28:46 +00:00
compface Installs Perl script, so depend on it. Bump revision. 2007-07-18 20:08:41 +00:00
cpia2view Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
cqcam Fixed the build problems on Solaris. The next problem is that the 2007-01-17 02:25:45 +00:00
CRWInfo Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
dcraw Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
denemo Don't use malloc.h. 2007-08-08 18:48:32 +00:00
dia Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
dia-python Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
digikam Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
digikam-doc Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
djview4 import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wip 2007-11-22 21:02:00 +00:00
djvulibre-lib Update to 3.5.19: 2007-07-19 22:49:20 +00:00
djvulibre-tools Update to 3.5.19: 2007-07-19 22:49:20 +00:00
dx Some packages need lex and yacc. Patch by Aleksey Cheusov via 2007-11-17 12:04:11 +00:00
dxsamples Modular Xorg support. 2007-02-15 14:58:19 +00:00
eog update to 2.22.1 2008-04-15 18:34:32 +00:00
epeg Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
ewipe Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
exif update to 0.6.15 2007-06-15 11:28:04 +00:00
exifprobe
exiftags update to 1.01 2007-12-17 11:16:44 +00:00
exiv2 Update to 0.16: 2008-01-16 07:54:01 +00:00
f4l Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
fbm Fixed PKGMANDIR. 2006-10-22 21:20:54 +00:00
feh Fix path to bash. Depend on bash and perl. Bump revision. 2007-09-02 13:19:21 +00:00
flphoto Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
fly Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
fnlib Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
fotox Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
freeglut Fixed typecast around lvalue. 2007-10-10 22:22:14 +00:00
freetype * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
freetype-lib Support user-destdir installation. 2008-03-14 17:22:49 +00:00
freetype-utils Support user-destdir installation. 2008-03-14 17:22:49 +00:00
freetype2 Backout last change. It breaks the build on system which use a builtin 2008-04-24 11:18:13 +00:00
fujiplay Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
g2 Modular Xorg support. 2007-02-15 14:58:19 +00:00
g3d Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
gd Add DESTDIR support. 2007-09-21 16:56:19 +00:00
gdchart Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
gdk-pixbuf Warn that this is way way obsolete. 2007-08-10 20:43:17 +00:00
GeometryKit Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
geomview Some packages need lex and yacc. Patch by Aleksey Cheusov via 2007-11-17 12:04:11 +00:00
get_ds7 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
gfract Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
gif2png
gif320 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
gifsicle Modular Xorg support. 2007-02-01 17:10:38 +00:00
giftrans Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
gimageview Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
gimp-color-manager Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp-docs xsltproc is needed for build. 2008-01-01 16:35:18 +00:00
gimp-fix-ca Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp-liquid-rescale Update to 0.4.0. 2008-04-05 02:11:48 +00:00
gimp-rawphoto Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp-refocus-it Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp-ufraw Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gimp-warp-sharp Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
gimp1 * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
gimp1-base Fix Sun RAS buffer overflow (CVE-2007-2356). This was fixed in gimp2 but 2008-03-23 14:27:51 +00:00
gimp1-data Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:05:33 +00:00
gimp1-wideangle Needs pkg-config. 2007-01-29 10:31:48 +00:00
gimp2-wideangle Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
giram
gle Modular Xorg support. 2007-01-15 17:04:43 +00:00
glew Modular Xorg support. 2007-02-15 14:58:19 +00:00
glitz Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
gliv update to 1.9.6 2006-11-24 15:44:25 +00:00
glu Fix redundant BUILDLINK_ABI_DEPENDS 2008-04-24 11:57:35 +00:00
glut Fix redundant BUILDLINK_ABI_DEPENDS 2008-04-24 11:57:35 +00:00
GlutKit Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
glx-utils Update to glx-utils-7.0.3 (catch up w/ Mesa) 2008-04-24 09:41:38 +00:00
GLXKit Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gmngview Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
GMT Remove future MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:02:47 +00:00
gnome-backgrounds Drop maintainership 2008-04-30 13:38:14 +00:00
gnome-icon-theme update to 2.22.0 2008-04-15 17:37:13 +00:00
gnuplot Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
gnuplot-nox11 Fix various package list problems: 2007-11-30 12:31:52 +00:00
gocr Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
gphoto Don't use malloc.h. 2007-08-08 19:41:30 +00:00
gphoto2 patch-aa is no longer pertinent. 2008-04-30 08:50:54 +00:00
gqview update to 2.0.4 2007-01-11 19:43:34 +00:00
gqview-devel Fix PLIST. 2006-12-06 15:17:44 +00:00
gqview-gtk1
grap Fall back to c++ STL map instead of __gnu_cxx::hash_map even if we have 2007-12-22 20:47:19 +00:00
GraphicsMagick Update GraphicsMagick to 1.2. 2008-05-01 11:55:12 +00:00
graphviz Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
gri Modular Xorg support. 2007-02-15 14:58:19 +00:00
gst-plugins0.8-opengl Modular Xorg support. 2007-02-15 14:58:19 +00:00
gst-plugins0.8-png
gst-plugins0.10-cairo
gst-plugins0.10-png build the "png" module of gst-plugins0.10-good 2007-01-05 11:01:57 +00:00
gthumb Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gtkam Update to 0.1.15 2008-04-29 09:36:42 +00:00
gtkglext The package supports installation to DESTDIR. 2007-05-19 01:55:54 +00:00
gtksee Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
guile-cairo fix HOMEPAGE. 2007-08-10 22:47:29 +00:00
GUIlib Fixed extra qualifiers. 2007-10-10 22:02:20 +00:00
gwenview update to 1.4.2 2008-03-02 12:55:06 +00:00
gwenview-i18n update to 1.4.2 2008-03-02 12:55:06 +00:00
h5utils
hermes Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
hicolor-icon-theme Drop maintainership 2008-04-30 13:38:14 +00:00
hp2xx Modular Xorg support. 2007-02-15 14:58:19 +00:00
icon-naming-utils Drop maintainership 2008-04-30 13:38:14 +00:00
iGMT Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
ilmbase Needs -lm on Solaris. 2008-02-12 16:53:30 +00:00
ImageMagick Fix PNG support when building without x11 (PR#37594) 2007-12-26 19:00:02 +00:00
ImageViewer Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
imlib Added support for installation to DESTDIR. 2008-02-02 16:43:34 +00:00
imlib2 Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
impress Don't use malloc.h. 2007-08-08 19:41:30 +00:00
inkscape Add two directories to PLIST. Bump PKGREVISION. 2008-04-25 22:35:38 +00:00
ivtools Fix path to and depend on bash. Bump revision. 2007-09-04 19:50:34 +00:00
jasper add a patch from Debian (bug #413041) to fix some heap corruption 2008-03-20 19:58:16 +00:00
jhead Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
jpeg Merge patch-af into patch-aa, both for 'makefile.cfg'. 2008-03-28 09:01:30 +00:00
jpeg2ps Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
jpeg_ls Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
jpeginfo
jpegoptim Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
jpegpixi Update to 1.1.1: 2007-06-08 11:55:27 +00:00
kbarcode Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kdegraphics3 Update to kde3.5.9 2008-02-20 10:18:14 +00:00
kipi-plugins split out the "calendar" plugin into a seperate pkg -- it depends 2008-03-02 12:33:09 +00:00
kipi-plugins-calendar split out the "calendar" plugin into a seperate pkg -- it depends 2008-03-02 12:33:09 +00:00
koverartist Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kphotoalbum update to 3.1.0 2008-03-02 12:59:41 +00:00
kphotobook Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kphotools Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
lcms Update to 1.17: 2008-01-15 23:42:25 +00:00
lib3ds Modular Xorg support. 2007-02-15 14:58:19 +00:00
libart Drop maintainership 2008-04-30 13:38:14 +00:00
libcaca Convert to option groups. 2007-09-14 07:39:31 +00:00
libexif The location of libexif.pc.in has changed. 2007-06-16 21:17:52 +00:00
libexif-gtk
libgdiplus libgdiplus is still version 1.9 2008-04-25 08:16:51 +00:00
libggi Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
libggigcp
libggimisc
libggiwmh Modular Xorg support. 2007-02-06 12:13:09 +00:00
libgii Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
libgiigic
libgnomecanvas Drop maintainership 2008-04-30 13:38:14 +00:00
libgnomecanvasmm Update to 2.22.0: 2008-04-26 01:14:34 +00:00
libkdcraw Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libkexif Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libkexiv2 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libkipi Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
liblqr Import liblqr-0.1.0.2 as graphics/liblqr. 2008-04-05 02:00:39 +00:00
libotf Import libotf version 0.9.7. 2008-02-26 11:47:35 +00:00
librsvg Drop maintainership 2008-04-30 13:38:14 +00:00
libscigraphica Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
libungif update sourceforge directory 2007-12-27 11:43:37 +00:00
libvideogfx Modular Xorg support. 2007-02-07 23:54:47 +00:00
libwmf Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
ljpeg
lprof
magicpoint Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
mayavi Bump PKGREVISION for cmake buildlink3.mk bump. 2007-03-12 06:46:41 +00:00
Mesa The previous commit message was botched; this commit message applies 2008-04-30 07:09:48 +00:00
MesaDemos As discussed on tech-pkg@ revert for now the last updates of the Mesa packages. 2007-08-13 11:18:28 +00:00
MesaLib Remove IGNORE_CCACHE, this was just me debugging. Thanks to wiz@. 2008-04-30 16:40:08 +00:00
metacam Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
mgl Try to fix build problem on recent NetBSD release. 2007-12-05 13:38:27 +00:00
mng Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
mpeg2codec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
mpgtx Added support for installation to DESTDIR. 2007-07-14 17:06:44 +00:00
ncview
netpbm Fix more cases of non-chainable PKGSRC_COMPILER tests. 2008-02-08 10:34:19 +00:00
Ngraph
ns-cult3d Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
nvtv Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchev 2008-02-29 06:57:55 +00:00
nvtv-gtk2
ocrad Another patch for the Solaris install(1). 2007-01-17 14:50:27 +00:00
opencv Fix PLIST. Bump revision. 2006-12-01 14:03:02 +00:00
opendis
openexr Added reference to upstream bug report. 2008-02-03 03:37:32 +00:00
OpenRM Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
optipng Added support for installation to DESTDIR. 2007-11-10 19:08:51 +00:00
ov519view Fixed file ownership. 2006-10-22 21:26:04 +00:00
p5-cairo Update to 1.060: 2008-04-21 14:43:20 +00:00
p5-Chart Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Chart-ThreeD Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GD Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GD-Graph-sparklines Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GD-SVG Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GDGraph Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GDGraph3d Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Gdk-Imlib Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Gdk-Pixbuf Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GDTextUtil Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GIFgraph Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GraphViz
p5-Image-ExifTool Update to 7.21. 2008-03-13 00:30:39 +00:00
p5-Image-Imlib2 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Image-Info Update to 1.28: 2008-04-23 21:12:57 +00:00
p5-Image-Size Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-PerlMagick Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-RRDTool-OO Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-SVG Updated to version 2.36. 2008-02-07 20:50:03 +00:00
p5-SWF-File Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-GD Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
PanoTools Fix DESTDIR. 2008-04-07 16:25:37 +00:00
pdiff Use USE_CMAKE rather that doing same explicitly. 2008-01-04 20:37:54 +00:00
pear-Image_Canvas Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-Image_Color Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-Image_Graph Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pgraf Modular Xorg support. 2007-02-15 14:58:19 +00:00
photopc
php-exif
php-gd The package supports installation to DESTDIR. 2007-06-11 18:00:49 +00:00
php-jpgraph Fix DESTDIR. 2008-04-07 17:49:55 +00:00
phpsview Fix installation. 2008-04-07 17:50:46 +00:00
pixieplus Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
pixmap Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
ploticus Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
ploticus-examples Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
plotmtv - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
plotutils Needs lex and yacc, as reported in PR 37097. 2007-10-10 14:20:39 +00:00
plotutils-nox11
png Update to 1.2.27beta3, fixing a possible application security problem. 2008-04-15 13:26:14 +00:00
png2html Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
pngcheck Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
pngcrush Added LDFLAGS, which is sometimes needed 2008-03-22 08:48:17 +00:00
pornview Remove comment about GTK-1.x as it builds with GTK-2.x by default. 2007-06-17 05:51:20 +00:00
potrace Supports DESTDIR. 2008-04-04 15:25:18 +00:00
povray Add dependency on Xpm library, pointed out in PR 36118. 2007-04-04 11:50:39 +00:00
ppmtoxvpic Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
prag Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
ps2eps Update ps2eps to 1.64. 2007-05-29 01:22:17 +00:00
pstoedit plotutils takes care of X11. 2007-02-02 19:20:21 +00:00
py-biggles Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-cairo PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
py-gd Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-gdchart Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
py-gnuplot Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-gtkglext Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-imaging Explicitly include Python 2.1 -- this is used by Zope 2.5. 2008-04-25 19:46:49 +00:00
py-imagingtk update to 1.1.6 2007-03-23 20:47:56 +00:00
py-matplotlib Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-matplotlib-gtk2 Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-OpenGL Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-piddle Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
qcamview Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
qiv Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
qvplay Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
rabbit Fix the optional loading of rubygems at the head of the rabbit scripts. 2008-03-31 15:26:34 +00:00
radiance Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
rayshade Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
refocus-it
RenderKit Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
resize_image Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
ruby-color Initial import of ruby18-color-1.4.0 as graphics/ruby-color. 2008-04-04 15:19:16 +00:00
ruby-gd Install as a gem using the pkgsrc rubygem.mk framework instead of 2008-04-04 15:30:00 +00:00
ruby-gnome2-gdkpixbuf Enable cairo support. 2007-08-19 14:20:44 +00:00
ruby-gnome2-gnomecanvas Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
ruby-gnome2-libart Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
ruby-gnome2-rsvg Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
ruby-gnuplot Install as a gem using the pkgsrc rubygem.mk framework instead of 2008-04-04 15:30:00 +00:00
ruby-imlib2 Drop maintainership. 2008-04-10 07:28:50 +00:00
ruby-mini-magick Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick. 2008-04-30 16:22:47 +00:00
ruby-opengl Update ruby-opengl to version 0.60.0. Changes from version 0.32g 2008-04-04 15:19:23 +00:00
ruby-rcairo Update graphics/ruby-rcairo to 1.6.1. Changes from version 1.6.0 include: 2008-04-29 17:36:32 +00:00
ruby-RMagick Drop maintainership. 2008-04-10 07:28:50 +00:00
s10sh Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
sane-backends Fix comment. 2008-04-17 20:24:38 +00:00
sane-frontends Fix comment. 2008-04-17 20:24:38 +00:00
scigraphica Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
scrot DESTDIR support. 2006-11-05 17:17:04 +00:00
SDL_image also patch CVE-2007-6697 (buffer overflow in gif parser), from upstream 2008-02-11 10:12:24 +00:00
SDLKit Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
showimg Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
simage PKGREVISION bump for flac shlib major bump and corresponding ABI 2007-01-07 12:25:50 +00:00
skencil Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
snx101view Fixed PKGMANDIR and file ownership. 2006-10-22 21:16:08 +00:00
sodipodi Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
spcaview Updated to 0.6b. 2007-06-02 12:47:51 +00:00
tesseract Update to 2.01: 2007-11-29 16:42:08 +00:00
tgif expand the pattern for removing optimization with sunpro 2007-01-27 04:20:39 +00:00
tiff DESTDIR support. 2006-11-02 17:59:37 +00:00
TiffIO "BUILD_ENV" was misnamed. It's actually the environment that is passed 2006-07-21 14:27:56 +00:00
tkpiechart Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
tuxpaint Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tuxpaint-config update to 0.0.8 2007-09-04 21:16:05 +00:00
tuxpaint-stamps update to 2007.07.01 2007-09-04 21:22:05 +00:00
urt Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
vcg PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
veusz
vid Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
viewfax Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore 2007-11-12 20:05:38 +00:00
vnc2swf Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular). 2008-02-15 13:33:20 +00:00
vp
vtk malloc.h -> stdlib.h 2007-07-30 09:51:03 +00:00
vtk-data Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
vtk-docs Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
vtk-python Add missing dependencies for modular Xorg. 2007-06-27 12:54:53 +00:00
wmphoto - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
wxsvg Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
x11rec Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}" 2008-02-08 15:19:42 +00:00
xart When fixing file permissions with find | xargs, there is always a race 2007-01-08 01:40:23 +00:00
xbmbrowser - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
xdvipresent Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
xfce4-icon-theme Updated Xfce to 4.4.2 2007-12-07 19:43:19 +00:00
xfig Add missing #include to make it work on amd64 2008-02-06 23:33:00 +00:00
xgraph - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
xli - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
xmorph Fixed the location of the info file. PKGREVISION++ 2007-12-22 11:09:01 +00:00
xpaint Replace C++-style comments with C comments in 5 places, makeing this compile on 2008-03-21 22:22:20 +00:00
xplot Modular Xorg support. 2007-02-01 16:04:19 +00:00
xplot-devel Modular Xorg support. 2007-02-01 16:04:19 +00:00
xpm Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
xsane Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
xv Need DISTFILES difinition, patch also include additional files. 2008-03-17 12:18:47 +00:00
xzgv Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:39:09 +00:00
zphoto Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
Makefile Note addition of graphics/ruby-mini-magick. 2008-04-30 16:23:22 +00:00