NetBSD.se

CVS log for pkgsrc/math/R/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / math / R

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Apr 15 03:29:47 2012 UTC (5 weeks, 3 days ago) by markd
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -3 lines
Update to 2.14.2

CHANGES IN R VERSION 2.14.2:

  NEW FEATURES:

    o The internal untar() (as used by default by R CMD INSTALL) now
      knows about some pax headers which bsdtar (e.g., the default tar
      for Mac OS >= 10.6) can incorrectly include in tar files, and
      will skip them with a warning.

    o Function compactPDF() in package tools now takes the default for
      argument gs_quality from environment variable GS_QUALITY: there
      is a new value "none", the ultimate default, which prevents
      GhostScript being used in preference to qpdf just because
      environment variable R_GSCMD is set.  If R_GSCMD is unset or set
      to "", the function will try to find a suitable GhostScript
      executable.

    o For consistency with the logLik() method, nobs() for "nls" files
      now excludes observations with zero weight.  (Reported by Berwin
       Turlach.)

  UTILITIES:

    o R CMD check now reports by default on licenses not according to
      the description in 'Writing R Extensions'.

    o R CMD check has a new option --as-cran to turn on most of the
      customizations that CRAN uses for its incoming checks.

  PACKAGE INSTALLATION:

    o R CMD INSTALL will now no longer install certain file types from
      inst/doc: these are almost certainly mistakes and for some
      packages are wasting a lot of space.

  + BUG FIXES

