Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-lwgeom: import R-lwgeom-0.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/985d07f2720a
branches:  trunk
changeset: 436755:985d07f2720a
user:      brook <brook%pkgsrc.org@localhost>
date:      Sat Aug 08 23:32:09 2020 +0000

description:
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/>.

diffstat:

 geography/Makefile          |   3 ++-
 geography/R-lwgeom/DESCR    |   3 +++
 geography/R-lwgeom/Makefile |  20 ++++++++++++++++++++
 geography/R-lwgeom/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r fa81d729ca38 -r 985d07f2720a geography/Makefile
--- a/geography/Makefile        Sat Aug 08 23:28:22 2020 +0000
+++ b/geography/Makefile        Sat Aug 08 23:32:09 2020 +0000
@@ -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 @@
 SUBDIR+=       R-countrycode
 SUBDIR+=       R-deldir
 SUBDIR+=       R-geosphere
+SUBDIR+=       R-lwgeom
 SUBDIR+=       R-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
diff -r fa81d729ca38 -r 985d07f2720a geography/R-lwgeom/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-lwgeom/DESCR  Sat Aug 08 23:32:09 2020 +0000
@@ -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/>.
diff -r fa81d729ca38 -r 985d07f2720a geography/R-lwgeom/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-lwgeom/Makefile       Sat Aug 08 23:32:09 2020 +0000
@@ -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"
diff -r fa81d729ca38 -r 985d07f2720a geography/R-lwgeom/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-lwgeom/distinfo       Sat Aug 08 23:32:09 2020 +0000
@@ -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