Adding port math/p5-Math-Intersection-StraightLine, calculates the intersection point of straight lines as defined by either function, vector, or points.
Submitted by: aaron Approved by: tobez (implicit)
This commit is contained in:
parent
aa528ac5b7
commit
02ddb4a65e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156258
@ -172,6 +172,7 @@
|
||||
SUBDIR += p5-Math-GMP
|
||||
SUBDIR += p5-Math-GSL
|
||||
SUBDIR += p5-Math-Interpolate
|
||||
SUBDIR += p5-Math-Intersection-StraightLine
|
||||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-Math-Matrix
|
||||
|
28
math/p5-Math-Intersection-StraightLine/Makefile
Normal file
28
math/p5-Math-Intersection-StraightLine/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Math-Intersection-StraightLine
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Intersection-StraightLine
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Calculate intersection point for two lines
|
||||
|
||||
MAN3= Math::Intersection::StraightLine.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl5.6
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
math/p5-Math-Intersection-StraightLine/distinfo
Normal file
3
math/p5-Math-Intersection-StraightLine/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Math-Intersection-StraightLine-0.02.tar.gz) = f686d5bc7b660f9a0d891c98d52908ed
|
||||
SHA256 (Math-Intersection-StraightLine-0.02.tar.gz) = 847830be0e77dbdc893f282f54af838889d69a9848b5c4330238303925c5ecdb
|
||||
SIZE (Math-Intersection-StraightLine-0.02.tar.gz) = 4145
|
12
math/p5-Math-Intersection-StraightLine/pkg-descr
Normal file
12
math/p5-Math-Intersection-StraightLine/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This module calculates the intersection point of two straight lines (if
|
||||
one exists). It returns 0, if no intersection point exists. If the lines
|
||||
have an intersection point, the coordinates of the point are the
|
||||
returnvalue. If the given lines have infinite intersection points, -1 is
|
||||
returned.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Intersection-StraightLine
|
||||
Author: Renee Baecker <module@renee-baecker.de>
|
||||
|
||||
--
|
||||
Aaron Dalton
|
||||
aaron@FreeBSD.org
|
7
math/p5-Math-Intersection-StraightLine/pkg-plist
Normal file
7
math/p5-Math-Intersection-StraightLine/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Math/Intersection/StraightLine.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection/StraightLine/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection/StraightLine
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Intersection
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math/Intersection
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Reference in New Issue
Block a user