mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
add p5-Finance-QuoteHist 0.25
Perl module for fetching historical stock quotes PR: 34278 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
e9e9f766bd
commit
e0e6aa87b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61983
33
finance/p5-Finance-QuoteHist/Makefile
Normal file
33
finance/p5-Finance-QuoteHist/Makefile
Normal file
@ -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>
|
1
finance/p5-Finance-QuoteHist/distinfo
Normal file
1
finance/p5-Finance-QuoteHist/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Finance-QuoteHist-0.25.tar.gz) = 3d9ddc60207166a81c8993b24cc26efa
|
1
finance/p5-Finance-QuoteHist/pkg-comment
Normal file
1
finance/p5-Finance-QuoteHist/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for fetching historical stock quotes
|
9
finance/p5-Finance-QuoteHist/pkg-descr
Normal file
9
finance/p5-Finance-QuoteHist/pkg-descr
Normal file
@ -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>
|
10
finance/p5-Finance-QuoteHist/pkg-plist
Normal file
10
finance/p5-Finance-QuoteHist/pkg-plist
Normal file
@ -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
|
@ -217,6 +217,7 @@
|
||||
SUBDIR += p5-File-Sort
|
||||
SUBDIR += p5-Finance-Currency-Convert
|
||||
SUBDIR += p5-Finance-Quote
|
||||
SUBDIR += p5-Finance-QuoteHist
|
||||
SUBDIR += p5-Geo-Weather
|
||||
SUBDIR += p5-I18N-Charset
|
||||
SUBDIR += p5-I18N-LangTags
|
||||
|
33
misc/p5-Finance-QuoteHist/Makefile
Normal file
33
misc/p5-Finance-QuoteHist/Makefile
Normal file
@ -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>
|
1
misc/p5-Finance-QuoteHist/distinfo
Normal file
1
misc/p5-Finance-QuoteHist/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Finance-QuoteHist-0.25.tar.gz) = 3d9ddc60207166a81c8993b24cc26efa
|
1
misc/p5-Finance-QuoteHist/pkg-comment
Normal file
1
misc/p5-Finance-QuoteHist/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for fetching historical stock quotes
|
9
misc/p5-Finance-QuoteHist/pkg-descr
Normal file
9
misc/p5-Finance-QuoteHist/pkg-descr
Normal file
@ -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>
|
10
misc/p5-Finance-QuoteHist/pkg-plist
Normal file
10
misc/p5-Finance-QuoteHist/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user