Math::Geometry::Voronoi computes Voronoi diagrams from a set of

input points.

WWW:	http://search.cpan.org/dist/Math-Geometry-Voronoi/

PR:		ports/136672
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-07-13 22:20:03 +00:00
parent 15580fef1d
commit 318c6d76d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237725
5 changed files with 39 additions and 0 deletions

View file

@ -320,6 +320,7 @@
SUBDIR += p5-Math-Geometry-Planar
SUBDIR += p5-Math-Geometry-Planar-GPC
SUBDIR += p5-Math-Geometry-Planar-Offset
SUBDIR += p5-Math-Geometry-Voronoi
SUBDIR += p5-Math-Interpolate
SUBDIR += p5-Math-Intersection-StraightLine
SUBDIR += p5-Math-LinearCombination

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: Math-Geometry-Voronoi
# Date created: 12 July, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-Geometry-Voronoi
PORTVERSION= 1.3
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Module to compute Voronoi diagrams from sets of points
PERL_CONFIGURE= yes
MAN3= Math::Geometry::Voronoi.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Math-Geometry-Voronoi-1.3.tar.gz) = 44392be55ff56870aaff286dd735a5e2
SHA256 (Math-Geometry-Voronoi-1.3.tar.gz) = 72075e4e9883cee51446ba9511264c8c32a015a80f4a5648a3f6b382c534402c
SIZE (Math-Geometry-Voronoi-1.3.tar.gz) = 31865

View file

@ -0,0 +1,4 @@
Math::Geometry::Voronoi computes Voronoi diagrams from a set of
input points.
WWW: http://search.cpan.org/dist/Math-Geometry-Voronoi/

View file

@ -0,0 +1,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Voronoi.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/leak-test.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/Geometry/Voronoi
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math