diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-26 13:38:14 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-26 13:38:14 +0800 |
commit | 6933c45b5892f8aadf3a71bb7c4097b30c3c2a1a (patch) | |
tree | 5a8242774d98f85e3c37a6c0e9081dc2ffed4fbe /finance/p5-Finance-QuoteHist | |
parent | 46ee2b9042ec570acc1587bd3a491323d4f0410c (diff) | |
download | freebsd-ports-gnome-6933c45b5892f8aadf3a71bb7c4097b30c3c2a1a.tar.gz freebsd-ports-gnome-6933c45b5892f8aadf3a71bb7c4097b30c3c2a1a.tar.zst freebsd-ports-gnome-6933c45b5892f8aadf3a71bb7c4097b30c3c2a1a.zip |
add p5-Finance-QuoteHist 0.25
Perl module for fetching historical stock quotes
PR: 34278
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'finance/p5-Finance-QuoteHist')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 33 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-comment | 1 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-descr | 9 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-plist | 10 |
5 files changed, 54 insertions, 0 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile new file mode 100644 index 000000000000..22f8ac00c782 --- /dev/null +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Finance::QuoteHist +# Date created: 25 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Finance-QuoteHist +PORTVERSION= 0.25 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Finance +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MAN3= Finance::QuoteHist::Yahoo.3 \ + Finance::QuoteHist.3 \ + Finance::QuoteHist::MotleyFool.3 \ + Finance::QuoteHist::SiliconInvestor.3 \ + Finance::QuoteHist::FinancialWeb.3 \ + Finance::QuoteHist::Generic.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo new file mode 100644 index 000000000000..ece78cf08f8f --- /dev/null +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -0,0 +1 @@ +MD5 (Finance-QuoteHist-0.25.tar.gz) = 3d9ddc60207166a81c8993b24cc26efa diff --git a/finance/p5-Finance-QuoteHist/pkg-comment b/finance/p5-Finance-QuoteHist/pkg-comment new file mode 100644 index 000000000000..72b6add79401 --- /dev/null +++ b/finance/p5-Finance-QuoteHist/pkg-comment @@ -0,0 +1 @@ +Perl module for fetching historical stock quotes diff --git a/finance/p5-Finance-QuoteHist/pkg-descr b/finance/p5-Finance-QuoteHist/pkg-descr new file mode 100644 index 000000000000..a27f7be262b7 --- /dev/null +++ b/finance/p5-Finance-QuoteHist/pkg-descr @@ -0,0 +1,9 @@ +Top level aggregator that will select a default lineup of +site instances from which to retrieve quotes. Other +than the default lineup, this module behaves identically +to whichever site-specific module is first in the lineup. +See below for site-specific modules. + +WWW: http://search.cpan.org/search?dist=Finance-QuoteHist + +Seamus Venasse <svenasse@polaris.ca> diff --git a/finance/p5-Finance-QuoteHist/pkg-plist b/finance/p5-Finance-QuoteHist/pkg-plist new file mode 100644 index 000000000000..cf6db2ff9ac9 --- /dev/null +++ b/finance/p5-Finance-QuoteHist/pkg-plist @@ -0,0 +1,10 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist/FinancialWeb.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist/Generic.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist/MotleyFool.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist/SiliconInvestor.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist/Yahoo.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance/QuoteHist 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance-QuoteHist 2>/dev/null || true |