diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-07 04:48:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-07 04:48:31 +0800 |
commit | 5af4382e20b0cfa688c032d0654f99ad08650bea (patch) | |
tree | 045878323dba47607bebc12a5aca200c7293a333 /math | |
parent | 201408ebf58ec7765ef7027f7d1fd06ffa1e1a79 (diff) | |
download | freebsd-ports-gnome-5af4382e20b0cfa688c032d0654f99ad08650bea.tar.gz freebsd-ports-gnome-5af4382e20b0cfa688c032d0654f99ad08650bea.tar.zst freebsd-ports-gnome-5af4382e20b0cfa688c032d0654f99ad08650bea.zip |
add p5-Math-Trig 0.02
Inverse and hyperbolic trigonemetric Functions
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Trig/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Math-Trig/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Trig/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Trig/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Math-Trig/pkg-plist | 5 |
6 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e3c8c979d782..fbf5dd6704e7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -102,6 +102,7 @@ SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT SUBDIR += p5-Math-SimpleVariable + SUBDIR += p5-Math-Trig SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan diff --git a/math/p5-Math-Trig/Makefile b/math/p5-Math-Trig/Makefile new file mode 100644 index 000000000000..08fd6bbb8f56 --- /dev/null +++ b/math/p5-Math-Trig/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: Math::Trig +# Date created: Jan 7, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Math-Trig +PORTVERSION= 0.02 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::Trig.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Trig/distinfo b/math/p5-Math-Trig/distinfo new file mode 100644 index 000000000000..32c3a0308315 --- /dev/null +++ b/math/p5-Math-Trig/distinfo @@ -0,0 +1 @@ +MD5 (Math-Trig-0.02.tar.gz) = 4f2ba5229067817e3e4834fb188be724 diff --git a/math/p5-Math-Trig/pkg-comment b/math/p5-Math-Trig/pkg-comment new file mode 100644 index 000000000000..195035f597a0 --- /dev/null +++ b/math/p5-Math-Trig/pkg-comment @@ -0,0 +1 @@ +Inverse and hyperbolic trigonemetric Functions diff --git a/math/p5-Math-Trig/pkg-descr b/math/p5-Math-Trig/pkg-descr new file mode 100644 index 000000000000..cd5aa368a9d4 --- /dev/null +++ b/math/p5-Math-Trig/pkg-descr @@ -0,0 +1,4 @@ +This module exports the missing inverse and hyperbolic trigonometric functions +of real numbers. The inverse functions return values cooresponding to the +principal values. Specifying an argument outside of the domain of the function +will cause undef to be returned. diff --git a/math/p5-Math-Trig/pkg-plist b/math/p5-Math-Trig/pkg-plist new file mode 100644 index 000000000000..5c5a19949c0d --- /dev/null +++ b/math/p5-Math-Trig/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Trig/.packlist +%%SITE_PERL%%/Math/Trig.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Trig +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true |