Import p5-Net-eBay-0.40 into pkgsrc:
authorabs <abs>
Sat, 13 Jan 2007 21:43:36 +0000 (21:43 +0000)
committerabs <abs>
Sat, 13 Jan 2007 21:43:36 +0000 (21:43 +0000)
commitd34cd58431e464acbe9f48046963200cc406f018
treea108fb0a8be6e6d99c7847512533220fc73cc643
parent041038b9681d7666a1c56086163412b6de39b1da
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.
net/p5-Net-eBay/DESCR [new file with mode: 0644]
net/p5-Net-eBay/Makefile [new file with mode: 0644]
net/p5-Net-eBay/PLIST [new file with mode: 0644]
net/p5-Net-eBay/distinfo [new file with mode: 0644]