pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 7 03:19:21 UTC 2020
Modified Files:
pkgsrc/geography: Makefile
Added Files:
pkgsrc/geography/R-prettymapr: DESCR Makefile distinfo
Log Message:
geography/R-prettymapr: import R-prettymapr-0.2.2
Automates the process of creating a scale bar and north arrow in any
package that uses base graphics to plot in R. Bounding box tools help
find and manipulate extents. Finally, there is a function to automate
the process of setting margins, plotting the map, scale bar, and north
arrow, and resetting graphic parameters upon completion.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-prettymapr/DESCR \
pkgsrc/geography/R-prettymapr/Makefile \
pkgsrc/geography/R-prettymapr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.85 pkgsrc/geography/Makefile:1.86
--- pkgsrc/geography/Makefile:1.85 Fri Aug 7 03:15:22 2020
+++ pkgsrc/geography/Makefile Fri Aug 7 03:19:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/08/07 03:15:22 brook Exp $
+# $NetBSD: Makefile,v 1.86 2020/08/07 03:19:21 brook Exp $
#
COMMENT= Software for geographical-related uses
@@ -9,6 +9,7 @@ SUBDIR+= R-geosphere
SUBDIR+= R-mapdata
SUBDIR+= R-maps
SUBDIR+= R-maptools
+SUBDIR+= R-prettymapr
SUBDIR+= R-rgeos
SUBDIR+= cm2gpx
SUBDIR+= cmconvert
Added files:
Index: pkgsrc/geography/R-prettymapr/DESCR
diff -u /dev/null pkgsrc/geography/R-prettymapr/DESCR:1.1
--- /dev/null Fri Aug 7 03:19:22 2020
+++ pkgsrc/geography/R-prettymapr/DESCR Fri Aug 7 03:19:21 2020
@@ -0,0 +1,5 @@
+Automates the process of creating a scale bar and north arrow in any
+package that uses base graphics to plot in R. Bounding box tools help
+find and manipulate extents. Finally, there is a function to automate
+the process of setting margins, plotting the map, scale bar, and north
+arrow, and resetting graphic parameters upon completion.
Index: pkgsrc/geography/R-prettymapr/Makefile
diff -u /dev/null pkgsrc/geography/R-prettymapr/Makefile:1.1
--- /dev/null Fri Aug 7 03:19:22 2020
+++ pkgsrc/geography/R-prettymapr/Makefile Fri Aug 7 03:19:21 2020
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 03:19:21 brook Exp $
+
+R_PKGNAME= prettymapr
+R_PKGVER= 0.2.2
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Scale Bar, North Arrow, and Pretty Margins in R
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
+DEPENDS+= R-digest>=0.6.25:../../security/R-digest
+DEPENDS+= R-rjson>=0.2.20:../../textproc/R-rjson
+DEPENDS+= R-httr>=1.4.1:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-prettymapr/distinfo
diff -u /dev/null pkgsrc/geography/R-prettymapr/distinfo:1.1
--- /dev/null Fri Aug 7 03:19:22 2020
+++ pkgsrc/geography/R-prettymapr/distinfo Fri Aug 7 03:19:21 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 03:19:21 brook Exp $
+
+SHA1 (R/prettymapr_0.2.2.tar.gz) = 76c9c2acbbf64bd7eaa1473ce124e76850891ee3
+RMD160 (R/prettymapr_0.2.2.tar.gz) = 522dbbf87759e28d2a6e78cb0f7aa23f213d50e2
+SHA512 (R/prettymapr_0.2.2.tar.gz) = d48dc807f625d171efee0d929bf1b011cc8d9938f9337acde0f2f01bd4b1549e28d7503cea2b9eda45a4d29f7fa5f32f918355f51501802af0c51750e738ab9d
+Size (R/prettymapr_0.2.2.tar.gz) = 874716 bytes
Home |
Main Index |
Thread Index |
Old Index