diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | finance/Makefile | 2 | ||||
-rw-r--r-- | finance/p5-Math-Financial/Makefile | 2 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Financial/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Financial/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Financial/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Financial/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-Math-Financial/pkg-plist | 5 |
9 files changed, 3 insertions, 37 deletions
@@ -55,3 +55,4 @@ audio/cdrdao|sysutils/cdrdao|2002-11-18|misfiled, burns data CDs too sysutils/pkgview|sysutils/gnome-pkgview|2002-11-20|author has changed the binary and package name japanese/tvi||2002-11-21|development discontinued and distfile unavailable textproc/pt-aspell|portuguese/aspell|2002-11-21|new category +math/p5-Math-Financial|finance/p5-Math-Financial|2002-11-21|new category diff --git a/finance/Makefile b/finance/Makefile index 0c5714006a26..e07386abdb5a 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ # - SUBDIR += + SUBDIR += p5-Math-Financial .include <bsd.port.subdir.mk> diff --git a/finance/p5-Math-Financial/Makefile b/finance/p5-Math-Financial/Makefile index 899f1536ec57..c3e807db8006 100644 --- a/finance/p5-Math-Financial/Makefile +++ b/finance/p5-Math-Financial/Makefile @@ -7,7 +7,7 @@ PORTNAME= Math-Financial PORTVERSION= 0.76 -CATEGORIES= math perl5 +CATEGORIES= finance math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- diff --git a/math/Makefile b/math/Makefile index e604fb1b97d5..e3c8c979d782 100644 --- a/math/Makefile +++ b/math/Makefile @@ -93,7 +93,6 @@ SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Expr SUBDIR += p5-Math-FFT - SUBDIR += p5-Math-Financial SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-Interpolate diff --git a/math/p5-Math-Financial/Makefile b/math/p5-Math-Financial/Makefile deleted file mode 100644 index 899f1536ec57..000000000000 --- a/math/p5-Math-Financial/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: Math-Financial -# Date created: Wed Jan 3 11:00:59 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Math-Financial -PORTVERSION= 0.76 -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::Financial.3 - -.include <bsd.port.mk> diff --git a/math/p5-Math-Financial/distinfo b/math/p5-Math-Financial/distinfo deleted file mode 100644 index 7eaf983f6696..000000000000 --- a/math/p5-Math-Financial/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Math-Financial-0.76.tar.gz) = 1f91a13c91c94f3d4ec5b759d3c6f79b diff --git a/math/p5-Math-Financial/pkg-comment b/math/p5-Math-Financial/pkg-comment deleted file mode 100644 index b2e6e5c4eeee..000000000000 --- a/math/p5-Math-Financial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module containing common functions for loans and annuities diff --git a/math/p5-Math-Financial/pkg-descr b/math/p5-Math-Financial/pkg-descr deleted file mode 100644 index 73b0f89b571a..000000000000 --- a/math/p5-Math-Financial/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Math::Financial contains common functions for loans and annuities. - -Author: Eric Fixler <fix@fixler.com> - ---will diff --git a/math/p5-Math-Financial/pkg-plist b/math/p5-Math-Financial/pkg-plist deleted file mode 100644 index 88ad2cd27ee5..000000000000 --- a/math/p5-Math-Financial/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Math/Financial.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true |