summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/p5-Math-Trig/Makefile24
-rw-r--r--math/p5-Math-Trig/distinfo1
-rw-r--r--math/p5-Math-Trig/pkg-descr4
-rw-r--r--math/p5-Math-Trig/pkg-plist5
6 files changed, 1 insertions, 35 deletions
diff --git a/MOVED b/MOVED
index 1eb9de495e8b..d0733dcd8c36 100644
--- a/MOVED
+++ b/MOVED
@@ -191,3 +191,4 @@ x11-fm/rox-base||2003-03-24|obsolete
graphics/xvid|multimedia/xvid|2003-03-29|new category
print/dvipdfm-cjk|print/dvipdfmx|2003-03-29|port renamed
games/tetris|games/bsdtris|2003-04-02|port renamed (see ports/13693)
+math/p5-Math-Trig||2003-04-03|in base perl5 suite
diff --git a/math/Makefile b/math/Makefile
index 647cf0308c48..65d64ca88c8f 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -106,7 +106,6 @@
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-Roman
diff --git a/math/p5-Math-Trig/Makefile b/math/p5-Math-Trig/Makefile
deleted file mode 100644
index f077f65efe6a..000000000000
--- a/math/p5-Math-Trig/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-COMMENT= Inverse and hyperbolic trigonemetric Functions
-
-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
deleted file mode 100644
index 32c3a0308315..000000000000
--- a/math/p5-Math-Trig/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Math-Trig-0.02.tar.gz) = 4f2ba5229067817e3e4834fb188be724
diff --git a/math/p5-Math-Trig/pkg-descr b/math/p5-Math-Trig/pkg-descr
deleted file mode 100644
index cd5aa368a9d4..000000000000
--- a/math/p5-Math-Trig/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 5c5a19949c0d..000000000000
--- a/math/p5-Math-Trig/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%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