pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-crsmeta
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 29 14:12:44 UTC 2024
Added Files:
pkgsrc/geography/R-crsmeta: DESCR Makefile distinfo
Log Message:
(geography/R-crsmeta) import R-crsmeta-0.3.0
Obtain coordinate system metadata from various data formats. There are
functions to extract a 'CRS' (coordinate reference system,
<https://en.wikipedia.org/wiki/Spatial_reference_system>) in 'EPSG'
(European Petroleum Survey Group, <http://www.epsg.org/>), 'PROJ4'
<https://proj.org/>, or 'WKT2' (Well-Known Text 2,
<http://docs.opengeospatial.org/is/12-063r5/12-063r5.html>) forms.
This is purely for getting simple metadata from in-memory formats,
please use other tools for out of memory data sources.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-crsmeta/DESCR \
pkgsrc/geography/R-crsmeta/Makefile pkgsrc/geography/R-crsmeta/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/geography/R-crsmeta/DESCR
diff -u /dev/null pkgsrc/geography/R-crsmeta/DESCR:1.1
--- /dev/null Fri Nov 29 14:12:44 2024
+++ pkgsrc/geography/R-crsmeta/DESCR Fri Nov 29 14:12:44 2024
@@ -0,0 +1,8 @@
+Obtain coordinate system metadata from various data formats. There are
+functions to extract a 'CRS' (coordinate reference system,
+<https://en.wikipedia.org/wiki/Spatial_reference_system>) in 'EPSG'
+(European Petroleum Survey Group, <http://www.epsg.org/>), 'PROJ4'
+<https://proj.org/>, or 'WKT2' (Well-Known Text 2,
+<http://docs.opengeospatial.org/is/12-063r5/12-063r5.html>) forms.
+This is purely for getting simple metadata from in-memory formats,
+please use other tools for out of memory data sources.
Index: pkgsrc/geography/R-crsmeta/Makefile
diff -u /dev/null pkgsrc/geography/R-crsmeta/Makefile:1.1
--- /dev/null Fri Nov 29 14:12:44 2024
+++ pkgsrc/geography/R-crsmeta/Makefile Fri Nov 29 14:12:44 2024
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2024/11/29 14:12:44 mef Exp $
+
+R_PKGNAME= crsmeta
+R_PKGVER= 0.3.0
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Extract Coordinate System Metadata
+LICENSE= gnu-gpl-v3
+
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-crsmeta/distinfo
diff -u /dev/null pkgsrc/geography/R-crsmeta/distinfo:1.1
--- /dev/null Fri Nov 29 14:12:44 2024
+++ pkgsrc/geography/R-crsmeta/distinfo Fri Nov 29 14:12:44 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/29 14:12:44 mef Exp $
+
+BLAKE2s (R/crsmeta_0.3.0.tar.gz) = 44e25ddd19113949f07bd97651a3f31ca161a37444a901aae0f34858baaab4c7
+SHA512 (R/crsmeta_0.3.0.tar.gz) = 96ec176f493817cccf8fd57dfc5e4b9b538ffe6d1c348df472f19efae1cc7d3a30a13f4f16028b068f4812aab11851a960a6690f83102d7f9b03f2e0d0bb13c2
+Size (R/crsmeta_0.3.0.tar.gz) = 9530 bytes
Home |
Main Index |
Thread Index |
Old Index