diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-22 06:46:25 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-22 06:46:25 +0800 |
commit | 43a3f4c42fac473da364bb0409e7083ab2e340a5 (patch) | |
tree | bed7b210eb4c8f01ac14dcfd1cbb15f01f09f080 /math/p5-Math-Geometry-Planar-GPC | |
parent | 44e20fe7c591224329fc1f8fabc4cdac7ffcda9f (diff) | |
download | freebsd-ports-gnome-43a3f4c42fac473da364bb0409e7083ab2e340a5.tar.gz freebsd-ports-gnome-43a3f4c42fac473da364bb0409e7083ab2e340a5.tar.zst freebsd-ports-gnome-43a3f4c42fac473da364bb0409e7083ab2e340a5.zip |
Adding port math/p5-Math-Geometry-Planar-GPC, Perl wrapper for Alan Murta's gpc library
Approved by: tobez (implicit)
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC')
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC/Makefile | 28 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC/pkg-plist | 11 |
4 files changed, 52 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC/Makefile b/math/p5-Math-Geometry-Planar-GPC/Makefile new file mode 100644 index 000000000000..5f0ad77c0698 --- /dev/null +++ b/math/p5-Math-Geometry-Planar-GPC/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Math-Geometry-Planar-GPC +# Date created: 21 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Geometry-Planar-GPC +PORTVERSION= 1.04 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Perl wrapper for Alan Murta's gpc library + +MAN3= Math::Geometry::Planar::GPC.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +#.if ${PERL_LEVEL} < 500600 +#IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +#.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-Geometry-Planar-GPC/distinfo b/math/p5-Math-Geometry-Planar-GPC/distinfo new file mode 100644 index 000000000000..f26451f1c289 --- /dev/null +++ b/math/p5-Math-Geometry-Planar-GPC/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Geometry-Planar-GPC-1.04.tar.gz) = 0f059f596abba73eee7f0ffcee134567 +SHA256 (Math-Geometry-Planar-GPC-1.04.tar.gz) = 6a62df632d973626d7a1442177323b969cd10af3868e9d9621b575e0bc6f28d1 +SIZE (Math-Geometry-Planar-GPC-1.04.tar.gz) = 24809 diff --git a/math/p5-Math-Geometry-Planar-GPC/pkg-descr b/math/p5-Math-Geometry-Planar-GPC/pkg-descr new file mode 100644 index 000000000000..fd22b88bacf7 --- /dev/null +++ b/math/p5-Math-Geometry-Planar-GPC/pkg-descr @@ -0,0 +1,10 @@ +This module is just a wrapper around the gpc C library written by Alan +Murta + +gpc: General Polygon Clipping library (C) 1997-1999, Advanced Interfaces +Group, University of Manchester. + +Please refer to the gpc manual for more details on gpc. + +WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC +Author: Danny Van de Pol <daniel.van_de_pol@alcatel.be> diff --git a/math/p5-Math-Geometry-Planar-GPC/pkg-plist b/math/p5-Math-Geometry-Planar-GPC/pkg-plist new file mode 100644 index 000000000000..b14e377cd524 --- /dev/null +++ b/math/p5-Math-Geometry-Planar-GPC/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/GPC.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/GPC.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |