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:
parent
9a63e46678
commit
7bf96f2c85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386320
@ -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
|
||||
|
28
math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
Normal file
28
math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
Normal 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>
|
2
math/p5-Math-Geometry-Planar-GPC-PolygonXS/distinfo
Normal file
2
math/p5-Math-Geometry-Planar-GPC-PolygonXS/distinfo
Normal 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
|
3
math/p5-Math-Geometry-Planar-GPC-PolygonXS/pkg-descr
Normal file
3
math/p5-Math-Geometry-Planar-GPC-PolygonXS/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/
|
3
math/p5-Math-Geometry-Planar-GPC-PolygonXS/pkg-plist
Normal file
3
math/p5-Math-Geometry-Planar-GPC-PolygonXS/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user