mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
This commit is contained in:
parent
4b06dfa0ad
commit
d8e1644f10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270720
5 changed files with 48 additions and 0 deletions
|
@ -349,6 +349,7 @@
|
|||
SUBDIR += p5-Math-Geometry
|
||||
SUBDIR += p5-Math-Geometry-Planar
|
||||
SUBDIR += p5-Math-Geometry-Planar-GPC
|
||||
SUBDIR += p5-Math-Geometry-Planar-GPC-Polygon
|
||||
SUBDIR += p5-Math-Geometry-Planar-Offset
|
||||
SUBDIR += p5-Math-Geometry-Voronoi
|
||||
SUBDIR += p5-Math-Gradient
|
||||
|
|
24
math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
Normal file
24
math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-Math-Geometry-Planar-GPC-Polygon
|
||||
# Date created: 03 Mar 2011
|
||||
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Geometry-Planar-GPC-Polygon
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= OO wrapper to gpc library
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN3= Math::Geometry::Planar::GPC::Polygon.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Math-Geometry-Planar-GPC-Polygon/distinfo
Normal file
2
math/p5-Math-Geometry-Planar-GPC-Polygon/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Math-Geometry-Planar-GPC-Polygon-0.05.tar.gz) = 2f9d96a9bc4ef2101442bc12152f7f7ca8c062f67091ddeca6fee82d65b3d390
|
||||
SIZE (Math-Geometry-Planar-GPC-Polygon-0.05.tar.gz) = 19338
|
3
math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr
Normal file
3
math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
|
18
math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist
Normal file
18
math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon/functions.c
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon
|
||||
@dirrmtry %%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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC/Polygon
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar/GPC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Planar
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
Loading…
Add table
Reference in a new issue