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/Makefile | |
parent | 092a6c2af1eb32fc838af4f2825b46e9575d894b (diff) | |
download | ports-5de081ae2fedf778d286d3d5239c960796e159fc.tar.gz ports-5de081ae2fedf778d286d3d5239c960796e159fc.zip |
- Add a new port: math/R-cran-deldir
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/
Notes
Notes:
svn path=/head/; revision=281926
Diffstat (limited to 'math/R-cran-deldir/Makefile')
-rw-r--r-- | math/R-cran-deldir/Makefile | 22 |
1 files changed, 22 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> |