summaryrefslogtreecommitdiff
path: root/misc/esniper
AgeCommit message (Collapse)AuthorFilesLines
2010-05-16Updated to version 2.23.0heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.22.0: ============================= 2010-05-15 * 2.23.0 released * Fixed -m option (thanks, deadolus!) 2010-05-14 * Fixed bug 3001249: bid history parsing bug
2010-01-22Updated to version 2.22.0heinz2-8/+7
Pkgsrc changes: - none Changes since version 2.21.0: ============================= 2010-01-21 * 2.22.0 released * Fixed bug 2936564: Can't get item number or title 2010-01-06: * Fixed bugs 2887061 and 2922040: Recognize "bad password" page.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-11-03Updated to version 2.21.0.heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.20.0: ============================= * Fixed bug 2217106: MakeBidErrorBuyerBlockPrefNoLinkedPayPalAccount * Fixed bug 2631855: MakeBidErrorBuyerBlockPrefItemCountLimitExceeded * Fixed bug 2151466: MakeBidErrorBidGreaterThanBin_BINblock
2009-10-30Updated to version 2.20.0heinz3-25/+8
Pkgsrc changes: - Added LICENSE - Removed patch-ab which was integrated upstream changes since version 2.19.0: ============================= 2009-10-14 * 2.20.0 released * Fixed bug 2875827 and others: Error encountered in function ebayLogin * Fixed bug 2862437 and others: Unknown time interval "Duration:" remaining time could not be converted
2009-08-09Make esniper use case sensitive passwords. Patch was committed upstreamheinz3-2/+20
today and will be in the next release.
2008-10-14Updated to version 2.19.heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.18: =========================== 2008-08-04 * 2.19.0 released * Fixed bug 2036585: enable cookies 2008-04-03 * 2.18.1 released * Fixed bug 1932457: Configure fails due to wrong curl LDFLAGS
2008-04-02Updated to version 2.18.0.heinz2-8/+7
This update includes changes to adapt to eBay's new bid history page (now encoded in UTF-8). Pkgsrc changes: - none Changes since version 2.17.1: ============================= 2008-04-02 * Fixed bug 1932025: Can't convert price. * Fixed bug 1930772: Can't convert price. 2008-03-16 * Fixed bug 1915400: sign in request during pre-bid. 2008-01-17 * Fixed bug 1869454: Fails with Time ramining: -- (0 seconds). * Fixed bug 1823864: Captcha on bid history. * Fixed bug 1861822: crash parsing watch list. * Fixed bug 1849113: Failed to make bid when using bid assistant 2007-11-22 * Fixed bug 1835531, segfault on bid history. 2007-10-23 * Fixed bug 1818692, get srcId ViewItem when bidding on closed auction.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-10-06Updated to version 2.17.1.heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.17.0: ============================= 2007-10-04 * 2.17.1 released. * Fixed bug 1807254, unknown time interval "Refresh".
2007-10-02Updated to version 2.17.0.heinz2-7/+9
Pkgsrc changes: - Package needs a C compiler. Changes since version 2.16.1: ============================= * Changed to work with eBay's new bid history page (bug 1782953) * Use configurable hosts in all URLs (bug 1782954) * Add calls to bugReport() for many error in parsing the bid history. Hopefully this will allow quicker response to new bid history page changes. * Modified configure's libcurl check (patch 1718317) * Fixed bug 1733869, recognize error message when seller ends auction early. * Fix segmentation fault caused by auctions with no bids and a starting bid of $200 or more. * Fix for bug 1710376. Bid history parsing error on auction with no bids.
2007-04-09Updated to version 2.16.1.heinz2-8/+8
Pkgsrc changes: - Added support for DESTDIR. Relevant changes since version 2.15.0: ====================================== * Added captcha error. * 2.16.1 released. * 2.16.0 released. * Add support for bid history without bidder name * Added note about requirement for default column order with -m option. * Fixed buyer & bidding history bug (need to skip over buyer history). * Fixed problem with bug reports. HTTP buffer sometimes overwritten by version number. * Fixed myItems (-m) option. eBay change tableName to "Id" * Fix handling of URL escapes in username.
2006-12-30DISTNAME does _not_ depend on PKGNAME.heinz1-2/+2
While it would be fine to have a single name here, this does not play well with PKGREVISION.
2006-12-30The remaining patch in patch-aa has been integrated upstreamheinz3-47/+3
(slightly different, in util.c), so patch-aa has become obsolete.
2006-11-29Oops, commit changed patch file too.mjl1-47/+2
2006-11-20Updated esniper to 2.15.0mjl2-9/+9
* Fix bug 1579311 (and a million others), eBay changed the bid history page again. * Implemented feature request 1587259, handling -i without username or password. * Fix bug 1574881, bid increment comparison not always correct. * Fix for dutch auction parsing? * Fix bug 1352595, esniper does not encode password in URLs
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-2/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-10-22Due to a change of Ebay's HTML pages esniper needed to be patched to catchheinz3-6/+51
up with this. A new release will contain the patch but it is uncertain when it will appear on sourceforge. This should fix PR pkg/34875 by Thomas Feddersen.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-28Added a forgotten include file in our patch for auction.c. This way, theheinz2-5/+13
compiler does not complain (or abort) about "int to pointer conversion" anymore. This should fix the build on IRIX with the mipspro compiler.
2005-11-13Initial import of esniper 2.14.0.heinz5-0/+67
Esniper is a simple, lightweight command line tool for sniping ebay auctions. It runs on all flavors of Linux, Unix and Windows, and should adapt easily to other operating systems. Pkgsrc changes: - Added patch-aa to let esniper accept eBay passwords with unsafe characters (according to URL-encoding rules). Submitted to the upstream author (esniper-Bugs-1352595).