From 318c6d76d24f572a57bcdefad6625a60a47c39fb Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 13 Jul 2009 22:20:03 +0000 Subject: [PATCH] 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 --- math/Makefile | 1 + math/p5-Math-Geometry-Voronoi/Makefile | 21 +++++++++++++++++++++ math/p5-Math-Geometry-Voronoi/distinfo | 3 +++ math/p5-Math-Geometry-Voronoi/pkg-descr | 4 ++++ math/p5-Math-Geometry-Voronoi/pkg-plist | 10 ++++++++++ 5 files changed, 39 insertions(+) create mode 100644 math/p5-Math-Geometry-Voronoi/Makefile create mode 100644 math/p5-Math-Geometry-Voronoi/distinfo create mode 100644 math/p5-Math-Geometry-Voronoi/pkg-descr create mode 100644 math/p5-Math-Geometry-Voronoi/pkg-plist diff --git a/math/Makefile b/math/Makefile index 3906a46fda3a..358997846d45 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile new file mode 100644 index 000000000000..727eebb1fd81 --- /dev/null +++ b/math/p5-Math-Geometry-Voronoi/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Math-Geometry-Voronoi +# Date created: 12 July, 2009 +# Whom: Wen Heping +# +# $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 diff --git a/math/p5-Math-Geometry-Voronoi/distinfo b/math/p5-Math-Geometry-Voronoi/distinfo new file mode 100644 index 000000000000..2f0f3ae1e0bf --- /dev/null +++ b/math/p5-Math-Geometry-Voronoi/distinfo @@ -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 diff --git a/math/p5-Math-Geometry-Voronoi/pkg-descr b/math/p5-Math-Geometry-Voronoi/pkg-descr new file mode 100644 index 000000000000..12e72d915667 --- /dev/null +++ b/math/p5-Math-Geometry-Voronoi/pkg-descr @@ -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/ diff --git a/math/p5-Math-Geometry-Voronoi/pkg-plist b/math/p5-Math-Geometry-Voronoi/pkg-plist new file mode 100644 index 000000000000..5f9ff3e977bc --- /dev/null +++ b/math/p5-Math-Geometry-Voronoi/pkg-plist @@ -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