Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography geography/R-deldir: import R-deldir-0.1.25
details: https://anonhg.NetBSD.org/pkgsrc/rev/8940231627fe
branches: trunk
changeset: 436624:8940231627fe
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 07 00:20:08 2020 +0000
description:
geography/R-deldir: import R-deldir-0.1.25
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point set.
Plots triangulations and tessellations in various ways. Clips
tessellations to sub-windows. Calculates perimeters of tessellations.
diffstat:
geography/Makefile | 3 ++-
geography/R-deldir/DESCR | 4 ++++
geography/R-deldir/Makefile | 17 +++++++++++++++++
geography/R-deldir/distinfo | 6 ++++++
4 files changed, 29 insertions(+), 1 deletions(-)
diffs (54 lines):
diff -r babd8ac04629 -r 8940231627fe geography/Makefile
--- a/geography/Makefile Fri Aug 07 00:16:17 2020 +0000
+++ b/geography/Makefile Fri Aug 07 00:20:08 2020 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.80 2020/07/09 10:48:58 nia Exp $
+# $NetBSD: Makefile,v 1.81 2020/08/07 00:20:08 brook Exp $
#
COMMENT= Software for geographical-related uses
SUBDIR+= R-countrycode
+SUBDIR+= R-deldir
SUBDIR+= R-maptools
SUBDIR+= cm2gpx
SUBDIR+= cmconvert
diff -r babd8ac04629 -r 8940231627fe geography/R-deldir/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-deldir/DESCR Fri Aug 07 00:20:08 2020 +0000
@@ -0,0 +1,4 @@
+Calculates the Delaunay triangulation and the Dirichlet or Voronoi
+tessellation (with respect to the entire plane) of a planar point set.
+Plots triangulations and tessellations in various ways. Clips
+tessellations to sub-windows. Calculates perimeters of tessellations.
diff -r babd8ac04629 -r 8940231627fe geography/R-deldir/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-deldir/Makefile Fri Aug 07 00:20:08 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 00:20:08 brook Exp $
+
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/
+COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= deldir
+R_PKGVER= 0.1-25
+
+USE_LANGUAGES+= c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r babd8ac04629 -r 8940231627fe geography/R-deldir/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-deldir/distinfo Fri Aug 07 00:20:08 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 00:20:08 brook Exp $
+
+SHA1 (R/deldir_0.1-25.tar.gz) = 90ccb72794df6836ff87825dfeeddfcbed80f351
+RMD160 (R/deldir_0.1-25.tar.gz) = ac3ee598240146ff3caaa7400396b3099550fcc3
+SHA512 (R/deldir_0.1-25.tar.gz) = ea18bb37ce0452e2efce78749a2ebf75f78f2508813a95b980061a23f0d427b566089f2a4b720951797c67ea0adc4b6865b7ac028a98969ecaa9cc198dbde10f
+Size (R/deldir_0.1-25.tar.gz) = 103273 bytes
Home |
Main Index |
Thread Index |
Old Index