pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-RArcInfo
Module Name: pkgsrc
Committed By: brook
Date: Wed Jul 31 18:21:25 UTC 2019
Modified Files:
pkgsrc/math/R-RArcInfo: Makefile
Log Message:
R-RArcInfo: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-RArcInfo/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-RArcInfo/Makefile
diff -u pkgsrc/math/R-RArcInfo/Makefile:1.6 pkgsrc/math/R-RArcInfo/Makefile:1.7
--- pkgsrc/math/R-RArcInfo/Makefile:1.6 Sat Jul 28 14:40:46 2018
+++ pkgsrc/math/R-RArcInfo/Makefile Wed Jul 31 18:21:25 2019
@@ -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