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:           Fri Aug  7 00:20:08 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-deldir/DESCR \
    pkgsrc/geography/R-deldir/Makefile pkgsrc/geography/R-deldir/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.80 pkgsrc/geography/Makefile:1.81
--- pkgsrc/geography/Makefile:1.80      Thu Jul  9 10:48:58 2020
+++ pkgsrc/geography/Makefile   Fri Aug  7 00:20:08 2020
@@ -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

Added files:

Index: pkgsrc/geography/R-deldir/DESCR
diff -u /dev/null pkgsrc/geography/R-deldir/DESCR:1.1
--- /dev/null   Fri Aug  7 00:20:08 2020
+++ pkgsrc/geography/R-deldir/DESCR     Fri Aug  7 00:20:08 2020
@@ -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.
Index: pkgsrc/geography/R-deldir/Makefile
diff -u /dev/null pkgsrc/geography/R-deldir/Makefile:1.1
--- /dev/null   Fri Aug  7 00:20:08 2020
+++ pkgsrc/geography/R-deldir/Makefile  Fri Aug  7 00:20:08 2020
@@ -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"
Index: pkgsrc/geography/R-deldir/distinfo
diff -u /dev/null pkgsrc/geography/R-deldir/distinfo:1.1
--- /dev/null   Fri Aug  7 00:20:08 2020
+++ pkgsrc/geography/R-deldir/distinfo  Fri Aug  7 00:20:08 2020
@@ -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