pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX import...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cabeb0aa20d9
branches:  trunk
changeset: 543800:cabeb0aa20d9
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jun 23 01:56:26 2008 +0000

description:
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:

 finance/p5-Finance-Currency-Convert-WebserviceX/DESCR    |  10 ++++++++
 finance/p5-Finance-Currency-Convert-WebserviceX/Makefile |  20 ++++++++++++++++
 finance/p5-Finance-Currency-Convert-WebserviceX/distinfo |   5 ++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 721de2283ee8 -r cabeb0aa20d9 finance/p5-Finance-Currency-Convert-WebserviceX/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Finance-Currency-Convert-WebserviceX/DESCR     Mon Jun 23 01:56:26 2008 +0000
@@ -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 -r 721de2283ee8 -r cabeb0aa20d9 finance/p5-Finance-Currency-Convert-WebserviceX/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile  Mon Jun 23 01:56:26 2008 +0000
@@ -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@localhost
+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 -r 721de2283ee8 -r cabeb0aa20d9 finance/p5-Finance-Currency-Convert-WebserviceX/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo  Mon Jun 23 01:56:26 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index