Date: Sat, 13 Jun 2015 06:47:19 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389322 - head/math/R-cran-deldir Message-ID: <201506130647.t5D6lJAa031237@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Jun 13 06:47:19 2015 New Revision: 389322 URL: https://svnweb.freebsd.org/changeset/ports/389322 Log: - Update to 0.1-9 - Update pkg-descr Modified: head/math/R-cran-deldir/Makefile head/math/R-cran-deldir/distinfo head/math/R-cran-deldir/pkg-descr Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Sat Jun 13 06:04:57 2015 (r389321) +++ head/math/R-cran-deldir/Makefile Sat Jun 13 06:47:19 2015 (r389322) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= deldir -DISTVERSION= 0.1-5 -PORTREVISION= 2 +DISTVERSION= 0.1-9 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-deldir/distinfo ============================================================================== --- head/math/R-cran-deldir/distinfo Sat Jun 13 06:04:57 2015 (r389321) +++ head/math/R-cran-deldir/distinfo Sat Jun 13 06:47:19 2015 (r389322) @@ -1,2 +1,2 @@ -SHA256 (deldir_0.1-5.tar.gz) = 8bae655b12b38f3f88d3cda6e43040853c6f4602b5ed8b2df1fdb5b11491791c -SIZE (deldir_0.1-5.tar.gz) = 56188 +SHA256 (deldir_0.1-9.tar.gz) = 090aba6747efc77424a44bf4aaa229dfc01fff7752720689bb70cd861df61f6a +SIZE (deldir_0.1-9.tar.gz) = 58664 Modified: head/math/R-cran-deldir/pkg-descr ============================================================================== --- head/math/R-cran-deldir/pkg-descr Sat Jun 13 06:04:57 2015 (r389321) +++ head/math/R-cran-deldir/pkg-descr Sat Jun 13 06:47:19 2015 (r389322) @@ -1,5 +1,6 @@ Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point -set. +set. Plots triangulations and tessellations in various ways. Clips +tessellations to sub-windows. Calculates perimeters of tessellations. -WWW: http://www.math.unb.ca/~rolf/ +WWW: http://cran.r-project.org/web/packages/deldir/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506130647.t5D6lJAa031237>