pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-RArcInfo R-RArcInfo: update to canonical form o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e09f6487cc64
branches:  trunk
changeset: 398936:e09f6487cc64
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 18:21:25 2019 +0000

description:
R-RArcInfo: 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-RArcInfo/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r b44b07f1a75f -r e09f6487cc64 math/R-RArcInfo/Makefile
--- a/math/R-RArcInfo/Makefile  Wed Jul 31 18:19:47 2019 +0000
+++ b/math/R-RArcInfo/Makefile  Wed Jul 31 18:21:25 2019 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2018/07/28 14:40:46 brook Exp $
-#
+# $NetBSD: Makefile,v 1.7 2019/07/31 18:21:25 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/RArcInfo/
-COMMENT=       Read geographical information from Arc/Info
-LICENSE=       gnu-gpl-v2
+COMMENT=       Functions to import data from Arc/Info V7.x binary coverages
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     RArcInfo
 R_PKGVER=      0.4-12
 
 DEPENDS+=      R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer
 
+USE_LANGUAGES= c
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index