pkgsrc/graphics
wiz 248c677349 Update to 3.9.0:
MAJOR CHANGES:
  * New tiffcrop utility contributed by Richard Nolde. tiffcrop does the
    same as tiffcp, but also can crop, extract, rotate and mirror images.
  * tif_jbig.c: Added support for JBIG compression scheme (34661 code),
    contributed by Lee Howard.
  * Totally new implementation of OJPEG module from Joris Van Damme. No
    need to patch libjpeg anymore. Many OJPEG files should be supported
    now that was not supported previously.

------------------------------------------------

CHANGES IN THE SOFTWARE CONFIGURATION:
  * tif_config.wince.h, tiffconf.wince.h, tif_wince.c: WinCE-specific
    compatibility stuff from Mateusz Loskot.
  * Rename config.h.vc and tif_config.h.vc to config.vc.h and
    tif_config.vc.h for easier identification by folks using an IDE.
  * configure, configure.ac: OJPEG support enabled by default (i.e., whe
    the conformant JPEG support enabled).
  * README.vms, Makefile.am, configure.com, libtiff/{Makefile.am,
    tif_config.h-vms, tif_stream.cxx, tif_vms.c, tiffconf.h-vms}: Added
    support for OpenVMS by Alexey Chupahin.
  * nmake.opt: use /EHsc for VS2005 compatibility. Also define
    _CRT_SECURE_NO_DEPRECATE to avoid noise on VS2005.

------------------------------------------------

CHANGES IN LIBTIFF:
  * tif_dirinfo.c (_TIFFFindFieldInfo): Don't attempt to bsearch() on a
    NULL fieldinfo list. (_TIFFFindFieldInfoByName): Don't attempt to
    lfind() on a NULL fieldinfo list.
  * tif_jpeg.c: Changed JPEGInitializeLibJPEG() so that it will convert
    from decompressor to compressor or compress to decompress if required
    by the force arguments. This works around a problem in where the
    JPEGFixupTestSubsampling() may cause a decompressor to be setup on a
    directory when later a compressor is required with the force flag set.
    Occurs with the addtiffo program for instance.
  * tif_dirwrite.c: Fixed swapping of byte arrays stored in-place in tag
    offsets as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1363
  * tif_getimage.c: workaround for 'Fractional scanline' error reading
    OJPEG images with rowsperstrip that is not a multiple of vertical
    subsampling factor. This bug is mentioned in
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1390 and
    http://www.asmail.be/msg0054766825.html
  * tif_dirread.c: Added special function to handle SubjectDistance EXIF
    tag as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1362
  * tif_dirread.c, tif_read.c: Type of the byte counters changed from
    tsize_t to uint32 to be able to work with data arrays larger than 2GB.
    Fixes bug http://bugzilla.remotesensing.org/show_bug.cgi?id=89 Idea
    submitted by Matt Hancher.
  * tif_dir.c: Workaround for incorrect TIFFs with ExtraSamples == 999
    produced by Corel Draw. As per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1490
  * tif_write.c: TIFFAppendToStrip() - clear sorted flag if we move a
    strip. http://bugzilla.remotesensing.org/show_bug.cgi?id=1359
  * tif_fax3.c: Save the state of printdir codec dependent method.
  * tif_jpeg.c: Save the state of printdir codec dependent method as per
    bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1273
  * tif_win32.c: Fixed problem with offset value manipulation as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1322
  * tif_fax3.c, tif_next.c, tif_pixarlog.c: Fixed multiple
    vulnerabilities, as per Gentoo bug ():
    http://bugs.gentoo.org/show_bug.cgi?id=142383
  * tif_lzw.c, tif_zip.c: Fixed problems with mixing encoding and decoding
    on the same read-write TIFF handle. The LZW code can now maintain
    encode and decode state at the same time. The ZIP code will switch
    back and forth as needed.
    http://bugzilla.remotesensing.org/show_bug.cgi?id=757
  * tif_msdos.c: Avoid handle leak for failed opens. c/o Thierry Pierron
  * tif_dirwrite.c: take care not to flush out buffer of strip/tile data
    in _TIFFWriteDirectory if TIFF_BEENWRITING not set. Relates to bug
    report by Peng Gao with black strip at bottom of images.
  * tif_dirwrite.c: make sure to use uint32 for wordcount in
    TIFFWriteNormanTag if writecount is VARIABLE2 for ASCII fields. It
    already seems to have been done for other field types. Needed for
    "tiffset" on files with geotiff ascii text.
  * tif_dirinfo.c: Added missed EXIF tag ColorSpace (40961).
  * tif_dirread.c: Move IFD fetching code in the separate function
    TIFFFetchDirectory() avoiding code duplication in TIFFReadDirectory()
    and TIFFReadCustomDirectory().
  * tif_readdir.c: Added case in EstimateStripByteCounts() for tiled
    files. Modified TIFFReadDirectory() to not invoke
    EstimateStripByteCounts() for case where entry 0 and 1 are unequal but
    one of them is zero.
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1204
  * tif_open.c, tif_dirread.c, tiffiop.h: Move IFD looping checking code
    in the separate function TIFFCheckDirOffset().
  * tif_aux.c: Added _TIFFCheckRealloc() function.
  * tif_fax3.c: Fixed problems in fax decoder as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1194
  * tif_jbig.c: Added support for JBIG compression scheme (34661 code)
    contributed by Lee Howard. As per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=896
  * tif_getimage.c: Added support for planarconfig separate non-subsampled
    YCbCr (i.e. separate YCbCr with subsampling [1,1]).
  * tif_getimage.c: Revision of all RGB(A) put routines:
       * Conversion of unassociated alpha to associated alpha now done
         with more performant LUT, and calculation more correct.
       * Conversion of 16bit data to 8bit data now done with more
         performant LUT, and calculation more correct
       * Bugfix of handling of 16bit RGB with unassociated alpha
  * tif_ojpeg.c: totally new implementation
  * tif_getimage.c: removed TIFFTAG_JPEGCOLORMODE handling of OJPEG images
    in favor of tif_getimage.c native handling of YCbCr and desubsampling.
  * tif_jpeg.c: JPEGVSetField() so that altering the photometric
    interpretation causes the "upsampled" flag to be recomputed. Fixes
    peculiar bug where photometric flag had to be set before jpegcolormode
    flag.

