1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library (translated to XS)

WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
This commit is contained in:
Dmitry Marakasov 2015-05-14 11:36:39 +00:00
parent 9a63e46678
commit 7bf96f2c85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386320
5 changed files with 37 additions and 0 deletions

View File

@ -426,6 +426,7 @@
SUBDIR += p5-Math-Geometry-Planar
SUBDIR += p5-Math-Geometry-Planar-GPC
SUBDIR += p5-Math-Geometry-Planar-GPC-Polygon
SUBDIR += p5-Math-Geometry-Planar-GPC-PolygonXS
SUBDIR += p5-Math-Geometry-Planar-Offset
SUBDIR += p5-Math-Geometry-Voronoi
SUBDIR += p5-Math-Gradient

View File

@ -0,0 +1,28 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Geometry-Planar-GPC-PolygonXS
PORTVERSION= 0.052
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LIOSHA
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= OO wrapper to gpc library (translated to XS)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
regression-test test: build
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Math-Geometry-Planar-GPC-PolygonXS-0.052.tar.gz) = f45149ffebe664c47fa0a0710982ed9a93e76857b6298443619a5d4aceecb241
SIZE (Math-Geometry-Planar-GPC-PolygonXS-0.052.tar.gz) = 65747

View 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/

View File

@ -0,0 +1,3 @@
%%SITE_ARCH%%/Math/Geometry/Planar/GPC/PolygonXS.pm
%%SITE_ARCH%%/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
%%PERL5_MAN3%%/Math::Geometry::Planar::GPC::PolygonXS.3.gz