Wed Nov 8 20:55:50 2017 UTC ()
p5-Finance-Quote: update to 1.44.

1.44      2017-11-07 21:57:57+01:00 Europe/Brussels
        * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
        * Setup a pause of .7s between queries in AlphaVantage.pm to limit queries

1.43      2017-11-06 23:41:47+01:00 Europe/Brussels
        * Added currency for .DE market
        * BUGFIX in currency determination regex

1.42      2017-11-06 19:04:25+01:00 Europe/Brussels
        * more tests in alphavantage.t
        * BUG resolved: removed time from $last_refresh when markets are open

1.41      2017-11-06 16:06:41+01:00 Europe/Brussels
        * return symbol for AlphaVantage data

1.39
        * added AlphaVantage module (Matthew Patterson)
        * some other module changes: yahoojson, Morningstar, Bourso, TSX (not working)


(wiz)
diff -r1.29 -r1.30 pkgsrc/finance/p5-Finance-Quote/Makefile
diff -r1.15 -r1.16 pkgsrc/finance/p5-Finance-Quote/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/finance/p5-Finance-Quote/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/p5-Finance-Quote/Makefile 2017/06/05 14:23:58 1.29
+++ pkgsrc/finance/p5-Finance-Quote/Makefile 2017/11/08 20:55:49 1.30
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.29 2017/06/05 14:23:58 ryoon Exp $ 1# $NetBSD: Makefile,v 1.30 2017/11/08 20:55:49 wiz Exp $
2 2
3DISTNAME= Finance-Quote-1.38 3DISTNAME= Finance-Quote-1.44
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= finance perl5 5CATEGORIES= finance perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
8 7
9MAINTAINER= damon@brodiefamily.org 8MAINTAINER= damon@brodiefamily.org
10HOMEPAGE= http://finance-quote.sourceforge.net/ 9HOMEPAGE= http://finance-quote.sourceforge.net/
11COMMENT= Perl module to get stock quotes from Yahoo 10COMMENT= Perl module to get stock quotes from Yahoo
12LICENSE= gnu-gpl-v2 # or later 11LICENSE= gnu-gpl-v2 # or later
13 12
14DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract 13DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 14DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww 15DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
17DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON 16DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
18DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI 17DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI

cvs diff -r1.15 -r1.16 pkgsrc/finance/p5-Finance-Quote/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/p5-Finance-Quote/distinfo 2015/11/03 00:12:13 1.15
+++ pkgsrc/finance/p5-Finance-Quote/distinfo 2017/11/08 20:55:50 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2015/11/03 00:12:13 agc Exp $ 1$NetBSD: distinfo,v 1.16 2017/11/08 20:55:50 wiz Exp $
2 2
3SHA1 (Finance-Quote-1.38.tar.gz) = bfa5a9164c1af113b4c865ea15c9c449be3e95ee 3SHA1 (Finance-Quote-1.44.tar.gz) = b1ff6ba873cd752adca8e291f5b9046a0170cd13
4RMD160 (Finance-Quote-1.38.tar.gz) = 7742c4a5e97c55cb3518a70cca21f5e9f78472f5 4RMD160 (Finance-Quote-1.44.tar.gz) = 8c57422fdb116b4771cf813381ad696446d2fb6f
5SHA512 (Finance-Quote-1.38.tar.gz) = b55382d56ecf89eaf662f49ec6fd803e9e5e0163b63d3020ca3c875d4dff7607f502fa7600997c5db8d62fa671ea82e81597300443fc4b24bb3f94c80bd32439 5SHA512 (Finance-Quote-1.44.tar.gz) = 2ccbc9b571807fe1227dc9128235720954b7e06dc1041b688f5d48c29f0f8de593e2f8eeba9ab88a91161a982e888013411c8d71e457b23c286af0b1599772e3
6Size (Finance-Quote-1.38.tar.gz) = 327822 bytes 6Size (Finance-Quote-1.44.tar.gz) = 270457 bytes