------------------------------------------------

CHANGES IN THE TOOLS:
  * tiff2ps.c: Added support 16-bit images as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1566. Patch from
    William Bader.
  * tiff2pdf.c: Fix for TIFFTAG_JPEGTABLES tag fetching and significant
    upgrade of the whole utility as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1560. Now we don't
    need tiffiop.h in tiff2pdf anymore and will open output PDF file using
    TIFFClientOpen() machinery as it is implemented by Leon Bottou.
  * tiffcrop.c: New tiffcrop utility contributed by Richard Nolde. As per
    bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1383
  * tiff2pdf.c: Do not assume inches when the resolution units do not
    specified. As per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1366
  * tiffset.c: Properly handle tags with TIFF_VARIABLE writecount. As per
    bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1350
  * tif2rgba.c: This utility does not work properly on big-endian
    architectures. It was fixed including the bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1149
  * tiff2pdf.c: Fix handling of -q values.
    http://bugzilla.remotesensing.org/show_bug.cgi?id=587
  * tiffcmp.c: Fixed floating point comparison logic as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1191
  * tiff2pdf.c: Fixed buffer overflow condition in t2p_write_pdf_string()
    as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1196

------------------------------------------------

CHANGES IN THE CONTRIB AREA:
  * contrib/addtiffo/tif_overview.c: Fix problems with odd sized output
    blocks in TIFF_DownSample_Subsampled() (bug 1542).
  * contrib/dbs/xtiff/xtiff.c: Make xtiff utility compilable. Though it is
    still far from the state of being working and useful.
2009-08-24 08:50:33 +00:00
..
3DKit Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
aalib Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
agg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
aqsis Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
artist PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
asymptote Initial import of asymptote-1.84 from pkgsrc-wip, packaged by 2009-08-21 23:02:29 +00:00
autopano-sift-C The SIFT algorithm provides the capability to identify key feature points within 2009-08-20 20:24:28 +00:00
autotrace bump PKGREVISION for ImageMagick shlib name change 2009-08-11 14:35:15 +00:00
aview Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
babl Fix USE_DESTDIR installation 2009-08-22 09:15:19 +00:00
barcode Patch improperly escaped regexp strings in an awk script. Fixes broken 2008-09-08 05:13:12 +00:00
bktr2jpeg
blender Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
blender-doc Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
blinkenthemes Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
blinkentools
cairo Set license to gnu-lgpl-v2.1 and mpl-1.1. 2009-07-10 16:26:40 +00:00
cairomm Update to 1.8.2. Set LICENSE. 2009-07-18 13:06:44 +00:00
cal3d Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
cal3d-examples Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
cambevao Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
camediaplay Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
camlimages amd64 has optimizer too. 2009-08-03 12:56:29 +00:00
cdlabelgen Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
Cenon Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
cheese Update to 2.26.3: 2009-08-08 16:06:20 +00:00
cinepaint this needs gmake, at least for me 2009-08-05 17:27:21 +00:00
circos user-destdir support. Deal with bash dependency. Bump revision. 2009-07-09 19:48:23 +00:00
claraocr Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
clutter Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
clutter-box2d Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
clutter-cairo Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
clutter-gtk Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
cnxtview
Coin Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
comix Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
compface Add DESTDIR support. 2009-06-11 10:04:27 +00:00
cpia2view Create needed directories. 2009-06-29 22:38:39 +00:00
cqcam update master_sites and homepage. 2009-08-16 20:14:39 +00:00
CRWInfo Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
dcraw
denemo Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
dia Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
dia-python Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python 2009-07-08 13:55:58 +00:00
digikam Update to 0.9.6. Set LICENSE. 2009-07-18 20:18:12 +00:00
digikam-doc Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
djview4 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
djvulibre-lib Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
djvulibre-tools Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
dvipng Enable t1lib font rendering. This fixes PR 41773. 2009-08-03 18:45:36 +00:00
dx add a comment telling that ImageMagick detection in "configure" 2009-08-11 15:44:01 +00:00
dxsamples Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
eog Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
epeg Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
evas Update to June snapshot of E17. No detailed changes. 2009-07-14 22:16:25 +00:00
evas-buffer Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-edb Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-eet Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-gif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-jpeg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-pmaps Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-png Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-sdl Explicitly request SDL support. 2009-06-29 20:26:43 +00:00
evas-sdl-16 Must explicitly request SDL support. 2009-06-29 20:28:35 +00:00
evas-software-16-x11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-software-x11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-svg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-tiff Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-xpm Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
evas-xrender-x11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ewipe Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
exif
exifprobe
exiftags
exiv2 update to 0.18.2 2009-07-07 10:02:51 +00:00
exiv2-organize fix DESTDIR installation (explicitely create bin dir) 2009-07-29 19:57:24 +00:00
f-spot recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
f4l
fbm
feh Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
flphoto Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
fly Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
fnlib Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
fotoxx Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
frameworks Make DESTDIR ready. 2009-08-03 13:45:10 +00:00
freeglut Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
freetype Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
freetype-lib Add patches to avoid conflict with getline(3). 2009-08-11 15:26:22 +00:00
freetype-utils
freetype2 freetype2's .pc file requests linkage with -lz, so pull in zlib's bl3.mk 2009-07-21 12:00:41 +00:00
fujiplay
g2 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
g3d Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gd PKG_DESTDIR_SUPPORT needs to be before .include "options.mk" 2009-05-18 22:18:42 +00:00
gdchart Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gdk-pixbuf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
geeqie Make bash run-dependency as intended in previous. 2009-08-05 00:18:04 +00:00
gegl Changes 0.1.0: 2009-08-21 19:41:13 +00:00
GeometryKit Fix PLIST for gnustep hierachy changes. Bump revision. 2009-07-06 16:23:33 +00:00
geomview MAKE_JOBS_SAFE=no 2009-08-03 14:01:32 +00:00
get_ds7 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gfract Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gif2png Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
gif320
gifsicle
giftrans
gimageview Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gimmage Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gimp Changes 2.6.7: 2009-08-21 19:46:27 +00:00
gimp-color-manager
gimp-docs Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gimp-fix-ca
gimp-liquid-rescale Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gimp-rawphoto
gimp-refocus-it
gimp-ufraw odd an option to pull in "lensfun" to correct lens distortions; 2009-07-29 17:49:41 +00:00
gimp-warp-sharp
gimp1
gimp1-base MAKE_JOBS_SAFE=no 2009-08-04 13:58:57 +00:00
gimp1-data
gimp1-wideangle
gimp2-wideangle
giram Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
gle Remove two master sites: one does not have the file, the other times out. 2009-08-09 22:25:07 +00:00
glew Changes 1.5.0: 2009-08-21 15:02:32 +00:00
glitz Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gliv Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
glu Fix symbol handling in glu. Patch from upstream via Jörn Clausen 2009-08-08 08:25:50 +00:00
glut Update to 7.4.4. Make software ratserizer actually work. Add one patch from 2009-07-08 20:00:57 +00:00
GlutKit Fix build in new GNUSTEP world order. 2009-07-07 05:40:51 +00:00
glx-utils Update to 7.4.4. Make software ratserizer actually work. Add one patch from 2009-07-08 20:00:57 +00:00
GLXKit Fix installation for new GNUSTEP world order. 2009-07-07 05:46:52 +00:00
gmngview
GMT Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gnome-backgrounds Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gnome-icon-theme Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gnuplot Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gnuplot-nox11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gocr Update to gocr v0.47. See the README file for all the changes since v0.40. 2009-07-21 20:23:54 +00:00
goocanvas Update goocanvas to 0.15. 2009-08-08 07:50:20 +00:00
goocanvasmm Update goocanvasmm to 0.15. 2009-08-08 08:01:57 +00:00
gphoto Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gphoto2 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gqview Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gqview-devel Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gqview-gtk1 Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
grap Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
GraphicsMagick Update GraphicsMagick to 1.3.6. 2009-08-08 04:45:28 +00:00
graphviz Fix typo in comment. 2009-07-22 19:38:34 +00:00
gri Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
gst-plugins0.10-cairo
gst-plugins0.10-jpeg add a gst plugin pkg dor jpeg (part of -good) 2008-09-14 13:17:39 +00:00
gst-plugins0.10-png add a security patch from upstream CVS: 2009-06-05 10:48:37 +00:00
gthumb drop libgnomeprint(ui) dependencies which are not needed anymore, 2009-07-30 11:40:42 +00:00
gtkam Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gtkglext Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gtkimageview Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gtksee Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
guile-cairo Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
GUIlib Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gwenview Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gwenview-i18n Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
h5utils Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
hermes Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
hicolor-icon-theme Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
hp2xx
hugin Hugin is an opensource graphical user interface (GUI) for Panorama tools. 2009-08-21 18:08:44 +00:00
icon-naming-utils Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
iGMT Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ilmbase Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ImageMagick this changed its shlib major number on last update, adjust ABI requirement 2009-08-10 19:59:48 +00:00
ImageViewer Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
imlib Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
imlib2 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
impress Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
inkscape Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
ivtools Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
jasper Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
jhead Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
jpeg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
jpeg2ps Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
jpeg_ls Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
jpeginfo update mirror. 2009-05-21 11:03:30 +00:00
jpegoptim
jpegpixi
kbarcode Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
kdegraphics3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
kipi-plugins back out unneeded PKGREV change (has been there only for minutes), 2009-08-11 15:24:27 +00:00
kipi-plugins-calendar Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
koverartist Drop MASTER_SITE and custom fetch logic, URL doesn't work. 2009-08-03 12:58:28 +00:00
kphotoalbum Make it build on DragonFly. 2009-07-11 19:36:43 +00:00
kphotobook Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
kphotools Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
lcms Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
lensfun remove the dead mirror from master sites. 2009-08-23 14:06:09 +00:00
lib3ds Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libart Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libcaca Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libexif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libexif-gtk Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgdiplus Update to mono 2.4.2 2009-07-15 11:42:31 +00:00
libggi Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libggigcp Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libggimisc Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libggiwmh Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgii Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgiigic Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgnomecanvas Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgnomecanvasmm Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libkdcraw Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libkexif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libkexiv2 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libkipi Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
liblqr Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libotf Update to 0.9.9: 2009-03-22 21:12:51 +00:00
libpano13 The pano13 library is the backend library used by many applications. 2009-08-20 20:07:29 +00:00
libpuzzle Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
librsvg Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
libscigraphica Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libungif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libv4l Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libvideogfx Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libwmf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ljpeg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
lprof Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
magicpoint Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
mayavi for sanity, include "python/application.mk" first 2009-08-05 17:29:56 +00:00
Mesa Update to 7.4.4. Make software ratserizer actually work. Add one patch from 2009-07-08 20:00:57 +00:00
MesaDemos Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
MesaLib As suggested by Tom Spindler, remove the libdrm version requirement 2009-08-08 15:03:18 +00:00
metacam
mgl Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
mng Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
mpeg2codec Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
mpgtx
ncview MAKE_JOBS_SAFE=no 2009-08-03 14:49:09 +00:00
netpbm typo in previous 2009-07-21 12:40:54 +00:00
Ngraph Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ns-cult3d Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
nvtv Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ocrad Update ocrad to 0.18. 2009-07-11 08:05:06 +00:00
opencv Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
opendis
openexr include <string.h> for strcmp(3) prototype. Fixes Linux build. 2009-07-21 11:50:35 +00:00
OpenRM Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
optipng Changes 0.6.3: 2009-05-28 08:07:50 +00:00
ov519view Create needed directories. 2009-06-29 17:36:12 +00:00
p5-cairo There is no gnu-gpl-v2.1 and this package does not define it either. 2009-05-21 19:42:44 +00:00
p5-Chart Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Chart-ThreeD Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-clutter Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
p5-GD pkgsrc changes: 2009-07-16 06:18:43 +00:00
p5-GD-Graph-sparklines Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GD-Graph3d Importing package for p5 module for GD::Graph3d version 0.63. This supersedes 2009-08-17 17:50:11 +00:00
p5-GD-SecurityImage pkgsrc changes: 2009-05-21 18:00:52 +00:00
p5-GD-SVG Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GDGraph Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GDGraph-boxplot adding license 2009-08-23 09:24:37 +00:00
p5-Gdk-Imlib MAKE_JOBS_SAFE=no 2009-08-03 15:23:58 +00:00
p5-Gdk-Pixbuf MAKE_JOBS_SAFE= no 2009-08-03 15:24:18 +00:00
p5-GDTextUtil Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GIFgraph Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GraphViz Fix destdir. 2009-07-16 10:51:17 +00:00
p5-Image-ExifTool Update to production release 7.89. 2009-08-18 23:30:08 +00:00
p5-Image-Imlib2 Update from version 2.01nb1 to 2.02. 2009-01-05 12:56:34 +00:00
p5-Image-Info Updating package for p5 module Image::Info from 1.28nb1 to 1.29 2009-08-08 13:33:12 +00:00
p5-Image-Size PkgSrc changes: 2009-04-12 12:05:43 +00:00
p5-PerlMagick No need to buildlink x11 here, ImageMagick/buildlink3.mk handle it. 2009-07-26 03:02:27 +00:00
p5-RRDTool-OO Updating package fot p5 module RRDTool::OO from 0.22nb1 to 0.25 2009-07-08 12:43:43 +00:00
p5-SVG PkgSrc changes: 2009-05-01 22:03:18 +00:00
p5-SWF-File PkgSrc changes: 2009-04-11 23:15:19 +00:00
p5-Template-GD - Adding recommended dependencies (used modules) 2009-08-17 19:35:54 +00:00
PanoTools Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pdiff
pear-Image_Canvas Give up MAINTAINER 2009-07-17 18:00:13 +00:00
pear-Image_Color Give up MAINTAINER 2009-07-17 18:00:13 +00:00
pear-Image_Graph Give up MAINTAINER 2009-07-17 18:00:13 +00:00
pfstmo Import pfstmo-1.3.2 as graphics/pfstmo. 2009-01-18 12:48:19 +00:00
pfstools Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pgraf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
photopc
php-exif
php-gd
php-jpgraph Give up MAINTAINER 2009-07-17 18:00:13 +00:00
phpsview
pixieplus to save myself the work to install KDE3: instead of checking now 2009-08-11 14:38:27 +00:00
pixmap Various fixes: 2008-11-30 08:43:16 +00:00
ploticus Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ploticus-examples Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
plotmtv Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
plotutils Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
plotutils-nox11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
png Use .tar.bz2 again, 112kb bigger (gz is 280kb bigger). 2009-08-16 13:21:15 +00:00
png2html Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pngcheck Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pngcrush Changes 1.7.0: 2009-07-21 06:40:36 +00:00
pornview Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
potrace
povray Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ppmtoxvpic
prag
ps2eps
pstoedit bump PKGREVISION for ImageMagick shlib name change 2009-08-11 14:35:15 +00:00
py-biggles Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-cairo Does not build against python-2.4, remove it from accepted versions. 2009-08-15 14:26:38 +00:00
py-clutter not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
py-gd Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-gdchart Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-gnuplot Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-goocanvas not for python-2.4, because support was dropped from py-cairo 2009-08-19 08:06:47 +00:00
py-gtkglext not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
py-imaging Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-imagingtk Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-matplotlib Update py-matplotlib* to 0.98.4 2009-08-05 11:02:12 +00:00
py-matplotlib-gtk2 not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
py-matplotlib-tk Update py-matplotlib* to 0.98.4 2009-08-05 11:02:12 +00:00
py-OpenGL Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-piddle Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
qcamview Create needed directories. 2009-06-29 17:10:27 +00:00
qimageblitz Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
qiv Add user-destdir support. 2009-02-17 01:08:24 +00:00
quesoglc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qvplay Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
rabbit Update rabbit to 0.6.1. 2009-07-18 01:35:45 +00:00
radiance Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
rayshade Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
refocus-it
RenderKit Regen PLIST after gnustep hierachy changes. Bump revision. 2009-07-06 21:50:39 +00:00
resize_image
ruby-clutter Import ruby-clutter-0.8.0 as graphics/ruby-clutter. 2008-12-16 12:22:38 +00:00
ruby-clutter-cairo Import ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo. 2008-12-16 12:27:49 +00:00
ruby-clutter-core Import ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core. 2008-12-16 12:26:20 +00:00
ruby-clutter-gtk Import ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk. 2008-12-16 12:29:31 +00:00
ruby-color Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ruby-gd Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-gnome2-gdkpixbuf Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnome2-gnomecanvas Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnome2-goocanvas Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnome2-gtkglext Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnome2-libart Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnome2-rsvg Update ruby-gnome2 to 0.19.1. 2009-08-12 12:43:08 +00:00
ruby-gnuplot Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-imlib2 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ruby-mini-magick Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ruby-opengl Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-rcairo Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-RMagick bump PKGREVISION for ImageMagick shlib name change 2009-08-11 15:41:01 +00:00
s10sh Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
sane-backends * Make it link on DragonFly and maybe some others (sane_find_scanner needs 2009-08-20 03:53:20 +00:00
sane-frontends
scigraphica Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
scrot Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
SDL_image Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
SDLKit Fix build in the new GNUSTEP world order. 2009-07-07 05:50:21 +00:00
showimg Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
silgraphite Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
silgraphite-ft Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
silgraphite-xft Fixed pkglint warning. 2009-04-26 10:13:31 +00:00
simage Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
skencil Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
snx101view Add missing directories. 2009-06-29 16:36:33 +00:00
spcaview
tesseract Update to 2.04. Set LICENSE. 2009-07-22 20:57:47 +00:00
tex-a2ping Import tex-a2ping-2.77p as graphics/tex-a2ping. 2009-08-03 23:48:44 +00:00
tex-a2ping-doc Import tex-a2ping-doc-2.77p as graphics/tex-a2ping-doc. 2009-08-03 23:49:19 +00:00
tgif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tiff Update to 3.9.0: 2009-08-24 08:50:33 +00:00
TiffIO
tkpiechart Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tuxpaint Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tuxpaint-config Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tuxpaint-stamps Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ucview Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
unicap Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
urt Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vcg Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
veusz Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vid Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
viewfax Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vigra update homepage and master_sites. 2009-08-16 20:21:47 +00:00
vnc2swf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vp
vtk Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vtk-data Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vtk-docs Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vtk-python Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wmphoto Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wxsvg update to 1.0 2009-08-11 18:57:07 +00:00
x11rec turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing 2009-08-11 15:40:18 +00:00
xart Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xbmbrowser Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xdvipresent Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
xfce4-icon-theme Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
xfig Fix PLIST for platforms !NetBSD. Bump PKGREVISION. 2009-08-11 19:41:43 +00:00
xgraph
xli Convert to user-destdir. From Aleksey Cheusov in PR 40118. 2009-04-29 09:24:17 +00:00
xmorph Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xpaint Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xplot Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xplot-devel Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xpm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xsane Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xv Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
xzgv Needs pkg-config. 2009-02-07 16:58:04 +00:00
zphoto Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
Makefile + asymptote. 2009-08-21 23:02:55 +00:00