pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-PROJ
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 29 15:04:26 UTC 2024
Added Files:
pkgsrc/geography/R-PROJ: DESCR Makefile distinfo
Log Message:
(geography/R-PROJ) import R-PROJ-0.5.0
A wrapper around the generic coordinate transformation software 'PROJ'
that transforms coordinates from one coordinate reference system
('CRS') to another. This includes cartographic projections as well as
geodetic transformations. The intention is for this package to be
used by user-packages such as 'reproj', and that the older 'PROJ.4'
and version 5 pathways be provided by the 'proj4' package.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-PROJ/DESCR \
pkgsrc/geography/R-PROJ/Makefile pkgsrc/geography/R-PROJ/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-PROJ/DESCR
diff -u /dev/null pkgsrc/geography/R-PROJ/DESCR:1.1
--- /dev/null Fri Nov 29 15:04:26 2024
+++ pkgsrc/geography/R-PROJ/DESCR Fri Nov 29 15:04:26 2024
@@ -0,0 +1,6 @@
+A wrapper around the generic coordinate transformation software 'PROJ'
+that transforms coordinates from one coordinate reference system
+('CRS') to another. This includes cartographic projections as well as
+geodetic transformations. The intention is for this package to be
+used by user-packages such as 'reproj', and that the older 'PROJ.4'
+and version 5 pathways be provided by the 'proj4' package.
Index: pkgsrc/geography/R-PROJ/Makefile
diff -u /dev/null pkgsrc/geography/R-PROJ/Makefile:1.1
--- /dev/null Fri Nov 29 15:04:26 2024
+++ pkgsrc/geography/R-PROJ/Makefile Fri Nov 29 15:04:26 2024
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2024/11/29 15:04:26 mef Exp $
+
+R_PKGNAME= PROJ
+R_PKGVER= 0.5.0
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Generic Coordinate System Transformations Using 'PROJ'
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-lifecycle>=1.0.4:../../devel/R-lifecycle
+
+# Packages suggested but not available:
+# 'testthat', 'spelling', 'knitr', 'rmarkdown', 'sf'
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+
+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= c c++
+
+.include "../../geography/proj/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../geography/R-wk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-PROJ/distinfo
diff -u /dev/null pkgsrc/geography/R-PROJ/distinfo:1.1
--- /dev/null Fri Nov 29 15:04:26 2024
+++ pkgsrc/geography/R-PROJ/distinfo Fri Nov 29 15:04:26 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/29 15:04:26 mef Exp $
+
+BLAKE2s (R/PROJ_0.5.0.tar.gz) = 5b8131bd7151fd14257e842babcdcc034539897d436e0f265ec20311cd00d21f
+SHA512 (R/PROJ_0.5.0.tar.gz) = f734cf39a1ed24dd00cbde3f528e3f10190bb2f455d034cb7c8b37970e8aae29b3a5815826710bd75d9f3311672515775c8fb7f3739d9c704d8142f56f55f404
+Size (R/PROJ_0.5.0.tar.gz) = 187657 bytes
Home |
Main Index |
Thread Index |
Old Index