pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-classInt



Module Name:    pkgsrc
Committed By:   brook
Date:           Thu Aug  8 20:55:04 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-classInt/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-classInt/Makefile
diff -u pkgsrc/math/R-classInt/Makefile:1.9 pkgsrc/math/R-classInt/Makefile:1.10
--- pkgsrc/math/R-classInt/Makefile:1.9 Wed Jul 31 19:09:38 2019
+++ pkgsrc/math/R-classInt/Makefile     Thu Aug  8 20:55:04 2019
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2019/07/31 19:09:38 brook Exp $
+# $NetBSD: Makefile,v 1.10 2019/08/08 20:55:04 brook Exp $
 
-CATEGORIES=    math R
+R_PKGNAME=     classInt
+R_PKGVER=      0.3-3
+CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/genetics/
 COMMENT=       Choose univariate class intervals
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-R_PKGNAME=     classInt
-R_PKGVER=      0.3-3
-
 DEPENDS+=      R-e1071>=1.6.8:../../math/R-e1071
 
 USE_LANGUAGES= c fortran



Home | Main Index | Thread Index | Old Index