diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-17 23:47:40 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-17 23:47:40 +0000 |
commit | 5de081ae2fedf778d286d3d5239c960796e159fc (patch) | |
tree | 81356f7fb584d652272f2016df85142e65652e1d /math/R-cran-deldir | |
parent | 092a6c2af1eb32fc838af4f2825b46e9575d894b (diff) |
Notes
Diffstat (limited to 'math/R-cran-deldir')
-rw-r--r-- | math/R-cran-deldir/Makefile | 22 | ||||
-rw-r--r-- | math/R-cran-deldir/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-deldir/pkg-descr | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile new file mode 100644 index 000000000000..05a09664b112 --- /dev/null +++ b/math/R-cran-deldir/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-cran-deldir +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= deldir +DISTVERSION= 0.0-15 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-deldir/distinfo b/math/R-cran-deldir/distinfo new file mode 100644 index 000000000000..b9cfa503b7e7 --- /dev/null +++ b/math/R-cran-deldir/distinfo @@ -0,0 +1,2 @@ +SHA256 (deldir_0.0-15.tar.gz) = 676c195f4d6e494afa15cdb6065bdda556abd33aef17812c3889ecf50f85547f +SIZE (deldir_0.0-15.tar.gz) = 49092 diff --git a/math/R-cran-deldir/pkg-descr b/math/R-cran-deldir/pkg-descr new file mode 100644 index 000000000000..72a151ab7298 --- /dev/null +++ b/math/R-cran-deldir/pkg-descr @@ -0,0 +1,5 @@ +Calculates the Delaunay triangulation and the Dirichlet or Voronoi +tessellation (with respect to the entire plane) of a planar point +set. + +WWW: http://www.math.unb.ca/~rolf/ |