pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-eBay-API Added net/p5-eBay-API version 0.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fbaa12601fe
branches:  trunk
changeset: 549037:3fbaa12601fe
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Oct 26 19:14:48 2008 +0000

description:
Added net/p5-eBay-API version 0.25

This document describes the installation, configuration, and usage
of eBay::API module.

The eBay::API library is based on the eBay API XML schema and it
does not use SOAP to submit calls. Other than differences in the
SOAP envelope and the way SOAP reports errors, the calls and data
types defined in eBay API XML schema and eBay API wsdl are almost
exactly the same.

You can retrieve the latest version of eBay API XML schema from:

   http://developer.ebay.com/webservices/latest/eBaySvc.xsd

During installation that document is used to generate the library's
call and data type classes.

diffstat:

 net/p5-eBay-API/DESCR    |  15 +++++++++++++++
 net/p5-eBay-API/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 net/p5-eBay-API/distinfo |   5 +++++
 3 files changed, 57 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 321d977df5b6 -r 3fbaa12601fe net/p5-eBay-API/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-eBay-API/DESCR     Sun Oct 26 19:14:48 2008 +0000
@@ -0,0 +1,15 @@
+This document describes the installation, configuration, and usage
+of eBay::API module.
+
+The eBay::API library is based on the eBay API XML schema and it
+does not use SOAP to submit calls. Other than differences in the
+SOAP envelope and the way SOAP reports errors, the calls and data
+types defined in eBay API XML schema and eBay API wsdl are almost
+exactly the same.
+
+You can retrieve the latest version of eBay API XML schema from:
+
+   http://developer.ebay.com/webservices/latest/eBaySvc.xsd
+
+During installation that document is used to generate the library's
+call and data type classes.
diff -r 321d977df5b6 -r 3fbaa12601fe net/p5-eBay-API/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-eBay-API/Makefile  Sun Oct 26 19:14:48 2008 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 19:14:48 abs Exp $
+
+DISTNAME=              eBay-API-0.25
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            net perl5 www
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/perldoc?eBay::API
+COMMENT=               Non SOAP based XML schema library for eBay API
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Compress-Zlib>=1.41:../../devel/p5-Compress-Zlib
+DEPENDS+=      p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay
+DEPENDS+=      p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace
+DEPENDS+=      p5-Error>=0.15:../../devel/p5-Error
+DEPENDS+=      p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
+DEPENDS+=      p5-libwww>=2:../../www/p5-libwww
+DEPENDS+=      p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent
+DEPENDS+=      p5-Params-Validate>=0.74:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Scalar-List-Utils>=1.11:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      p5-Time-HiRes>=1.51:../../time/p5-Time-HiRes
+DEPENDS+=      p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple
+DEPENDS+=      p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy
+DEPENDS+=      p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer
+
+USE_TOOLS+=    gmake
+REPLACE_PERL+= */*/*.pl */*/*/*/*/*.pl  */*/*/*/*/*/*.pl */*/*/*/*/*/*/*.pl
+REPLACE_PERL+= */*.t */*/*/*/*/*.t */*/*/*/*/*/*.t
+REPLACE_PERL+= */*/*/*.pm */*/*/*/*.pm */*/*/*/*/*.pm  */*/*/*/*/*/*.pm
+REPLACE_PERL+= */*/*/*/*/*/*/*.pm
+
+PERL5_PACKLIST=                auto/eBay/API/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 321d977df5b6 -r 3fbaa12601fe net/p5-eBay-API/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-eBay-API/distinfo  Sun Oct 26 19:14:48 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/26 19:14:48 abs Exp $
+
+SHA1 (eBay-API-0.25.tar.gz) = b44ae76209360498d652c4d545ec64fb9230011c
+RMD160 (eBay-API-0.25.tar.gz) = 9ee9c79129f34569141b90f7dde6f6c2d1b8be28
+Size (eBay-API-0.25.tar.gz) = 1211617 bytes



Home | Main Index | Thread Index | Old Index