diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 22:20:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 22:20:03 +0000 |
commit | 318c6d76d24f572a57bcdefad6625a60a47c39fb (patch) | |
tree | 17e5ed01a9258887baaea835dd3b991afbcf2f18 /math/p5-Math-Geometry-Voronoi | |
parent | 15580fef1d1378e1b08eea4426f2c3acbf17df87 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Geometry-Voronoi')
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/Makefile | 21 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/pkg-plist | 10 |
4 files changed, 38 insertions, 0 deletions
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 <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> 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 |