Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 0864ec9fbc Changes 1.7.0:
* Added new atttribute types:
  M33dAttribute   3x3 double-precision matrix
  M44dAttribute   4x4 double-precision matrix
  V2d             2D double-precision vector
  V3d             3D double-precision vector
* Bug fix: crash when reading a damaged image file (found
  by Apple).  An exception thrown inside the PIZ Huffman
  decoder bypasses initialization of an array of pointers.
  The uninitialized pointers are later passed to operator
  delete.
* Bug fix: crash when reading a damaged image file (found by
  Apple).  Computing the size of input certain buffers may
  overflow and wrap around to a small number, later causing
  writes beyond the end of the buffer.
* In the "Technical Introduction" document, added
  Premultiplied vs. Un-Premulitiplied Color section:
  states explicitly that pixels with zero alpha and non-zero
  RGB are allowed, points out that preserving such a pixel can
  be a problem in application programs with un-premultiplied
  internal image representations.
* exrenvmap improvements:
  - New command line flags set the type of the input image to
    latitude-longitude map or cube-face map, overriding the
    envmap attribute in the input file header.
  - Cube-face maps can now be assembled from or split into six
    square sub-images.
  - Converting a cube-face map into a new cube-face map with
    the same face size copies the image instead of resampling
    it.  This avoids blurring when a cube-face map is assembled
    from or split into sub-images.
* Updated standard chromaticities in ImfAcesFile.cpp to match
  final ACES (Academy Color Encoding Specification) document.
* Added worldToCamera and worldToNDC matrices to ImfStandardAttributes.h
* Increased the maximum length of attribute and channel names
  from 31 to 255 characters.  For files that do contain names
  longer than 31 characters, a new LONG_NAMES_FLAG in the fil
  version number is set.  This flag causes older versions of
  the IlmImf library (1.6.1 and earlier) to reject files with
  long names.  Without the flag, older library versions would
  mis-interpret files with long names as broken.
* Reading luminance/chroma-encoded files via the RGBA
  interface is faster: buffer padding avoids cache thrashing
  for certain image sizes, redundant calls to saturation()
  have been eliminated.
* Added "hemispherical blur" option to exrenvmap.
* Added experimental version of I/O classes for ACES file
  format (restricted OpenEXR format with special primaries
  and white point); added exr2aces file converter.
* Added new constructors to classes Imf::RgbaInputFile and
  Imf::TiledRgbaInputFile.  The new constructors have a
  layerName parameter, which allows the caller to specify
  which layer of a multi-layer or multi-view image will
  be read.
* A number of member functions in classes Imf::Header,
  Imf::ChannelList and Imf::FrameBuffer have parameters
  of type "const char *".  Added equivalent functions that
  take "const std::string &" parameters.
* Added library support for Weta Digital multi-view images:
  StringVector attribute type, multiView standard attribute
  of type StringVector, utility functions related to grouping
  channels into separate views.
2010-12-14 09:55:56 +00:00
archivers Remove patch that should have been removed with gtar-1.25 update. 2010-12-14 09:18:51 +00:00
audio Fix path to dbus machine-id file. Bump PKGREVISION. 2010-12-02 21:17:43 +00:00
benchmarks Changes 3.7.1: 2010-10-16 10:15:56 +00:00
biology Update to Gromacs 4.5.3 2010-11-23 19:43:58 +00:00
bootstrap Update information with my experience. Thanks to <riz> for reminding. 2010-12-02 17:12:39 +00:00
cad PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
chat Work around an issue where SunOS (10) definition of SIGRTMIN and SIGRTMAX 2010-12-13 19:32:11 +00:00
comms Update to 1.6.2.15. This is primarily a bugfix release. 2010-12-12 10:19:44 +00:00
converters Re-add part of revision 1.3 to fix build under Mac OS X Leopard and newer. 2010-12-09 19:42:12 +00:00
cross fix PLIST for new doxygen, depend on latest version, bump PKGREVISION 2010-08-05 15:50:22 +00:00
databases Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
devel Set LICENSE. 2010-12-12 12:20:10 +00:00
distfiles
doc Updated graphics/shotwell to 0.7.2nb3 2010-12-14 07:46:17 +00:00
editors Update emacs-snapshot to 24.0.50.20101204. 2010-12-08 22:00:11 +00:00
emulators Update for CVE-2010-3864. Bump PKGREVISION. 2010-12-12 09:58:21 +00:00
filesystems * Release 1.8.1 (2010-10-28) 2010-12-04 01:58:57 +00:00
finance Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
fonts Update to 0.422 (PR pkg/44223) 2010-12-12 13:11:52 +00:00
games Added games/openttd-data version 0.3.1 2010-12-08 17:50:36 +00:00
geography Viking 1.0 (2010-11-14) 2010-11-20 01:54:35 +00:00
graphics Changes 1.7.0: 2010-12-14 09:55:56 +00:00
ham PR pkg/44036 2010-12-07 13:14:57 +00:00
inputmethod Update ibus-handwrite to 2.1.2. 2010-12-14 06:20:42 +00:00
lang Update lang/php53 package to 5.3.4 (PHP 5.3.4). 2010-12-13 13:16:37 +00:00
licenses Add the license for devel/ldpc (Low Density Parity Check Codes) 2010-11-29 06:45:03 +00:00
mail Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
math Update to 1.10.12: 2010-12-12 11:56:25 +00:00
mbone Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
meta-pkgs Update to KDE SC 4.5.4 2010-12-06 11:43:38 +00:00
misc Update to 0.8.12: 2010-12-12 11:55:42 +00:00
mk Fix build on 64bit linux platforms. When buildlinking directories we 2010-12-03 18:59:20 +00:00
multimedia make it compile with gcc 4.2... by removing un-needed "Void"'s. 2010-12-13 21:32:14 +00:00
net Add quvi 2010-12-13 12:45:47 +00:00
news add LICENSE=gnu-gpl-v2. 2010-12-09 15:32:10 +00:00
packages
parallel Fix build on NetBSD-current: rename getline() and openssl>=1.0 issues. 2010-12-08 11:30:18 +00:00
pkgtools Don't warn about _ALPHA, _BETA, _PATCH, _RC, _STABLE mismatches 2010-12-12 13:18:38 +00:00
print +scribus-qt4 2010-12-13 11:52:29 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Get this close to build under Mac OS X by removing some horrible use 2010-12-13 16:03:20 +00:00
shells Revert previous, which deleted the whole contents (hi roy!). 2010-11-30 09:04:58 +00:00
sysutils Fix compatibility with texi2html-5.0. 2010-12-13 13:37:49 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc Update to 0.9.21: 2010-12-12 12:00:30 +00:00
time Update to 0.66: 2010-12-02 12:28:15 +00:00
wm update to 2.30.3 2010-11-24 20:27:37 +00:00
www Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
x11 Add "Require: xproto" to fake *.pc files for the case xproto.pc exists. 2010-12-13 07:51:45 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.