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:           Sat Aug  8 23:32:09 UTC 2020

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/R-lwgeom: DESCR Makefile distinfo

Log Message:
geography/R-lwgeom: import R-lwgeom-0.2.5

Access to selected functions found in 'liblwgeom'
<https://github.com/postgis/postgis/tree/master/liblwgeom>, the
light-weight geometry library used by 'PostGIS' <http://postgis.net/>.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-lwgeom/DESCR \
    pkgsrc/geography/R-lwgeom/Makefile pkgsrc/geography/R-lwgeom/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.92 pkgsrc/geography/Makefile:1.93
--- pkgsrc/geography/Makefile:1.92      Sat Aug  8 23:28:07 2020
+++ pkgsrc/geography/Makefile   Sat Aug  8 23:32:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/08/08 23:28:07 brook Exp $
+# $NetBSD: Makefile,v 1.93 2020/08/08 23:32:09 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -6,6 +6,7 @@ COMMENT=        Software for geographical-relat
 SUBDIR+=       R-countrycode
 SUBDIR+=       R-deldir
 SUBDIR+=       R-geosphere
+SUBDIR+=       R-lwgeom
 SUBDIR+=       R-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools

Added files:

Index: pkgsrc/geography/R-lwgeom/DESCR
diff -u /dev/null pkgsrc/geography/R-lwgeom/DESCR:1.1
--- /dev/null   Sat Aug  8 23:32:09 2020
+++ pkgsrc/geography/R-lwgeom/DESCR     Sat Aug  8 23:32:09 2020
@@ -0,0 +1,3 @@
+Access to selected functions found in 'liblwgeom'
+<https://github.com/postgis/postgis/tree/master/liblwgeom>, the
+light-weight geometry library used by 'PostGIS' <http://postgis.net/>.
Index: pkgsrc/geography/R-lwgeom/Makefile
diff -u /dev/null pkgsrc/geography/R-lwgeom/Makefile:1.1
--- /dev/null   Sat Aug  8 23:32:09 2020
+++ pkgsrc/geography/R-lwgeom/Makefile  Sat Aug  8 23:32:09 2020
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/08/08 23:32:09 brook Exp $
+
+R_PKGNAME=     lwgeom
+R_PKGVER=      0.2-5
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Bindings to Selected 'liblwgeom' Functions for Simple Features
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-units>=0.6.5:../../math/R-units
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../geography/R-sf/buildlink3.mk"
+.include "../../geography/geos/buildlink3.mk"
+.include "../../geography/proj/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-lwgeom/distinfo
diff -u /dev/null pkgsrc/geography/R-lwgeom/distinfo:1.1
--- /dev/null   Sat Aug  8 23:32:09 2020
+++ pkgsrc/geography/R-lwgeom/distinfo  Sat Aug  8 23:32:09 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/08 23:32:09 brook Exp $
+
+SHA1 (R/lwgeom_0.2-5.tar.gz) = 1559616a162bc4516f63e77199eccb3f48fa31c5
+RMD160 (R/lwgeom_0.2-5.tar.gz) = 6956e9749989ff2b5c743cef445259663405a98e
+SHA512 (R/lwgeom_0.2-5.tar.gz) = bde098a524e96e9f5663261a816a466b406fa7b1ffbcf2231f624d9e07affb54922691dce9b9608c5b0e6789e218bd155079befca002fe123ecef5a1fc6e5c03
+Size (R/lwgeom_0.2-5.tar.gz) = 501653 bytes



Home | Main Index | Thread Index | Old Index