From 6dea2264426520dd15b771dac2547591f998badd Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 9 Jan 2009 23:11:40 +0000 Subject: p5-Math-Polygon is a perl class provides an OO interface around Math::Polygon::Calc and Math::Polygon::Clip. WWW: http://search.cpan.org/dist/Math-Polygon/ PR: ports/130302 Submitted by: Wen Heping --- math/p5-Math-Polygon/Makefile | 31 +++++++++++++++++++++++++++++++ math/p5-Math-Polygon/distinfo | 3 +++ math/p5-Math-Polygon/pkg-descr | 4 ++++ math/p5-Math-Polygon/pkg-plist | 16 ++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 math/p5-Math-Polygon/Makefile create mode 100644 math/p5-Math-Polygon/distinfo create mode 100644 math/p5-Math-Polygon/pkg-descr create mode 100644 math/p5-Math-Polygon/pkg-plist (limited to 'math/p5-Math-Polygon') diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile new file mode 100644 index 000000000000..2ac2ff8dfc6c --- /dev/null +++ b/math/p5-Math-Polygon/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Math-Polygon +# Date created: 2009-01-07 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= Math-Polygon +PORTVERSION= 1.00 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Class for Maintaining Polygon Data + +BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Math::Polygon.3 \ + Math::Polygon::Calc.3 \ + Math::Polygon::Clip.3 \ + Math::Polygon::Surface.3 \ + Math::Polygon::Transform.3 + +.include diff --git a/math/p5-Math-Polygon/distinfo b/math/p5-Math-Polygon/distinfo new file mode 100644 index 000000000000..499b9fac1b85 --- /dev/null +++ b/math/p5-Math-Polygon/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Polygon-1.00.tar.gz) = 52b17688acb351a38842c6ee9cea8a6a +SHA256 (Math-Polygon-1.00.tar.gz) = c4f95b573d07d4057dd58247a01dfdcde15c95fcb021e02f703110d68ffd2f35 +SIZE (Math-Polygon-1.00.tar.gz) = 19528 diff --git a/math/p5-Math-Polygon/pkg-descr b/math/p5-Math-Polygon/pkg-descr new file mode 100644 index 000000000000..0d641adb2b2d --- /dev/null +++ b/math/p5-Math-Polygon/pkg-descr @@ -0,0 +1,4 @@ +p5-Math-Polygon is a perl class provides an OO interface around +Math::Polygon::Calc and Math::Polygon::Clip. + +WWW: http://search.cpan.org/dist/Math-Polygon/ diff --git a/math/p5-Math-Polygon/pkg-plist b/math/p5-Math-Polygon/pkg-plist new file mode 100644 index 000000000000..a4073adb26b7 --- /dev/null +++ b/math/p5-Math-Polygon/pkg-plist @@ -0,0 +1,16 @@ +%%SITE_PERL%%/Math/Polygon.pod +%%SITE_PERL%%/Math/Polygon/Surface.pm +%%SITE_PERL%%/Math/Polygon/Transform.pm +%%SITE_PERL%%/Math/Polygon/Calc.pm +%%SITE_PERL%%/Math/Polygon/Transform.pod +%%SITE_PERL%%/Math/Polygon/Clip.pm +%%SITE_PERL%%/Math/Polygon/Surface.pod +%%SITE_PERL%%/Math/Polygon/Calc.pod +%%SITE_PERL%%/Math/Polygon/Clip.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/.packlist +%%SITE_PERL%%/Math/Polygon.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/Polygon +@dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/mach/auto/Math/Polygon +@dirrmtry %%SITE_PERL%%/mach/auto/Math -- cgit