CHANGES IN R VERSION 2.14.1:

  NEW FEATURES:

    o parallel::detectCores() is now able to find the number of
      physical cores (rather than CPUs) on Sparc Solaris.

      It can also do so on most versions of Windows; however the
      default remains detectCores(logical = TRUE) on that platform.

    o Reference classes now keep a record of which fields are locked.
      $lock() with no arguments returns the names of the locked fields.

    o HoltWinters() reports a warning rather than an error for some
      optimization failures (where the answer might be a reasonable
      one).

    o tools::dependsOnPkg() now accepts the shorthand dependencies =
      "all".

    o parallel::clusterExport() now allows specification of an
      environment from which to export.

    o The quartz() device now does tilde expansion on its file
      argument.

    o Option print in Sweave's RweaveLatex() driver now emulates
      auto-printing rather than printing (which can differ for an S4
      object by calling show() rather than print()).

    o filled.contour() now accepts infinite values: previously it might
      have generated invalid graphics files (e.g. containing NaN
      values).

  + BUG FIXES

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:13:32 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2 lines
Recursive bump for pcre-8.30* (shlib major change)

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:40:51 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
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.123: download - view: text, markup, annotated - select for diffs
Mon Dec 12 06:49:26 2011 UTC (5 months, 1 week ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +18 -1 lines
This needs a pile more tex packages to build successfully in a clean
environment. Note: some of the ones I'm adding may not be absolutely
required; I made this list by checking atimes after building R with
all tex stuff available, and confirmed that with (only) these packages
available it does build.

It doesn't help that the R makefile, apparently intentionally, doesn't
stop if running tex fails.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sun Dec 11 21:10:05 2011 UTC (5 months, 1 week ago) by dholland
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
fix pasto

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sun Dec 11 18:41:47 2011 UTC (5 months, 1 week ago) by markd
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +7 -1 lines
Add BUILD_DEPENDS on some TeX components so that NEWS.pdf is successfully
built.  Fix PLIST.  Bump PKGREVISION.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Dec 7 10:18:23 2011 UTC (5 months, 2 weeks ago) by joerg
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -1 lines
Cairo support needs pkg-config

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sun Dec 4 18:42:02 2011 UTC (5 months, 2 weeks ago) by markd
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
s/fortran77/fortran/  as uses some features that f2c can't handle.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sun Nov 20 04:57:02 2011 UTC (6 months ago) by markd
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -3 lines
Update R to 2.14.0

changes to many to list - see NEWS file in distribution for details.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:02:01 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri May 6 19:42:48 2011 UTC (12 months, 2 weeks ago) by alnsn
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +4 -1 lines
Add LIBnn=lib to ./configure environment. This fixes a build failure on 64bit linux.

Briefly discussed with wiz@

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:44:07 2011 UTC (13 months ago) by obache
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
recursive bump from gettext-lib shlib bump.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Mar 29 18:07:50 2011 UTC (13 months, 3 weeks ago) by jruoho
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -1 lines
As suggested by joerg@, set PTHREAD_AUTO_VARS="yes". This fixes the issues
discussed in:

	http://mail-index.netbsd.org/pkgsrc-users/2011/01/24/msg013585.html

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:38:42 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:48 2010 UTC (17 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2 lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:02:21 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -1 lines
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Fri Jul 30 10:36:25 2010 UTC (21 months, 3 weeks ago) by asau
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
"fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Jul 3 07:25:57 2010 UTC (22 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -3 lines
Changes 2.11.1:

* R CMD INSTALL checks if dependent packages are available early on
* in the installation of source packages, thereby giving clearer
  error messages.
* R CMD INSTALL --build now names the file in the format used
  for Mac OS X binary files on that platform.
* BIC() in package stats4 now also works with multiple fitted models,
  analogously to AIC().
* Use of file extension .C for C++ code in packages is now
  deprecated: it has caused problems for some 'make's on
  case-insensitive file systems (although it currently works
  with the recommended toolkits).
* The C function mkCharLenCE now no longer reads past 'len' bytes
  (unlikely to be a problem except in user code).
* On systems without any default LD_LIBRARY_PATH (not even
  /usr/local/lib), [DY]LIB_LIBRARY_PATH is now set without a trailing colon.
* More efficient utf8ToInt() on long multi-byte strings with
  many multi-byte characters.
* aggregate.ts() gave platform-depedent results due to rounding
  error for ndeltat != 1.
* package.skeleton() sometimes failed to fix filenames for .R or
  .Rd files to start with an alphanumeric.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:44:55 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1 lines
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.107: download - view: text, markup, annotated - select for diffs
Thu May 6 07:33:40 2010 UTC (2 years ago) by adam
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -2 lines
Changes 2.11.0:
* Packages must have been installed under R >= 2.10.0, as the
  current help system is the only one now supported.
* A port to 64-bit Windows is now available as well as binary package
  repositiories: see the 'R Administration and Installation Manual'.
* Argument matching for primitive functions is now done in the same way
  as for interpreted functions except for the deliberate exceptions
	call switch .C .Fortran .Call .External
  all of which use positional matching for their first argument,
  and also some internal-use-only primitives.
* The default device for command-line R at the console on Mac OS X
  is now quartz() and not X11().

New features
* The 'open' modes for connections are now interpreted more consistently.
* R CMD INSTALL now uses the internal untar() in package utils.
* help(try.all.packages = TRUE) is much faster.
* R CMD check has a new option '--timings' to record per-example timings
  in file <pkg>.Rcheck/<pkg>-Ex.timings.
* The TRE library has been updated to version 0.8.0 (minor bugfixes).
More...

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Feb 9 07:02:53 2010 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -3 lines
Changes 2.10.1:
* The PCRE library has been updated to version 8.00.
* R CMD INSTALL has new options --no-R, --no-libs, --no-data,
  --no-help, --no-demo, --no-exec, and --no-inst to suppress
  installation of the specified part of the package.
* The documented line-length limit of 4095 bytes when reading
  from the console now also applies also to parse(file="")
  (which previously had a limit of around 1024 bytes).
* A Bioconductor mirror can be set for use by setRepositories()
  via the option "BioC_mirror".
* Double-clicking in a tk_select.list() list box now selects the item
  and closes the list box (as happens on the Windows select.list() widget).
* configure will be able to find a usable libtiff in some rare
  circumstances where it did not previously (where libtiff
  needed to be linked explicitly against -ljpeg).
* Making refman.pdf works around a problem with the indexing
  with hyperref 6.79d and later.
* The 'extended' argument is deprecated in strsplit(), grep(),
  grepl(), sub(), gsub(), regexpr() and gregexpr() (not just the
  value extended = FALSE) and will be removed in R 2.11.0.
* bug fixes

Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:12 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -1 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Dec 11 18:53:40 2009 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +10 -10 lines
Changes 2.10.0:
* Package help is now converted from Rd by the R-based converters
  that were first introduced in 2.9.0.
* HTML help is now generated dynamically using an HTTP server
  running in the R process and listening on the loopback interface.
* polygon(), pdf() and postscript() now have a parameter
  'fillOddEven' (default FALSE), which controls the mode used for
  polygon fills of self-intersecting shapes.
* New debugonce() function; further,
  getOption("deparse.max.lines") is now observed when debugging.
* plot() methods for "stepfun" and hence "ecdf" no longer plot
  points by default for n >= 1000.
* [g]sub(*, perl=TRUE) now also supports '\E' in order to *end*
  \U and \L case changes, thanks to a patch from Bill Dunlap.
* factor(), `levels<-`(), etc, now ensure that the resulting factor
  levels are unique (as was always the implied intention).  Factors
  with duplicated levels are still constructible by low-level means,
  but are now declared illegal.
* New print() (S3) method for class "function", also used for
  auto-printing.  Further, .Primitive functions now print and
  auto-print identically.
* The print() and toLatex() methods for class "sessionInfo" now
  show the locale in a nicer format and have arguments to
  suppress locale information.
* In addition to previously only round(), there are other 'Math'
  group (S3) methods for 'difftime', such as floor(), signif(), abs(), etc.
* For completeness, old.packages() and available.packages() allow
  'type' to be specified (you could always specify 'available'
  or 'contriburl').
* More...

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Dec 3 13:06:53 2009 UTC (2 years, 5 months ago) by asau
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:59 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
bump revision because of graphics/jpeg update

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed May 20 00:58:21 2009 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.97.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 2 19:39:45 2008 UTC (3 years, 8 months ago) by tron
Branches: pkgsrc-2008Q2
Diff to: previous 1.97: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97: +2 -1 lines
Pullup ticket #2513 - requested by markd
R: security patch

Revisions pulled up:
- math/R/Makefile		1.99
- math/R/distinfo		1.39
- math/R/patches/patch-ae	1.15
---
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Aug 31 12:33:53 UTC 2008

Modified Files:
	pkgsrc/math/R: Makefile distinfo
Added Files:
	pkgsrc/math/R/patches: patch-ae

Log Message:
Fix for http://secunia.com/advisories/31647/ from R svn.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Aug 31 12:37:27 2008 UTC (3 years, 8 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +3 -2 lines
Update to R 2.7.2

NEW FEATURES

    o   sprintf() returns elements of the result in UTF-8 when the
        format or any character input has a corresponding element
        declared as UTF-8.  Similarly for paste(), elements of the
        result are in UTF-8 when any input to that element is declared
        as UTF-8.

    o   axis() has new arguments 'col.ticks' and 'lwd.ticks' to allow
        the colour and line width of ticks to be set separately from
        that of the line (e.g. to set one or the other to transparent
        or zero width).

    o   legend() has a new argument 'box.col' to set the colour of the
        enclosing box.

    o   legend() gains a 'xpd' argument to make it easier to place a
        legend in the margins or outer margins.

    o   stripchart() now passes '...' to title() (as well as to
        plot.default() and axis()). (Wish of PR#12202)

    o   help.search() has new argument 'searchEngine' to go
        directly to the search form: this is needed by users of
        Firefox 3 to workaround a bug in interpreting the search
        results pages.

+ BUG FIXES

2.7.1 NEW FEATURES

    o   tools::texi2dvi() has a new argument 'texinputs' to allow the
        TeX and bibtex input paths to be specified (even on MiKTeX).

    o   dev.copy2pdf() gains an 'out.type' argument to allow it to be
        used with cairo_pdf() or quartz(type = "pdf").

    o   poly() has additional checks against user error (as in PR#11243).

    o   The Mac OS quartz() device draws contiguous lines much faster.

    o   A field containing just a sign is no longer regarded as numeric
        (it was on all platforms in 2.7.0, but not on most in earlier
        versions of R).  Similarly, '.' is now always non-numeric.

    o   CITATION files are now read in Latin-1: quite a few were
        failing if used in a multibyte locale such as UTF-8.

    o   The DESCRIPTION file of a package can specify an 'OS_type' field
        as either 'unix' or 'windows' to confine installation to that
        OS type.

    o   HoltWinters() now uses optimize() rather than optim for
        one-parameter problems which should be more reliable (PR#11469).

    o   axis() now respects the setting of par("xpd") when clipping.

    o   The 'factor' method of format() now preserves names, dims and
        dimnames in the same way as for character and numeric inputs.
        (PR#11512)

    o   read.DIF(*, transpose=TRUE) now allows to correctly read DIF files
        produced by some versions of Excel.

DEPRECATED & DEFUNCT

    o   The use of unserialize() on character strings is deprecated:
        that was a format used in R < 2.4.0.

    o   The use of embedded nuls in character strings is deprecated:
        They will no longer be allowed in R 2.8.0.


UTILITIES

    o   R CMD check checks for possible check directories in the
        sources -- in mid-2008 there were about 20 examples on CRAN.

    o   R CMD build tries harder to clean up the inst/doc directory
        from the remnants of earlier builds.

        It also removes any directories with extension .Rcheck, and
        files .DS_Store and ._* (created by tar on Mac OS X under some
        circumstances: it now sets environment variables to ask for
        such files not to be created by that tar.)


+ BUG FIXES

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun Aug 31 12:33:53 2008 UTC (3 years, 8 months ago) by markd
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -1 lines
Fix for http://secunia.com/advisories/31647/ from R svn.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Jul 20 23:18:28 2008 UTC (3 years, 10 months ago) by dbj
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +5 -1 lines
set --disable-R-framework and --without-aqua
these options are only used by R.app on Mac OS X

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Apr 26 02:39:27 2008 UTC (4 years ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +9 -3 lines
Update to 2.7.0

SIGNIFICANT USER-VISIBLE CHANGES

    o   The default graphics device in non-interactive use is now
        pdf() rather than postscript().  [PDF viewers are now
        more widely available than PostScript viewers.]

        The default width and height for pdf() and bitmap() have been
        changed to 7 (inches) to match the screen devices.

    o   Most users of the X11() device will see a new device that has
        different fonts, anti-aliasing of lines and fonts and
        supports semi-transparent colours.

    o   Considerable efforts have been made to make the default output
        from graphics devices as similar as possible (and in
        particular close to that from postscript/pdf).  Many devices
        were misinterpreting 'pointsize' in some way, for example as
        being in device units (pixels) rather than in points.

    o   Packages which include graphics devices need to be re-installed
        for this version of R, with recently updated versions.

+ New features and bug fixes.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Mar 15 22:16:41 2008 UTC (4 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -3 lines
Update to R 2.6.2.

Changes are basically bugfixes.

pkgsrc changes:
  Don't bother patching configure.ac - it was only part of the changes
being made to configure so don't pretend you could use it to regerate
configure.
  Use -fPIC rather than -fpic for NetBSD powerpc.  Should fix PR 38032.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Mar 7 16:11:39 2008 UTC (4 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -5 lines
+ Remove modifications to configure.in and configure in patch-aa and
  patch-ac that altered the order in which the terminal library for
  readline was detected.  The termcap.buildlink3.mk file (included
  indirectly by readline/buildlink3.mk) will do the right thing by
  itself.

+ Modify the pkg-index.tmpl INSTALL script fragment: we can just use
  ${PKG_PREFIX} instead of substituting for @PREFIX@ everywhere.  Also
  refactor the commands to rebuild the package index into a shell
  function and give some indication to the user what is happening.

+ Remove chown operation in post-install that was basically
  cargo-culted from the very first version of R imported into pkgsrc.
  It's not necessary.

+ Support user-destdir installation.

Bump the PKGREVISION to 2.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Nov 8 19:39:43 2007 UTC (4 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
Bump version or revision of all packages that have a runtime dependency
on gzip.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Nov 3 20:14:39 2007 UTC (4 years, 6 months ago) by markd
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +3 -3 lines
Update R to version 2.6.0

Many new features, changes and bug fixes. See lib/R/doc/NEWS for details.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Sep 8 13:44:48 2007 UTC (4 years, 8 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -3 lines
Fixed the path to unzip. PKGREVISION++

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Mar 28 11:06:29 2007 UTC (5 years, 1 month ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
Wants at least version 4.7 of makeinfo to build the docs.  Bump pkgrev.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Mar 20 11:00:58 2007 UTC (5 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -7 lines
Fix configure's handling of libblas when compiling with f2c and therefore
remove conditional PLIST entry no longer required. Bump PKGREVISION.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:13:02 2007 UTC (5 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +7 -1 lines
Building with f2c effects what libs get installed. Adjust PLIST.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Mar 14 11:50:17 2007 UTC (5 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +8 -29 lines
Update R to version 2.4.1.

pkgsrc changes: no longer automatically generate the PLIST.
     use (de)install templates for handling updating the index files
     when adding/removing R packages.

Changes 2.4.1
This is a maintenance release and fixes a number of mostly minor bugs.

Changes 2.4.0
This release has many new features. One important aspect is that S4
classes now have their own internal type, and S4 method dispatch has
been completely revised to using cached generic functions, giving
substantial performance improvements. As a consequence, all packages
depending on "methods" need to be reinstalled.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jan 8 15:00:36 2007 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -1 lines
Needs libXt explicitly.

Revision 1.85.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 17 15:32:08 2006 UTC (5 years, 7 months ago) by salo
Branches: pkgsrc-2006Q3
Diff to: previous 1.85: preferred, colored; next MAIN 1.86: preferred, colored
Changes since revision 1.85: +5 -5 lines
Pullup ticket 1853 - requested by dmcmahill
portability fixes for R

Revisions pulled up:
- pkgsrc/math/R/Makefile			1.86

   Module Name:		pkgsrc
   Committed By:	dmcmahill
   Date:		Sun Oct  8 23:12:48 UTC 2006

   Modified Files:
   	pkgsrc/math/R: Makefile

   Log Message:
   The variable modifier $${dir#${PREFIX}/} is not portable so eliminate its
   use.  Fixes R packaging on solaris.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Oct 8 23:12:48 2006 UTC (5 years, 7 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +5 -5 lines
The variable modifier $${dir#${PREFIX}/} is not portable so eliminate its
use.  Fixes R packaging on solaris.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jun 13 12:28:09 2006 UTC (5 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3 lines
Update to R 2.3.1

This version contains several minor fixups and removes a couple of bad
bugs such as NA-handling of mean() for integer vectors.

Changes 2.3.0
This version contains several changes and additions, mostly incremental.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jun 9 11:15:32 2006 UTC (5 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +7 -7 lines
Fixed pkglint warnings.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:39 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:19 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Mar 5 16:27:27 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -3 lines
* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:59 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jan 12 01:41:48 2006 UTC (6 years, 4 months ago) by markd
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -2 lines
If MANZ=yes was set then the subsequent USE_TOOLS+=gzip caused a gzip
link to appear in the tools directory and be picked up and embedded in
one of the installed scripts.  Since this package clearly uses gzip at
runtime add an explicit USE_TOOLS+=gzip:run and fixup the gzip path that
gets embedded.  Fixes PR pkg/32218.  Bump PKGREVISION.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Dec 29 23:23:53 2005 UTC (6 years, 4 months ago) by markd
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Update R to 2.2.1

USER-VISIBLE CHANGES

    o   options("expressions") has been reduced to 1000: the limit
        of 5000 introduced in 2.1.0 was liable to give crashes from C
        stack overflow.


NEW FEATURES

    o   Use of 'pch' (e.g. in points) in the symbol font 5 is now
        interpreted in the single-byte encoding used by that font.
        Similarly, strwidth now recognizes that font 5 has a different
        encoding from that of the locale.  (These are likely to affect
        the answer only in MBCS locales such as UTF-8.)

    o   The URW font metrics have been updated to versions from late
        2002 which cover more glyphs, including Cyrillic.

    o   New postscript encodings for CP1250 (Windows East European),
        ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic
        (8859-5), KOI8-R, KOI8-U and CP1251.

    o   configure has more support for the Intel and Portland Group
        compilers on ix86 and x86_64 Linux.

    o   R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C from
        the keyboard).

    o   There is now a comprehensive French translation of the messages,
        thanks to Philippe Grosjean.


DEPRECATED & DEFUNCT

    o   The undocumented use of atan() with two arguments is deprecated:
        instead use atan2() (as documented).

    o   The 'vfont' argument of axis() and mtext() is deprecated
        (it currently warns and does nothing).

    o   The function mauchley.test() is deprecated (was a misspelling)
        and replaced by mauchly.test()

Many BUG FIXES

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Dec 11 14:37:12 2005 UTC (6 years, 5 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -6 lines
Update R to 2.2.0

Changes:
 This version contains several changes and additions, mostly incremental.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:36 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3 lines
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.75: download - view: text, markup, annotated - select for diffs
Thu Dec 1 23:11:26 2005 UTC (6 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -1 lines
- correctly depend on devel/gettext-lib, bump revision for this
- this uses libtool, tell the framework so
- don't declare alloca on DragonFly, it conflicts with system headers
- patch libtool.m4 fragment for DrgaonFly

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Sep 28 20:52:24 2005 UTC (6 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Sep 20 12:47:14 2005 UTC (6 years, 8 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1 lines
add missing libiconv buildlink3.mk

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Jul 16 01:19:13 2005 UTC (6 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -3 lines
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jun 24 12:28:31 2005 UTC (6 years, 11 months ago) by markd
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -5 lines
Update R to version 2.1.1.

minor bug fixes.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Jun 19 00:45:45 2005 UTC (6 years, 11 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -3 lines
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Jun 11 02:37:00 2005 UTC (6 years, 11 months ago) by markd
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -17 lines
Cleanup of tools paths appearing in installed files for the new tools
framework.  Bump PKGREVISION.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:03:00 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:13 2005 UTC (7 years ago) by jlam
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -3 lines
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.66: download - view: text, markup, annotated - select for diffs
Sun May 22 05:35:33 2005 UTC (7 years ago) by jlam
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu May 19 13:12:52 2005 UTC (7 years ago) by markd
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -1 lines
Don't try and use wide chars on NetBSD 1.6 as the support isn't complete
enough.  Fixes PR pkg/30274

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon May 2 16:57:19 2005 UTC (7 years ago) by drochner
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
update to 2.1.0
too many changes to list here
...still doesn't work within TEXmacs

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:28 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jan 12 22:50:20 2005 UTC (7 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +12 -11 lines
Move buildlink3.mk files ahead of targets as per example Makefile.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jan 12 22:49:35 2005 UTC (7 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +13 -14 lines
Fix up the comment to note that we still need to unwrap some files at
post-configure time, even after the switch from buildlink2 to buildlink3.
Also, use SUBST_CLASSES instead of the custom post-configure target,
and take advantage of the fact that the "unwrap" SUBST_CLASS already
does mostly the right thing.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jan 12 15:32:00 2005 UTC (7 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Nov 18 12:31:29 2004 UTC (7 years, 6 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -6 lines
Update R to 2.0.1

Changes 2.0.1:
This is a maintenance version mainly to fix a number of minor bugs and
issues. Some rather nasty bugs were Windows-specific.

Changes 2.0.0:
Many things have changed since 1.0. The R language has acquired namespaces,
exception handling constructs, formal methods and classes, much improved
garbage collection, generalized I/O via connection objects, and
considerable improvements in the graphics area. The user workspace has been
reorganized, and so has the set of packages that ship with R. Several
"recommended packages" deemed indispensable in a statistical system are
bundled. In addition, there has been a large number of more specific new
functions, tweaks, and bugfixes.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Nov 13 21:28:28 2004 UTC (7 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
USE_BUILDLINK3 is a yes/no variable.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:12:55 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
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.56: download - view: text, markup, annotated - select for diffs
Tue Jul 6 22:56:32 2004 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Annotate a comment:
# XXX: following comment still true for buildlink3?
# R does ugly things in the configure to get the default list of arguments
# for linking Fortran, which exposes the buildlink2 tricks so clean up
# afterwards

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jun 24 11:09:05 2004 UTC (7 years, 11 months ago) by markd
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Update R to 1.9.1

CHANGES IN R VERSION 1.9.1


NEW FEATURES

    o   as.Date() now has a method for "POSIXlt" objects.

    o   mean() has a method for "difftime" objects and so summary()
        works for such objects.

    o   legend() has a new argument 'pt.cex'.

    o   plot.ts() has more arguments, particularly 'yax.flip'.

    o   heatmap() has a new 'keep.dendro' argument.

    o   The default barplot method now handles vectors and 1-d arrays
        (e.g., obtained by table()) the same, and uses grey instead of
        heat color palettes in these cases.  (Also fixes PR#6776.)

    o   nls() now looks for variables and functions in its formula in
        the environment of the formula before the search path, in the
        same way lm() etc look for variables in their formulae.


DEPRECATED & DEFUNCT

    o   Support for non-IEEE-754 arithmetic (which has been untested
        for some time) will be removed in the next full release.

    o   Direct use of R INSTALL|REMOVE|BATCH|COMPILE|SHLIB is
        deprecated: use R CMD instead.

    o   The gnome/GNOME graphics device is deprecated and will be
        removed in the next full release.

Plus Bug Fixes.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue May 18 11:27:29 2004 UTC (8 years ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -1 lines
Enable pkgviews installation.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri May 7 22:47:26 2004 UTC (8 years ago) by markd
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -1 lines
R assumes it can append to the DESCRIPTION files of each R package while
building even though it uses INSTALL_DATA on them so set SHAREMODE=644
rather than have to patch an ever increasing number of files.
Idea from Julio M. Merino Vidal.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 27 11:24:31 2004 UTC (8 years ago) by markd
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +16 -12 lines
Update R to 1.9.0 and buildlink3ify

USER-VISIBLE CHANGES

    o   Underscore '_' is now allowed in syntactically valid names, and
        make.names() no longer changes underscores.  Very old code
        that makes use of underscore for assignment may now give
        confusing error messages.

    o   Package 'base' has been split into packages 'base', 'graphics',
        'stats' and 'utils'.  All four are loaded in a default
        installation, but the separation allows a 'lean and mean'
        version of R to be used for tasks such as building indices.

        Packages ctest, eda, modreg, mva, nls, stepfun and ts have been
        merged into stats, and lqs has been returned to MASS.  In all
        cases a stub has been left that will issue a warning and ensure
        that the appropriate new home is loaded.  All the time series
        datasets have been moved to package stats.  Sweave has been
        moved to utils.

        Package mle has been moved to stats4 which will become the
        central place for statistical S4 classes and methods
        distributed with base R.  Package mle remains as a stub.

        Users may notice that code in .Rprofile is run with only the
        new base loaded and so functions may now not be found.  For
        example, ps.options(horizontal = TRUE) should be preceded by
        library(graphics) or called as graphics::ps.options or,
        better, set as a hook -- see ?setHook.

    o   There has been a concerted effort to speed up the startup of
        an R session: it now takes about 2/3rds of the time of 1.8.1.

    o   A warning is issued at startup in a UTF-8 locale, as currently R
        only supports single-byte encodings.

plus many new features and bug fixes.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:04:47 2004 UTC (8 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Switch to using tk8.4
bump PKGREVISION

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Mar 8 20:27:14 2004 UTC (8 years, 2 months ago) by minskim
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Enable tk84 and replace x11/tk with x11/tk83.  Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Mar 1 11:42:13 2004 UTC (8 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
USE_LANGUAGES= c fortran

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Jan 24 13:58:23 2004 UTC (8 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jan 5 12:20:57 2004 UTC (8 years, 4 months ago) by markd
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Reintroduce reordering tests for termcap vs termlib vs ncurses and
make dependency on libbz2 explicit

Fixes build on Solaris 8.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Dec 4 13:42:37 2003 UTC (8 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -5 lines
Now uses shared blas library from math/blas

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Dec 3 12:05:18 2003 UTC (8 years, 5 months ago) by markd
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -2 lines
Update R to 1.8.1.

Changes since 1.6.2

Many new features.
Language changes.
Additional standard package 'mle'.
Some old features deprecated or defunct.
Many many bug fixes.

Update to 1.8.0 from Ray Brownrigg in private communication, cleaned up
and updated to 1.8.1 by me.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:47:15 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Mar 11 02:30:24 2003 UTC (9 years, 2 months ago) by jmc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -2 lines
Make this relay on blas 1.0nb1 and use libblas_pic.a instead of libblas.a so
proper PIC objects get pulled into the .so's

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jan 23 21:24:58 2003 UTC (9 years, 4 months ago) by markd
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Update to R-1.6.2

   CHANGES IN R VERSION 1.6.2

BUG FIXES

    o   plot.stepfun() now obeys a `ylim=.' specification.

    o   removeClass() does a better job of removing inheritance
        information.

    o   setIs() will not allow mismatched representations between two
        classes (without an explicit coerce method).

    o   The code underlying polygon drawing contained a memory leak.
        This showed up in persp, but did not affect other graphics
        functions.  It is now possible to draw big DEMs.

    o   logLik.nls() gave wrong df.

    o   rbind() with a mixture of data frames and matrices treated the
        matrices as vectors.

    o   stripchart(method="stack") was not handling missing values.

    o   Arithmetic functions such as log() lost the object bit from
        classed objects if coercion was needed.

    o   exp_rand would go into an infinite loop if unif_rand returned 0.

    o   formatC(x, format="fg") could return exponential format if
        rounding pushed x over a positive power of 10.

    o   attr(x, foo) used partial matching for `foo' (even though not
        documented to do so), and failed to find `foo' if there were
        two or more partial matches before the exact match in the list
        of attributes.

    o   Rdconv now creates direct HTML hyperlinks when linking to
        documentation in the same package.  The code now ensures that
        links which can be resolved within the package are so resolved,
        even when there are possible resolutions in other packages.

    o   If readBin(what=character()) is used incorrectly on a file which
        does not contain C-style character strings, warnings (usually
        many) are now given.

    o   Building libR.so with the zlib in the R sources was not
        finding the local zlib headers.

    o   system(intern=TRUE) has an undocumented line length limit of
        119 chars both on Unix and Windows.  The limit is now 8096 and
        documented.  On Unix (only) every 120th character used to be
        discarded.

    o   plot.POSIX[cl]t were not passing graphics parameters on to
        axis.POSIXct.

    o   On some HP-UX systems, installed scripts were not executable
        when using the BSD-compatible install system program found by
        configure.  We now always use install-sh on HP-UX.

    o   c() was converting NA names to "NA": now proper NA strings are
        used wherever possible.

    o   A typo was causing segfaults when using data.entry under SuSE.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Dec 10 11:58:10 2002 UTC (9 years, 5 months ago) by markd
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
Update R to version 1.6.1.

Pkgsrc changes:
Now builds the libR.so and provides a buildlink2.mk for packages that want
to use it.  From suggestions from Kent Polk.

Recommended library set is now included in the base package.

Changes:
               CHANGES IN R VERSION 1.6.1

NEW FEATURES

    o   Added a few "trivial and obviously missing" functions to tcltk:
        tkchooseDirectory, tkpopup, tkdialog, tkread

    o   barplot() has a new argument `axis.lty', which if set to 1
        allows the pre-1.6.0 behaviour of plotting the axis and tick
        marks for the categorical axis.  (This was apparently not
        intentional, but axis() used to ignore lty=0.)
        The argument `border' is no longer ".NotYetUsed".


                CHANGES IN R VERSION 1.6.0

USER-VISIBLE CHANGES

    o   The default colour palette now has "grey" instead of "white"
        in location 8.  See palette().

    o   grid(nx) behaves differently (but the same as in R versions <= 0.64).

NEW FEATURES

    o   Preparations for name space support:

    o   The objects created in the methods package to represent
        classes, generic functions, method definitions, and
        inheritance relations now themselves belong to true classes.  In
        particular, the "classRepresentation" objects follow the description
        in "Programming with Data" (section 7.6).

    o   Other additions and changes to the methods package:

    o   New methods ([[, print, str) and extended plot() method
        (incl. logical `horiz') for "dendrogram" class.

    o   sprintf() now checks the agreement between formats and object
        types, and handles special values (NA, Inf, ...) correctly.

    o   chol() now uses a tolerance for non-positive-definiteness and
        so should give more consistent results across platforms.

    o   New function agrep() for approximate (fuzzy) string matching.

    o   help.search() can now use both approximate (fuzzy) and regular
        expression matching.  By default, if the pattern to be matched
        consists of only alphanumeric characters, whitespace or a dash,
        approximate matching is used.

    o   axis() has three new optional arguments `col', `lty', and `lwd'
        all for drawing the axis line and tick marks.

    o   Function vcov() (formerly in MASS), a generic function to
        return the variance-covariance matrix of the parameter
        estimates of a fitted model.

    o   duplicated() and unique() have methods for matrices and arrays
        (based on ideas from Jens Oehlschl<E4>gel).

    o   Internally memory sizes and counts of cons cells are now stored
        in unsigned longs.  This allows memory limits to be set and
        objects created in the range 2-4Gb on 32-bit platforms, and
        allows 64-bit platforms to use much larger amounts of memory.

    o   Command-line flags to set memory can now use the suffix `G'
        for gigabytes.  The setting of maximum vsize is now only
        limited by the platform's address space.

    o   All warning and error messages are truncated to a length set
        by options(warning.length=), defaulting to 1000.  (Previously
        most (but not quite all) were truncated at 8192 characters.)

    o   [dpqr]gamma() check for shape parameter > 0.

    o   as.POSIX[cl]t can now convert logical NAs.

    o   All installed packages (even those shipped with R) are
        given a `Built' field in the DESCRIPTION file.

    o   as.data.frame() now coerces logical matrices into logical
        columns (rather than factors).

    o   [[<-.data.frame no longer coerces character replacement values
        to factor.  This is consistent with using $ to replace and
        with S4.

    o   library() attempts to detect improperly installed packages, so
        as from this version an installed package must have a
        DESCRIPTION file and that file must have been stamped with a
        `Built:' line (which was introduced in 1.2.0).  Under
        Unix-alikes, the platform is checked against that used for
        installation.

    o   print.factor() has new arguments `max.levels' (with a smart default)
        and `width'.  print.ordered() is no longer needed.

    o   RNGkind() has an additional option for normal random generators:
        "Inversion".

    o   data.frame() recycles factors and "AsIs" objects as well as
        atomic vectors.

    o   rect() accepts additional graphics parameters through a ...
        argument (in the same way as polygon).

    o   strwidth/strheight() now coerce their first argument in exactly
        the same way text() does, so a wider range of inputs is allowed.

    o   prompt()'s default and data.frame methods have a new 3rd argument
        `name' allowing them to used more easily in scripts and loops.

    o   rgb() has a new `maxColorValue' argument, allowing r,g,b in [0,M],
        particularly in {0:255}, efficiently and non-error-prone.

    o   summaryRprof() provides the functionality of R CMD Rprof in R
        code, though more slowly.

    o   pdf() now uses PDF not R code for clipping, which ensures that
        partially visible text strings are (partially) shown.

    o   Each R session uses a per-session temporary directory which
        is removed at normal termination.  The directory name is given
        by the tempdir() function, and filenames returned by
        tempfile() will be within that directory.

   o   help.start() on Unix now uses a .R subdirectory of the
        per-session temporary directory and not ~/.R.  A side effect
        is that ~/.R is now never deleted by R.

    o   cbind/rbind() used to ignore all zero-length vectors, an
        undocumented quirk for S-compatibility.  This caused problems
        when combining zero-extent matrices and zero-length vectors, and
        now zero-length vectors are ignored unless the result would
        have zero rows/columns.

    o   plot.spec(x) now also works for other x than AR and Pgram results.

    o   New functions La.chol() and La.chol2inv() for Cholesky
        decomposition and inverse of positive definite matrices using
        Lapack.

    o   Changes to the tcltk package

    o   New function axTicks() returning tick mark locations like axis().

    o   grid() has a more sensible default behavior.  Tick axis alignment
        only happens when no numbers of grid cells are specified.  New
        arguments lwd and equilogs; nx/ny = NA for not drawing, see ?grid.

    o   installed.packages() has a new argument `priority'.

    o   termplot() uses factor levels rather than 1,2,3... for x-axis.

    o   The trace() function has been robustified and a new function
        tracingState() added to turn tracing temporarily on and off.

    o   New cophenetic() in "mva" as utility for hierarchical clustering.

    o   p.adjust() has two new methods, 'Hommel' and 'FDR', contributed
        by Gordon Smyth <smyth@wehi.edu.au>.

    o   stars() now has add and plot arguments.

and lots of bug fixes.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Oct 31 23:30:36 2002 UTC (9 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2 lines
BUILDLINK_X11PKG_DIR is no more.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Sep 26 05:36:48 2002 UTC (9 years, 7 months ago) by markd
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4 lines
INSTALL_DIRS -> R_INSTALL_DIRS to not conflict with the variable introduced
in bsd.pkg.mk revision 1.1045.  Fixes pkg/18332

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Sep 23 13:41:15 2002 UTC (9 years, 8 months ago) by markd
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
find ... -or ... -> find ... -o ... for more portability.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Sep 9 00:59:00 2002 UTC (9 years, 8 months ago) by markd
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +26 -18 lines
Update R to 1.5.1, switch to buildlink2, change maintainer.

User-Visible Changes

    o XDR support is now guaranteed to be available, so the default
        save format will always be XDR binary files, and it is safe to
        distribute data in that format. (We are unaware of any
        platform that did not support XDR in recent versions of R.)

        gzfile() is guaranteed to be available, so the preferred
        method to distribute sizeable data objects is now via
        save(compress = TRUE).

    o pie() replaces piechart() and defaults to using pastel colours.

    o formatC has new arguments (see below) and formatC(*, d = <dig>)
        is no longer valid and must be written as formatC(*, digits = <dig>).

    o Missingness of character strings is treated much more
        consistently, and the character string "NA" can be used as a
        non-missing value.

    o summary.factor() now uses a stable sort, so the output will
        change where there are ties in the frequencies.


Plus lots of new features and many bug fixes.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jul 17 13:12:54 2002 UTC (9 years, 10 months ago) by markd
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Give path for -lblas so modules such as R-KernSmooth can find it when
they try to link it.

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:52:29 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +7 -3 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 16 02:56:50 2002 UTC (9 years, 11 months ago) by dmcmahill
Branches: MAIN
CVS tags: buildlink2-base
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -1 lines
don't key off of `alpha' to decide to do OSF specific things (-fpe3 flag
to the fortran compiler).  Also mark as not for older netbsd-alpha systems
as this is an IEEE-754 infected program (hi ross!).

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri May 24 13:24:36 2002 UTC (10 years ago) by markd
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Reorder PLIST so pkg_delete works cleanly

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri May 3 12:34:39 2002 UTC (10 years ago) by markd
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Add etc/Makeconf to REPLACE_BUILDLINK.  Fixes pkg/16620

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 23 01:14:49 2002 UTC (10 years, 1 month ago) by markd
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -14 lines
Change MASTER_SITES to use the CRAN list.

Add support for building R extension packages as pkgsrc packages.
Bump PKGREVISION so extension packages can depend on a version of R with
this support.

Discussed with Johnny Lam.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:37:23 2002 UTC (10 years, 2 months ago) by fredb
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
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.30: download - view: text, markup, annotated - select for diffs
Fri Mar 1 10:46:53 2002 UTC (10 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Update to version 1.4.1 from PR pkg/15757 by Ray Brownrigg with minor mods
by me.

Changes and bug fixes from 1.3.1 are numerous.  See the NEWS file in
the distribution for details.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Dec 11 22:35:07 2001 UTC (10 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -6 lines
Include a patch for the generated configure script so that we don't have
to depend on auto* tools at build-time.  This fixes pkg/14916 by Brook
Milligan <brook@biology.nmsu.edu>.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 24 22:11:04 2001 UTC (10 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
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.27: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:35:10 2001 UTC (10 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Use wildcard dependence on "autoconf" package.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 13 10:25:03 2001 UTC (10 years, 9 months ago) by agc
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Add back COMMENT definition which got lost.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:14:44 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +43 -30 lines
Update R to 1.3.0.  This is a two-generation upgrade from the previous 1.1.1
version in pkgsrc.  There are many, many bugfixes, better compliance with
S3/S4, and many additional statistical analysis functions added to the
base library.  There is also an improved (faster) garbage collector and
support for dynamically sizing the memory used by R.  The full summary of
changes may be found on the R Project website.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 12 20:33:05 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:41 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 22 09:32:24 2001 UTC (11 years ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 27 03:20:05 2001 UTC (11 years, 1 month ago) by hubertf
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 4 09:06:16 2001 UTC (11 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
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.19: download - view: text, markup, annotated - select for diffs
Mon Feb 26 15:01:43 2001 UTC (11 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -1 lines
Add NOT_FOR_PLATFORMS=*-*-alpha as R requires IEEE math.  Information
gleaned from port-alpha mailing list posting by Paul Mather
<paul@gromit.dlib.vt.edu> in:

	http://mail-index.netbsd.org/port-alpha/2001/02/14/0004.html

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Feb 17 18:22:10 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 6 03:16:58 2001 UTC (11 years, 3 months ago) by fredb
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Make that "autoreconf" -- there is no "autoremake".

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 5 09:00:59 2001 UTC (11 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 3 01:14:51 2000 UTC (11 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Homepage has moved.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:04:42 2000 UTC (11 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +23 -3 lines
Update R to 1.1.1.  This is primarily a bugfix release from version 1.1.0,
particularly fixing the table editor, but also contains a few additions:

    o	data(), example() and help() now search the loaded packages, then
	in their .lib.loc argument, the latter as pre-0.99.0.  See
	their help pages for the precise details.

    o	help() has a new argument `try.all.packages' set by the option
	"help.try.all.packages". If help is not found in the normal
	path and this is TRUE then a search is made of all packages
	for possible matches.

    o   prop.trend.test() - test for trend in proportions.

    o   write.table() has new argument `dec' for setting the decimal
        separator (SPSS/Windows and probably others want commas in
	continental European locales).

    o   Advance warning: save(, oldstyle=TRUE) will no longer be
	available after this release.

    o   Symbols can now be coerced to expressions, making
	as.expression(quote(a)) work

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 11 23:02:37 2000 UTC (11 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +24 -15 lines
Update R to 1.1.0.  Many additions and bug-fixes from 1.1.0 make this
a more usable replacement for S/S-PLUS.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 19 15:30:05 2000 UTC (12 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +40 -36 lines
Update to R-1.0.1.  Move R library tree to ${PREFIX}/lib (a la perl5)
since it contains loadable shared object files that are platform-specific.
Lots of bug-fixes and additions ... it's getting closer to a usable
replacement for S-PLUS.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 12 22:05:30 2000 UTC (12 years, 4 months ago) by rh
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -5 lines
Update R to 0.90.1.  Changes are tons of changes and bugfixes, too
numerous to list here (see http://cran.r-project.org/src/base/NEWS for
more information).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 23 17:37:28 1999 UTC (12 years, 6 months ago) by dmcmahill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -4 lines
add USE_FORTRAN

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 26 23:52:21 1999 UTC (12 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update R to 0.64.2.  Changes from 0.64.1:

NEW FEATURES

    o   new target for R installation testing :  make strict-tests.

    o   symnum(x) now nicely codes logical x.

    o   convolve() has a new type = c("circular", "open", "filter")
        argument allowing more than the only circular convolution.

    o   par(xpd) now has three settings:  FALSE (clip to plot region),
        TRUE (clip to figure region), or NA (clip to device region).

    o   zapsmall(x) works for complex x.

    o   new global variable R.version.string (for plots & reports).
        Deprecated version & Version for new  R.version & R.Version.

    o   R CMD Rd2dvi  has builtin "Usage" help and works for multiple files.
        Useful for automatic reference manual of a package.
        (doc/manual/lib2tex is more efficient for installed packages, however).

BUG FIXES

    o   power() is now fully implemented and documented.

    o   A couple of problems with group generic operations.

    o   A bug which meant that it was not possible to add elements
        to zero length lists in the obvious way has been fixed.
                x <- list(); x[[1]] <- 10
                x <- list(); x[["a"]] <- 11
        both now work.

    o   save.image() ignored dot-names. (esp. .First())

    o   lab= argument to plot() misinterpreted by axis() via ... passing

    o   NULL labels in text() caused segfault

    o   matrix(f,...) with f a factor now coerces to character

    o   documentation errors for substitute and is.vector, minor fixups for
        trig and nlm

    o   Background colours are set properly on X11 devices with
        colortype="pseudo": sometimes they were not allocated separately.

    o   C() works (again?) for a single argument.

    o   is.na() didn't work properly for "list" arguments.

    o   symnum() sometimes failed with arrays of rank >= 3.

    o   in some cases one could get nonblack color instead of
        black on 2nd x11() window.

    o   influence.measures(.) $ is.influential was wrong on the
        cooks.distance.

    o   printing of complex NaN/Inf was wrong as well.

    o   printing of complex named vectors had a wrong initial space.

    o   allow trailing space in character->numeric coercion

    o   library() gave wrong "masked" warnings in some cases.

    o   par(xpd) semantics were not compatible with S.

    o   rect() output was not clipped in PostScript.

    o   par(pin=c(width, height)) was behaving as par(pin=c(width, width)).

    o   Non-blank separated data files didn't have their 1st field
        handled properly.

    o   "aux" directory moved to "tools" to avoid difficulties on
        Windows.

    o   structure() clobbered factors with missing levels.

    o   pmatch() misbehaved on duplicate matches.

    o   R CMD Rd2dvi <file.Rd> works again.

    o   logical binops tried to set time series parameters before dimensions.

    o   upped the BUFSIZE in model.c (NOT proper long-term solution).

    o   dput(), dump() and deparse()  now always use DBL_DIG (=15) digits
        for numeric formatting.

    o   chull() now works for vertical borders, such as in chull(c(1,1,2),3:1).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 13 01:20:12 1999 UTC (12 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update readline dependency.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 9 00:45:08 1999 UTC (12 years, 11 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
default R_PAPERSIZE to A4 if PAPERSIZE is not set.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 25 23:45:05 1999 UTC (13 years ago) by jlam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +20 -10 lines
Updated R to 0.64.1.  Too many changes from 0.62.1 to enumerate.
See NEWS file in distribution.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:56:15 1999 UTC (13 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
add USE_X11=yes

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 20 22:48:35 1999 UTC (13 years, 3 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
Fix CONFLICTS (remove redundancy, mostly)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 14 13:57:04 1999 UTC (13 years, 4 months ago) by frueauf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Reflect update of f2c.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 21 10:29:39 1998 UTC (13 years, 5 months ago) by frueauf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -12 lines
Update R to 0.63.1, provided in pr 6618 by Johnny C. Lam.

Changes since 0.63.0 are mostly bigfixes and patches that make it
actually work properly with NetBSD.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Dec 4 11:36:03 1998 UTC (13 years, 5 months ago) by frueauf
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial addition of R-0.63.0, a language for data analysis and graphics.
Provided in pr 6493 by Johnny C. Lam.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 4 11:36:03 1998 UTC (13 years, 5 months ago) by frueauf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>