pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-akima R-akima: update to canonical form of an R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5a5f7a88771
branches:  trunk
changeset: 398948:e5a5f7a88771
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 18:51:49 2019 +0000

description:
R-akima: update to canonical form of an R package.

diffstat:

 math/R-akima/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 64b98eb12642 -r e5a5f7a88771 math/R-akima/Makefile
--- a/math/R-akima/Makefile     Wed Jul 31 18:49:48 2019 +0000
+++ b/math/R-akima/Makefile     Wed Jul 31 18:51:49 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/31 18:51:49 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/akima/
-COMMENT=       Linear or cubic spline interpolation for irregular gridded data
+COMMENT=       Interpolation of irregularly and regularly spaced data
 LICENSE=       acm-license
 
-DEPENDS+=      R-sp>=0:../../math/R-sp
+DEPENDS+=      R-sp>=1.3.1:../../math/R-sp
 
 R_PKGNAME=     akima
 R_PKGVER=      0.6-2
@@ -18,8 +18,9 @@
 
 # Note: the ACM license requires prior arrangements to distribute the
 # software as part of a commercial product.
-NO_BIN_ON_CDROM=       # defined
-NO_SRC_ON_CDROM=       # defined
+RESTRICTED=            Prior arrangements required to distribute commercially
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
 
 USE_LANGUAGES= fortran c
 



Home | Main Index | Thread Index | Old Index