./net/p5-Net-eBay, Perl Interface to XML based eBay API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.54nb1, Package name: p5-Net-eBay-0.54nb1, Maintainer: abs

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.


Required to run:
[textproc/p5-XML-Simple] [textproc/p5-XML-Dumper] [textproc/p5-Text-Format] [www/p5-HTML-Tree] [www/p5-HTML-Format] [www/p5-HTML-PrettyPrinter] [www/p5-libwww] [lang/perl5] [security/p5-Crypt-SSLeay] [security/p5-Net-SSLeay] [time/p5-DateTime-Precise]

Master sites: (Expand)

SHA1: 64b33097acc352c044b0da73c7b3a46285069698
RMD160: 7ba0cee199167b388c7d591f7479d6902dc1c349
Filesize: 21.675 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-03-09 23:00:49 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating net/p5-Net-eBay from 0.50nb1 to 0.54

pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
0.54    Refined listing script to reflect a "no foreign sales" policy.
0.53    Added support for return policy in my sample listing script
0.52    Patch by Michael Hendrix to make eBay client retry up to 2
        times (configurable) in case of connection errors.
0.51    Added a missing dependency.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-08-17 16:49:36 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 0.41nb1 to 0.50, OK'ed by maintainer.

Pkgsrc changes:
 o Adjust dependencies to match the package's Makefile.PL

Upstream changes:

0.50    Patches by Michael Hendrick to enable compression and use
        of 'warn' instead of print STDERR.
0.49    Patches by Michael Hendrick and Tim Keefer.
0.48    Changes ebay-search.pl to add --currency and --country
0.47    Added more Scripts
0.46    Fixed POD coverage; changed some scripts  in a minor way
0.45    Updated listing script to submit picture URL.
0.44    Added dependency on DateTime::Precise
0.43    Changed stuff for new way of specifying pictures when listing items
0.42    Added _last_text variable to have the last original XML response value
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-10-06 02:29:18 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix path to Perl. Bump revision.
   2007-04-23 15:24:13 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Update net/p5-Net-eBay to 0.41:
- Added ebay-get-item script