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.
This commit is contained in:
parent
473bfdc911
commit
a248ea1557
4 changed files with 29 additions and 1 deletions
|
@ -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
|
COMMENT= Software for geographical-related uses
|
||||||
|
|
||||||
SUBDIR+= R-countrycode
|
SUBDIR+= R-countrycode
|
||||||
|
SUBDIR+= R-deldir
|
||||||
SUBDIR+= R-maptools
|
SUBDIR+= R-maptools
|
||||||
SUBDIR+= cm2gpx
|
SUBDIR+= cm2gpx
|
||||||
SUBDIR+= cmconvert
|
SUBDIR+= cmconvert
|
||||||
|
|
4
geography/R-deldir/DESCR
Normal file
4
geography/R-deldir/DESCR
Normal file
|
@ -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.
|
17
geography/R-deldir/Makefile
Normal file
17
geography/R-deldir/Makefile
Normal file
|
@ -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
|
||||||
|
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"
|
6
geography/R-deldir/distinfo
Normal file
6
geography/R-deldir/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue