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:
Aaron Dalton 2006-02-18 08:20:27 +00:00
parent aa528ac5b7
commit 02ddb4a65e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156258
5 changed files with 51 additions and 0 deletions

View File

@ -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

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

View 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

View 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

View 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