pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-reproj



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov 29 15:20:31 UTC 2024

Added Files:
        pkgsrc/geography/R-reproj: DESCR Makefile distinfo

Log Message:
(geography/R-reproj) import R-reproj-0.7.0

Transform coordinates from a specified source to a specified target
map projection. This uses the 'PROJ' library directly, by wrapping the
'PROJ' package which leverages 'libproj', otherwise the 'proj4'
package. The 'reproj()' function is generic, methods may be added to
remove the need for an explicit source definition. If 'proj4' is in
use 'reproj()' handles the requirement for conversion of angular units
where necessary. This is for use primarily to transform generic data
formats and direct leverage of the underlying 'PROJ' library. (There
are transformations that aren't possible with 'PROJ' and that are
provided by the 'GDAL' library, a limitation which users of this
package should be aware of.) The 'PROJ' library is available at
<https://proj.org/>.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-reproj/DESCR \
    pkgsrc/geography/R-reproj/Makefile pkgsrc/geography/R-reproj/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-reproj/DESCR
diff -u /dev/null pkgsrc/geography/R-reproj/DESCR:1.1
--- /dev/null   Fri Nov 29 15:20:31 2024
+++ pkgsrc/geography/R-reproj/DESCR     Fri Nov 29 15:20:31 2024
@@ -0,0 +1,12 @@
+Transform coordinates from a specified source to a specified target
+map projection. This uses the 'PROJ' library directly, by wrapping the
+'PROJ' package which leverages 'libproj', otherwise the 'proj4'
+package. The 'reproj()' function is generic, methods may be added to
+remove the need for an explicit source definition. If 'proj4' is in
+use 'reproj()' handles the requirement for conversion of angular units
+where necessary. This is for use primarily to transform generic data
+formats and direct leverage of the underlying 'PROJ' library. (There
+are transformations that aren't possible with 'PROJ' and that are
+provided by the 'GDAL' library, a limitation which users of this
+package should be aware of.) The 'PROJ' library is available at
+<https://proj.org/>.
Index: pkgsrc/geography/R-reproj/Makefile
diff -u /dev/null pkgsrc/geography/R-reproj/Makefile:1.1
--- /dev/null   Fri Nov 29 15:20:31 2024
+++ pkgsrc/geography/R-reproj/Makefile  Fri Nov 29 15:20:31 2024
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2024/11/29 15:20:31 mef Exp $
+
+R_PKGNAME=     reproj
+R_PKGVER=      0.7.0
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Coordinate System Transformations for Generic Map Data
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-proj4-[0-9]*:../../geography/R-proj4
+DEPENDS+=      R-PROJ-[0-9]*:../../geography/R-PROJ
+DEPENDS+=      R-crsmeta-[0-9]*:../../geography/R-crsmeta
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-reproj/distinfo
diff -u /dev/null pkgsrc/geography/R-reproj/distinfo:1.1
--- /dev/null   Fri Nov 29 15:20:31 2024
+++ pkgsrc/geography/R-reproj/distinfo  Fri Nov 29 15:20:31 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/29 15:20:31 mef Exp $
+
+BLAKE2s (R/reproj_0.7.0.tar.gz) = 2657ed685b650c81b28041f357fe7fe9b5e664d78ffa62c1a9a258c83111d16f
+SHA512 (R/reproj_0.7.0.tar.gz) = 480d82bcb3fea474e012907ffaba0b27151903893cc9c66e7f51a1cbf389ec8e268b46cc9a6be44c1ac44a649481c146fbb55d2f4fab2ac24a3a9c7adb897ff4
+Size (R/reproj_0.7.0.tar.gz) = 265649 bytes



Home | Main Index | Thread Index | Old Index