mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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:
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
|
@ -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
|
||||
|
|
21
math/p5-Math-Geometry-Voronoi/Makefile
Normal file
21
math/p5-Math-Geometry-Voronoi/Makefile
Normal 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>
|
3
math/p5-Math-Geometry-Voronoi/distinfo
Normal file
3
math/p5-Math-Geometry-Voronoi/distinfo
Normal 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
|
4
math/p5-Math-Geometry-Voronoi/pkg-descr
Normal file
4
math/p5-Math-Geometry-Voronoi/pkg-descr
Normal 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/
|
10
math/p5-Math-Geometry-Voronoi/pkg-plist
Normal file
10
math/p5-Math-Geometry-Voronoi/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue