diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-02-16 05:34:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-02-16 05:34:29 +0000 |
commit | 6186812548937ae6598ab668f28635bc06e90ad8 (patch) | |
tree | 0b2ad395d64ccc66f5ef9a3181d6ed8f75ddd6b4 /finance | |
parent | b992eecb18aa1c62bcbe4bdd7da15ddef4e3fbb1 (diff) | |
download | ports-6186812548937ae6598ab668f28635bc06e90ad8.tar.gz ports-6186812548937ae6598ab668f28635bc06e90ad8.zip |
add p5-Finance-TW-EmergingQuote 0.26
Check stock quotes from Taiwan Emerging Stock
Notes
Notes:
svn path=/head/; revision=185281
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Finance-TW-EmergingQuote/Makefile | 25 | ||||
-rw-r--r-- | finance/p5-Finance-TW-EmergingQuote/distinfo | 3 | ||||
-rw-r--r-- | finance/p5-Finance-TW-EmergingQuote/pkg-descr | 4 | ||||
-rw-r--r-- | finance/p5-Finance-TW-EmergingQuote/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index cc166f64d181..502a8b337e11 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -52,6 +52,7 @@ SUBDIR += p5-Finance-Currency-Convert-XE SUBDIR += p5-Finance-Quote SUBDIR += p5-Finance-QuoteHist + SUBDIR += p5-Finance-TW-EmergingQuote SUBDIR += p5-Finance-TW-TSEQuote SUBDIR += p5-Locale-Currency-Format SUBDIR += p5-Math-Financial diff --git a/finance/p5-Finance-TW-EmergingQuote/Makefile b/finance/p5-Finance-TW-EmergingQuote/Makefile new file mode 100644 index 000000000000..fcdb5a336c95 --- /dev/null +++ b/finance/p5-Finance-TW-EmergingQuote/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: Finance::TW::EmergingQuote +# Date created: Feb 16, 2007 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Finance-TW-EmergingQuote +PORTVERSION= 0.26 +CATEGORIES= finance perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Check stock quotes from Taiwan Emerging Stock + +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Finance::TW::EmergingQuote.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Finance-TW-EmergingQuote/distinfo b/finance/p5-Finance-TW-EmergingQuote/distinfo new file mode 100644 index 000000000000..eabeefb6ca4e --- /dev/null +++ b/finance/p5-Finance-TW-EmergingQuote/distinfo @@ -0,0 +1,3 @@ +MD5 (Finance-TW-EmergingQuote-0.26.tar.gz) = 4063b8f29fea3d1a35217da516040ecc +SHA256 (Finance-TW-EmergingQuote-0.26.tar.gz) = 3115116eaf4e5c33018a766b1b2ee253d21abd525609157f37f4cda7a86c7c14 +SIZE (Finance-TW-EmergingQuote-0.26.tar.gz) = 2323 diff --git a/finance/p5-Finance-TW-EmergingQuote/pkg-descr b/finance/p5-Finance-TW-EmergingQuote/pkg-descr new file mode 100644 index 000000000000..4aac55656f10 --- /dev/null +++ b/finance/p5-Finance-TW-EmergingQuote/pkg-descr @@ -0,0 +1,4 @@ +This module provides interface to Emerging Stock price information available +from Taiwan's OTC(over-the-counter market). You could get the real time quote. + +WWW: http://search.cpan.org/dist/Finance-TW-EmergingQuote/ diff --git a/finance/p5-Finance-TW-EmergingQuote/pkg-plist b/finance/p5-Finance-TW-EmergingQuote/pkg-plist new file mode 100644 index 000000000000..866ab106c5b4 --- /dev/null +++ b/finance/p5-Finance-TW-EmergingQuote/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Finance/TW/EmergingQuote.pm +@dirrmtry %%SITE_PERL%%/Finance/TW +@dirrmtry %%SITE_PERL%%/Finance +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/EmergingQuote/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/EmergingQuote +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance |