diff options
author | abs <abs@pkgsrc.org> | 2007-01-13 21:43:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-13 21:43:36 +0000 |
commit | 826e16f555cca839d863e182afbe165d63e4d1ee (patch) | |
tree | 06ec31da8dce5ce42c46f8bd5985ae46b9f48d64 /net | |
parent | 641ffa990747817d9d4941858f976acc76a0d41b (diff) | |
download | pkgsrc-826e16f555cca839d863e182afbe165d63e4d1ee.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/p5-Net-eBay/DESCR | 14 | ||||
-rw-r--r-- | net/p5-Net-eBay/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-eBay/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-eBay/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net/p5-Net-eBay/DESCR b/net/p5-Net-eBay/DESCR new file mode 100644 index 00000000000..0e38ca52f5e --- /dev/null +++ b/net/p5-Net-eBay/DESCR @@ -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 --git a/net/p5-Net-eBay/Makefile b/net/p5-Net-eBay/Makefile new file mode 100644 index 00000000000..e46d6b6fa78 --- /dev/null +++ b/net/p5-Net-eBay/Makefile @@ -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 +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 --git a/net/p5-Net-eBay/PLIST b/net/p5-Net-eBay/PLIST new file mode 100644 index 00000000000..79edc3ca565 --- /dev/null +++ b/net/p5-Net-eBay/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/13 21:43:36 abs Exp $ diff --git a/net/p5-Net-eBay/distinfo b/net/p5-Net-eBay/distinfo new file mode 100644 index 00000000000..c337846ff09 --- /dev/null +++ b/net/p5-Net-eBay/distinfo @@ -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 |