diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-22 14:59:16 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-22 14:59:16 +0800 |
commit | d06214cf80abdfe7a92c4c809cdb805ac79353a6 (patch) | |
tree | fd41bc08a5e33ef607399ff52a861a056434a05f | |
parent | a24bebe590451d2eb7b5f9ff9ab4979fcf922342 (diff) | |
download | freebsd-ports-gnome-d06214cf80abdfe7a92c4c809cdb805ac79353a6.tar.gz freebsd-ports-gnome-d06214cf80abdfe7a92c4c809cdb805ac79353a6.tar.zst freebsd-ports-gnome-d06214cf80abdfe7a92c4c809cdb805ac79353a6.zip |
Add p5-Math-Geometry 0.04, geometry related functions.
PR: ports/102266
Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Geometry/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Math-Geometry/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Geometry/p5-Math-Geometry-0.04.tbz | bin | 0 -> 7972 bytes | |||
-rw-r--r-- | math/p5-Math-Geometry/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-Math-Geometry/pkg-plist | 5 |
6 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 3da8cdeb597c..6d985c504d1b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -189,6 +189,7 @@ SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-GSL + SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar SUBDIR += p5-Math-Geometry-Planar-GPC SUBDIR += p5-Math-Geometry-Planar-Offset diff --git a/math/p5-Math-Geometry/Makefile b/math/p5-Math-Geometry/Makefile new file mode 100644 index 000000000000..af31df121e46 --- /dev/null +++ b/math/p5-Math-Geometry/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Math-Geometry +# Date created: 2006-08-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Geometry +PORTVERSION= 0.04 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Geometry related functions + +RUN_DEPENDS= ${SITE_PERL}/Math/Matrix.pm:${PORTSDIR}/math/p5-Math-Matrix + +PERL_CONFIGURE= yes + +MAN3= Math::Geometry.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Geometry/distinfo b/math/p5-Math-Geometry/distinfo new file mode 100644 index 000000000000..f752e5e1137d --- /dev/null +++ b/math/p5-Math-Geometry/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Geometry-0.04.tar.gz) = bc05acfb1b8ddcc3bb869f0df13ea15b +SHA256 (Math-Geometry-0.04.tar.gz) = c37287088bc7075104ad7d36567bc290995e01bea544747fc5dff3458c6dc7dc +SIZE (Math-Geometry-0.04.tar.gz) = 3037 diff --git a/math/p5-Math-Geometry/p5-Math-Geometry-0.04.tbz b/math/p5-Math-Geometry/p5-Math-Geometry-0.04.tbz Binary files differnew file mode 100644 index 000000000000..9af146e4fa1d --- /dev/null +++ b/math/p5-Math-Geometry/p5-Math-Geometry-0.04.tbz diff --git a/math/p5-Math-Geometry/pkg-descr b/math/p5-Math-Geometry/pkg-descr new file mode 100644 index 000000000000..9af757bdb6e4 --- /dev/null +++ b/math/p5-Math-Geometry/pkg-descr @@ -0,0 +1,5 @@ +Math::Geometry implements classic geomtrical functions in Perl, it has +an emphasis on 3 dimensional geometry including projects, rotations +and other standard 3 dimensional operations. + +WWW: http://search.cpan.org/dist/Math-Geometry/ diff --git a/math/p5-Math-Geometry/pkg-plist b/math/p5-Math-Geometry/pkg-plist new file mode 100644 index 000000000000..7f3cb4e44405 --- /dev/null +++ b/math/p5-Math-Geometry/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/.packlist +%%SITE_PERL%%/Math/Geometry.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |