pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-akima



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 18:51:49 UTC 2019

Modified Files:
        pkgsrc/math/R-akima: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-akima/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-akima/Makefile
diff -u pkgsrc/math/R-akima/Makefile:1.13 pkgsrc/math/R-akima/Makefile:1.14
--- pkgsrc/math/R-akima/Makefile:1.13   Sat Jul 28 14:40:47 2018
+++ pkgsrc/math/R-akima/Makefile        Wed Jul 31 18:51:49 2019
@@ -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 @@ R_PKGVER=     0.6-2
 
 # 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