pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-classInt Update all R packages to canonical form.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dc5b986f42f
branches: trunk
changeset: 399394:0dc5b986f42f
user: brook <brook%pkgsrc.org@localhost>
date: Thu Aug 08 20:55:04 2019 +0000
description:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
diffstat:
math/R-classInt/Makefile | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diffs (24 lines):
diff -r 5a810ed06310 -r 0dc5b986f42f math/R-classInt/Makefile
--- a/math/R-classInt/Makefile Thu Aug 08 20:51:25 2019 +0000
+++ b/math/R-classInt/Makefile Thu Aug 08 20:55:04 2019 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2019/07/31 19:09:38 brook Exp $
-
-CATEGORIES= math R
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
-COMMENT= Choose univariate class intervals
-LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+# $NetBSD: Makefile,v 1.10 2019/08/08 20:55:04 brook Exp $
R_PKGNAME= classInt
R_PKGVER= 0.3-3
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Choose univariate class intervals
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-e1071>=1.6.8:../../math/R-e1071
Home |
Main Index |
Thread Index |
Old Index