pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-eBay Import p5-Net-eBay-0.40 into pkgsrc:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f77fded05509
branches:  trunk
changeset: 523814:f77fded05509
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jan 13 21:43:36 2007 +0000

description:
Import p5-Net-eBay-0.40 into pkgsrc:

This module allows users to communicate with eBay using perl and
their XML based eBay API. You can use it to list items for sale,
bid, get seller item list, search, get ebay time, or do anything
else.

Many details of this API can be found at http://developer.ebay.com.
To be able to use this module, you need to register there and obtain
keys and a authentication token using "tokentool".

The job of its module is to encapsulate connectivity and authentication,
and communication with ebay. First, you need to initialize your
ebay connection by passing it credentials. After that, you can send
queries to eBay. A typical request is comprised of its name, and
a hash table of application parameters.

diffstat:

 net/p5-Net-eBay/DESCR    |  14 ++++++++++++++
 net/p5-Net-eBay/Makefile |  21 +++++++++++++++++++++
 net/p5-Net-eBay/PLIST    |   1 +
 net/p5-Net-eBay/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 6392399078f7 -r f77fded05509 net/p5-Net-eBay/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-eBay/DESCR     Sat Jan 13 21:43:36 2007 +0000
@@ -0,0 +1,14 @@
+This module allows users to communicate with eBay using perl and
+their XML based eBay API. You can use it to list items for sale,
+bid, get seller item list, search, get ebay time, or do anything
+else.
+
+Many details of this API can be found at http://developer.ebay.com.
+To be able to use this module, you need to register there and obtain
+keys and a authentication token using "tokentool".
+
+The job of its module is to encapsulate connectivity and authentication,
+and communication with ebay. First, you need to initialize your
+ebay connection by passing it credentials. After that, you can send
+queries to eBay. A typical request is comprised of its name, and
+a hash table of application parameters.
diff -r 6392399078f7 -r f77fded05509 net/p5-Net-eBay/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-eBay/Makefile  Sat Jan 13 21:43:36 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/13 21:43:36 abs Exp $
+
+DISTNAME=              Net-eBay-0.40
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            net perl5 www
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=            abs%NetBSD.org@localhost
+HOMEPAGE=              http://www.net-ebay.org/
+COMMENT=               Perl Interface to XML based eBay API
+
+DEPENDS+=              p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
+DEPENDS+=              p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
+DEPENDS+=              p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
+DEPENDS+=              p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
+DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww
+
+PERL5_PACKLIST=                auto/Net/eBay/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6392399078f7 -r f77fded05509 net/p5-Net-eBay/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-eBay/PLIST     Sat Jan 13 21:43:36 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/13 21:43:36 abs Exp $
diff -r 6392399078f7 -r f77fded05509 net/p5-Net-eBay/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-eBay/distinfo  Sat Jan 13 21:43:36 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/13 21:43:36 abs Exp $
+
+SHA1 (Net-eBay-0.40.tar.gz) = 23a9e3258b1e6e2246df67a33f57a4fe9432382f
+RMD160 (Net-eBay-0.40.tar.gz) = 9990f6d6d273fcfd9e181068c48cdfbfbcc09d85
+Size (Net-eBay-0.40.tar.gz) = 13505 bytes



Home | Main Index | Thread Index | Old Index