pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-proj4
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 29 13:49:17 UTC 2024
Added Files:
pkgsrc/geography/R-proj4: DESCR Makefile distinfo
Log Message:
(geography/R-proj4) import R-proj4-1.0.14
A simple interface to lat/long projection and datum transformation of
the PROJ.4 cartographic projections library. It allows transformation
of geographic coordinates from one projection and/or datum to another.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-proj4/DESCR \
pkgsrc/geography/R-proj4/Makefile pkgsrc/geography/R-proj4/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-proj4/DESCR
diff -u /dev/null pkgsrc/geography/R-proj4/DESCR:1.1
--- /dev/null Fri Nov 29 13:49:17 2024
+++ pkgsrc/geography/R-proj4/DESCR Fri Nov 29 13:49:17 2024
@@ -0,0 +1,3 @@
+A simple interface to lat/long projection and datum transformation of
+the PROJ.4 cartographic projections library. It allows transformation
+of geographic coordinates from one projection and/or datum to another.
Index: pkgsrc/geography/R-proj4/Makefile
diff -u /dev/null pkgsrc/geography/R-proj4/Makefile:1.1
--- /dev/null Fri Nov 29 13:49:17 2024
+++ pkgsrc/geography/R-proj4/Makefile Fri Nov 29 13:49:17 2024
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2024/11/29 13:49:17 mef Exp $
+
+R_PKGNAME= proj4
+R_PKGVER= 1.0-14
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Simple interface to the PROJ.4 cartographic projections library
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+.include "../../geography/proj/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-proj4/distinfo
diff -u /dev/null pkgsrc/geography/R-proj4/distinfo:1.1
--- /dev/null Fri Nov 29 13:49:17 2024
+++ pkgsrc/geography/R-proj4/distinfo Fri Nov 29 13:49:17 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/29 13:49:17 mef Exp $
+
+BLAKE2s (R/proj4_1.0-14.tar.gz) = 819d97d6e95b38513639febd97dc6566517686ac09c96f90d999bd8fcf7ce217
+SHA512 (R/proj4_1.0-14.tar.gz) = 3a16960aab4c0ed4ea5e23e03fbf8fcf0e128cc27e53ae3db5d92c4224b1da3836af4d7f1ae2b74307215af4004d7d0a8db768d16c76e165ad02af32909b90e3
+Size (R/proj4_1.0-14.tar.gz) = 43038 bytes
Home |
Main Index |
Thread Index |
Old Index