mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Add p5-Math-Bezier 0.01, perl module to solve Bezier curves.
This commit is contained in:
parent
4c40d1d13e
commit
0838271985
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36719
@ -48,6 +48,7 @@
|
||||
SUBDIR += p5-AI-Perceptron
|
||||
SUBDIR += p5-Bit-ShiftReg
|
||||
SUBDIR += p5-Bit-Vector
|
||||
SUBDIR += p5-Math-Bezier
|
||||
SUBDIR += p5-Math-Expr
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-MatrixReal
|
||||
|
23
math/p5-Math-Bezier/Makefile
Normal file
23
math/p5-Math-Bezier/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Math-Bezier
|
||||
# Date created: Wed Jan 3 10:40:02 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Bezier
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Math::Bezier.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Math-Bezier/distinfo
Normal file
1
math/p5-Math-Bezier/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-Bezier-0.01.tar.gz) = ba6874d8754e2d64ab9c7d15e0eb56c2
|
1
math/p5-Math-Bezier/pkg-comment
Normal file
1
math/p5-Math-Bezier/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to solve Bezier curves
|
3
math/p5-Math-Bezier/pkg-descr
Normal file
3
math/p5-Math-Bezier/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Math::Bezier is a perl interface to solve Bezier curves.
|
||||
|
||||
--will
|
3
math/p5-Math-Bezier/pkg-plist
Normal file
3
math/p5-Math-Bezier/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Math/Bezier.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Bezier/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Bezier
|
Loading…
x
Reference in New Issue
Block a user