Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 32c356e337 Update to 3.2.2
Upstream changes:
CHANGES IN R 3.2.2:

  SIGNIFICANT USER-VISIBLE CHANGES:

    * It is now easier to use secure downloads from https:// URLs on
      builds which support them: no longer do non-default options need
      to be selected to do so.  In particular, packages can be
      installed from repositories which offer https:// URLs, and those
      listed by setRepositories() now do so (for some of their
      mirrors).

      Support for https:// URLs is available on Windows, and on other
      platforms if support for libcurl was compiled in and if that
      supports the https protocol (system installations can be expected
      to do).  So https:// support can be expected except on rather old
      OSes (an example being OS X 'Snow Leopard', where a non-system
      version of libcurl can be used).

      (Windows only) The default method for accessing URLs _via_
      download.file() and url() has been changed to be "wininet" using
      Windows API calls.  This changes the way proxies need to be set
      and security settings made: there have been some reports of sites
      being inaccessible under the new default method (but the previous
      methods remain available).

  NEW FEATURES:

    * cmdscale() gets new option list. for increased flexibility when a
      list should be returned.

    * configure now supports texinfo version 6.0, which (unlike the
      change from 4.x to 5.0) is a minor update.  (Wish of PR#16456.)

    * (Non-Windows only) download.file() with default method = "auto"
      now chooses "libcurl" if that is available and a https:// or
      ftps:// URL is used.

    * (Windows only) setInternet2(TRUE) is now the default.  The
      command-line option --internet2 and environment variable
      R_WIN_INTERNET2 are now ignored.

      Thus by default the "internal" method for download.file() and
      url() uses the "wininet" method: to revert to the previous
      default use setInternet2(FALSE).

      This means that https:// can be read by default by
      download.file() (they have been readable by file() and url()
      since R 3.2.0).

      There are implications for how proxies need to be set (see
      ?download.file): also, cacheOK = FALSE is not supported.

    * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors
      in preference to HTTP mirrors.  This changes the interpretation
      of their ind arguments: see their help pages.

    * capture.output() gets optional arguments type and split to pass
      to sink(), and hence can be used to capture messages.

  C-LEVEL FACILITIES:

    * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has
      the alloca.h header (it is needed to define alloca on Solaris and
      AIX, at least: see 'Writing R Extensions' for how to use it).

  INSTALLATION and INCLUDED SOFTWARE:

    * The libtool script generated by configure has been modified to
      support FreeBSD >= 10 (PR#16410).

  BUG FIXES:

    * The HTML help page links to demo code failed due to a change in R
      3.2.0.  (PR#16432)

    * If the na.action argument was used in model.frame(), the original
      data could be modified. (PR#16436)

    * getGraphicsEvent() could cause a crash if a graphics window was
      closed while it was in use. (PR#16438)

    * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type
      "expression".

    * strptime() could overflow the allocated storage on the C stack
      when the timezone had a non-standard format much longer than the
      standard formats. (Part of PR#16328.)

    * options(OutDec = s) now signals a warning (which will become an
      error in the future) when s is not a string with exactly one
      character, as that has been a documented requirement.

    * prettyNum() gains a new option input.d.mark which together with
      other changes, e.g., the default for decimal.mark, fixes some
      format()ting variants with non-default getOption("OutDec") such
      as in PR#16411.

    * download.packages() failed for type equal to either "both" or
      "binary".  (Reported by Dan Tenenbaum.)

    * The dendrogram method of labels() is much more efficient for
      large dendrograms, now using rapply().  (Comment #15 of PR#15215)

    * The "port" algorithm of nls() could give spurious errors.
      (Reported by Radford Neal.)

    * Reference classes that inherited from reference classes in
      another package could invalidate methods of the inherited class.
      Fixing this requires adding the ability for methods to be
      "external", with the object supplied explicitly as the first
      argument, named .self. See "Inter-Package Superclasses" in the
      documentation.

    * readBin() could fail on the SPARC architecture due to alignment
      issues.  (Reported by Radford Neal.)

    * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead
      of returning NaN. (PR#16475)

    * Auto-printing of S3 and S4 values now searches for print() in the
      base namespace and show() in the methods namespace instead of
      searching the global environment.

    * polym() gains a coefs = NULL argument and returns class "poly"
      just like poly() which gets a new simple=FALSE option.  They now
      lead to correct predict()ions, e.g., on subsets of the original
      data.

    * rhyper(nn, <large>) now works correctly. (PR#16489)

    * ttkimage() did not (and could not) work so was removed. Ditto for
      tkimage.cget() and tkimage.configure(). Added two Ttk widgets and
      missing subcommands for Tk's image command: ttkscale(),
      ttkspinbox(), tkimage.delete(), tkimage.height(),
      tkimage.inuse(), tkimage.type(), tkimage.types(),
      tkimage.width(). (PR#15372, PR#16450)

    * getClass("foo") now also returns a class definition when it is
      found in the cache more than once.
2015-08-14 12:40:19 +00:00
archivers Changes 5.3.2: 2015-08-13 15:42:05 +00:00
audio Fix build with PKGSRC_USE_SSP 2015-08-10 21:19:28 +00:00
benchmarks Update to 3.430 2015-07-13 14:05:56 +00:00
biology Skip portability checks for sample scripts. 2015-07-27 19:47:55 +00:00
bootstrap If "/usr/bin/bash" is installed under Solaris always prefer it over the 2015-06-13 13:15:39 +00:00
cad - Switch to 32-bit version; 64-bit version has issues with emulation of 2015-08-13 20:27:43 +00:00
chat Disable gstreamer option by default. 2015-08-06 19:39:19 +00:00
comms Don't use variable strings as format strings. Don't link with -lc_r on 2015-08-13 20:16:22 +00:00
converters Add libwps03 2015-08-12 00:30:26 +00:00
cross Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
databases Update databases/redis to 3.0.3. 2015-08-13 07:43:40 +00:00
devel Changes 1.59.0: 2015-08-14 07:54:04 +00:00
distfiles
doc Updated security/gnutls to 3.3.17.1 2015-08-14 11:49:04 +00:00
editors Update to 3.5.01 2015-08-09 17:39:33 +00:00
emulators Update to 2.4.0 2015-08-12 06:55:59 +00:00
filesystems Update to 0.19 2015-08-03 07:53:40 +00:00
finance Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
fonts Update tex-fontspec{,-doc} to 2.4d 2015-08-09 09:54:12 +00:00
games Update URLs for Z-code games. From pgoyette. 2015-07-27 23:12:31 +00:00
geography Update py-geojson to 1.2.2. 2015-08-06 10:15:12 +00:00
graphics Changes 1.13.0: 2015-08-12 10:52:48 +00:00
ham (pkgsrc) 2015-08-14 06:19:13 +00:00
inputmethod Not MAKE_JOBS_SAFE. 2015-08-10 19:27:48 +00:00
lang Revert accidently commit. 2015-08-10 01:46:00 +00:00
licenses add license file for cad/eagle 2015-08-12 17:35:30 +00:00
mail Use the right subdirectory as rpath. 2015-08-13 20:17:30 +00:00
math Update to 3.2.2 2015-08-14 12:40:19 +00:00
mbone Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
meta-pkgs Changes 1.59.0: 2015-08-14 07:54:04 +00:00
misc Update goffice0.10 to version 0.10.23 in preparation for new gnumeric112. 2015-08-13 15:10:44 +00:00
mk Set openjdk8 as default on NetBSD 5 or later. 2015-08-12 01:06:45 +00:00
multimedia Remove xfmedia, it's an abandoned project. 2015-08-12 11:31:05 +00:00
net When the openssl option is enabled, ensure that the openssl libraries 2015-08-13 21:49:47 +00:00
news Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
packages
parallel Deal with linux 4.x 2015-06-29 21:44:33 +00:00
pkgtools Update pkgin to version 0.9.1. Changes: 2015-08-13 15:16:55 +00:00
print Use memmove instead of memcpy in one place. 2015-08-12 22:27:22 +00:00
regress Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
security Update to 3.17.1: 2015-08-14 11:48:55 +00:00
shells Fix a couple new-to-5.0.8 issues with command completion. 2015-07-26 22:04:13 +00:00
sysutils Bring in a patch from upstream to fix unaligned access in the metadata 2015-08-13 08:57:08 +00:00
templates
textproc Update to 0.1.4 2015-08-12 00:34:16 +00:00
time Update to 1.93: 2015-08-13 15:00:22 +00:00
wm Update to 1.1.1: 2015-07-29 17:12:31 +00:00
www Version 1.9.0 2015-08-13 20:47:41 +00:00
x11 Add support for CFLAGS 2015-08-09 14:55:58 +00:00
Makefile
pkglocate
README

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

Please see doc/pkgsrc.txt for information.