diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 06:59:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 06:59:16 +0000 |
commit | 3f861d0268c0b949ce8442c581262646136b5d11 (patch) | |
tree | 8076bdafbbed6df4e99c8ce0dc9908bcae66db76 | |
parent | 23a6ba5ac54cc51d498f8a17eed5c58188333ae8 (diff) | |
download | ports-3f861d0268c0b949ce8442c581262646136b5d11.tar.gz ports-3f861d0268c0b949ce8442c581262646136b5d11.zip |
Notes
-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 |