pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b44b07f1a75f
branches:  trunk
changeset: 398935:b44b07f1a75f
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 18:19:47 2019 +0000

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

Update to the canonical form of an R package and fix the LICENSE
field.

diffstat:

 math/R-R2HTML/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 7a4340cf55d9 -r b44b07f1a75f math/R-R2HTML/Makefile
--- a/math/R-R2HTML/Makefile    Wed Jul 31 18:18:35 2019 +0000
+++ b/math/R-R2HTML/Makefile    Wed Jul 31 18:19:47 2019 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:45 brook Exp $
+# $NetBSD: Makefile,v 1.10 2019/07/31 18:19:47 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/R2HTML/
-COMMENT=       R functions to write an HTML file
-LICENSE=       gnu-gpl-v2
+COMMENT=       HTML exportation for R objects
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     R2HTML
 R_PKGVER=      2.3.2
 
+USE_LANGUAGES= # none
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index