diff options
author | abs <abs> | 2008-06-23 01:56:26 +0000 |
---|---|---|
committer | abs <abs> | 2008-06-23 01:56:26 +0000 |
commit | fc1a5fdb5b4071ac616de7d997ba34896e6ca938 (patch) | |
tree | d1dbc3042fc7c39884335740839dc768b753fe90 /finance | |
parent | fbb321e6b610387f63f1dbacae1db7ebdad1ca22 (diff) | |
download | pkgsrc-fc1a5fdb5b4071ac616de7d997ba34896e6ca938.tar.gz |
import p5-Finance-Currency-Convert-WebserviceX 0.07000
This is a lightweight module to do currency conversion using the
Currency Converter web service at http://www.webservicex.net/.
The motivation for this module was many fold. First,
Finance::Currency::Convert with Finance::Quote was a little too
bulky for my needs, esp the need to download or maintain conversion
tables. Finance::Currency::Convert::Yahoo seemed to be based on
screen scraping. Way to fragile for my taste.
Finance::Currency::Convert::XE has usage restrictions from XE.com.
[No offense intended to any of the authors above]
Diffstat (limited to 'finance')
3 files changed, 35 insertions, 0 deletions
diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/DESCR b/finance/p5-Finance-Currency-Convert-WebserviceX/DESCR new file mode 100644 index 00000000000..a7511b3e102 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/DESCR @@ -0,0 +1,10 @@ +This is a lightweight module to do currency conversion using the +Currency Converter web service at http://www.webservicex.net/. + +The motivation for this module was many fold. First, +Finance::Currency::Convert with Finance::Quote was a little too +bulky for my needs, esp the need to download or maintain conversion +tables. Finance::Currency::Convert::Yahoo seemed to be based on +screen scraping. Way to fragile for my taste. +Finance::Currency::Convert::XE has usage restrictions from XE.com. +[No offense intended to any of the authors above] diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile new file mode 100644 index 00000000000..c2d53bfb270 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 01:56:26 abs Exp $ + +DISTNAME= Finance-Currency-Convert-WebserviceX-0.07000 +PKGNAME= p5-${DISTNAME} +CATEGORIES= finance perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLACO/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Finance::Currency::Convert::WebserviceX +COMMENT= Lightweight currency conversion using WebserviceX.NET + +DEPENDS+= p5-libwww>=0:../../www/p5-libwww + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Finance/Currency/Convert/WebserviceX/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo b/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo new file mode 100644 index 00000000000..afda9e92c12 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/06/23 01:56:26 abs Exp $ + +SHA1 (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = 49abb3a622ea8e7146d6e439507aef8af13ccebe +RMD160 (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = e858df455ed6257b11fdbfe50a799ba3fd453cea +Size (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = 30039 bytes |