diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 05:38:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 05:38:14 +0000 |
commit | e0e6aa87b230dd95864f00e9d85592e230833a92 (patch) | |
tree | 64a80ff52105bd7deb2e6db4f4b527ecdd38af6f /finance | |
parent | add p5-Finance-Currency-Convert 1.03 (diff) |
add p5-Finance-QuoteHist 0.25
Perl module for fetching historical stock quotes
PR: 34278
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes:
svn path=/head/; revision=61983
Diffstat (limited to 'finance')
-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 |