diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-21 22:46:25 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-21 22:46:25 +0000 |
commit | 48ccbcac401cddf5c0ce599b9d97c3f0a3a7c3d8 (patch) | |
tree | ff2657cfde0014aaeb6f3a830693ce86fc496d92 /math/p5-Math-Geometry-Planar-GPC | |
parent | b31e1bd34cf508638a79d7e320348cd1513ad435 (diff) |
Adding port math/p5-Math-Geometry-Planar-GPC, Perl wrapper for Alan Murta's gpc library
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=163030
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 |