summaryrefslogtreecommitdiff
path: root/misc/bidwatcher
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-27Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.rillig3-2/+19
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-18Update "bidwatcher" package to version 1.3.17.tron3-32/+6
Changes since version 1.3.16: - Fix eBay parser. - Add libcurl support. libcurl is now a dependency. - Tons of little fixes. - Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158). - Added Seller id to the Log. - Fixed BUY Only items that expire but bidwather don't think so. - Should compile on cygwin now. - Be more compatible with BSD.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update "bidwatcher" to version 1.3.16. Changes since version 1.3.15:tron3-38/+21
- Parse eBay pages properly again - A parsing error leading to a segmentation fault is fixed (patch from Klaus Singvogel) - Get the snipe key 60 seconds before sniping because this key becomes stale. - Snipes do not try to get a snipe key at startup or setup. - Set the proxy during startup. Otherwise a "Network error" is issued at startup behind a proxy. - Workaround a bug with german umlauts and other ascii > 127 in the details windows. They are simply removed. - Recognize shifting end times of auctions. - User listings: - The auction-id was read as "unsigned long" (4 Byte) instead of "unsigned long long" (8 Byte). Due to that truncation some auction-ids were not handled correctly. - Ebay places linebreaks at the worst places in its pages: the parser did not remove them all. So the auction id was not found. - Obtain snipe-key just when necessary, not earlier. - New feature: Snipe groups
2004-07-20Add a patch from the bidwatcher home page which avoid segfaults whiletron3-7/+35
bidwatcher is parsing auction data. Bump package revision.
2004-05-09Update to 1.3.15. Closes PR pkg/25505.jmmv3-11/+8
Changes since 1.3.13: 4/23/04 * TimeSync logic improved. If we can't hit eBay, rely on local time, but, for real this time. * Version 1.3.15 4/22/04 * Fix time synchronization 4/20/04 * Allow configurable X font string * Fix item location parsing * Fix currency parsing * Version 1.3.14 4/11/04 * Show seller in main window (RFE #902344) * Use unsigned long longs for auction numbers. * Applied add by URL patch (#820963) 3/30/04 * Changed default fonts * Added some missing HTML entites
2004-04-24Convert to buildlink3.snj1-3/+3
2004-03-10Update "bidwatcher" package to version 1.3.13. A list of changes sincetron2-5/+5
version 1.3.11 is not available. But according to PR pkg/24677 by Dick Davies it adapts "bidwatcher" to eBay's latest changes.
2004-02-03We use/need c++abs1-1/+2
2003-12-26Update "bidwatcher" package to version 1.3.11. Changes sinc 1.3.11rc1:tron2-6/+5
- Added appropriate pre-approval error message - Made failed parse messages a little less ambiguous - Fixed uppercase password problem: eBay uses all lowercase - Fixed password error message - Update so we get feedback on auctions as they are added - Add a bunch of encoding checking from Klaus Singvogel
2003-11-25Update "bidwatcher" package to version 1.3.11rc1.tron4-34/+6
Changes since version 1.3.10: - Fixed Bug #779784 Keeps updating finished auctions - More portable build (builds with Compaq's C++ compiler) - Removed some dead code. - Details window shows all available information. - Fixed BuyItNow autodeletion bug. - Added basic proxy authentication. - Fixed some BuyItNow handling. - GetUserListings fixes. - Better compatibility with Purchase Only auctions. - Fixed quantity amount in detail window. - Fixed bigUpdate: timeToNextEnd was > 5 mins, so it wouldn't fire. - Fixed the idempotent header defines in bidwatcher.h - Added functionality to open to a specific ebay country website. - Fixed GMTIME BSD specific code. - Don't try to bid if we failed to get the snipe key - Fixed "Bid too low" message - Fixed "You are highest bidder" message - Fixed "Outbid" detection - Added Pragma headers to coerce proxies into refreshing the content - Printout log messages since they currently disappear in the statusbar. - Changed needelessly complex status bar operations. - Fixed pre-bid on ended auctions error message - Fixed pre-bid/snipe URL+headers - Fixed updating after snipe - Updated User-Agent - Handy --enable-debug configure option
2003-08-30Add patch from bidwatcher's home page for bug 782059 ("snipe fails withtron3-2/+18
parseerror".
2003-07-20Update "bidwatcher" package to version 1.3.10. Changes since version 1.3.9:tron3-73/+5
- Fixed TimeSync issue. - Fixed reserve detection. - Fixed BuyItNow detection. - Handle fixed price auctions.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-16Add a patch submitted my Uwe Klein via the sourceforge homepage to fixtron3-2/+70
time synchronization with eBay servers. Bump package revision.
2003-07-14Update "bidwatcher" package to version 1.3.9. Changes since version 1.3.8:tron2-6/+5
- Fixed handling of eBay's output changes. - Fixed corrupted log messages. - Save update interval values. - Fix timers. - Made some changes to help deal with TZ.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-08Update "bidwatcher" package to version 1.3.8. Changes since version 1.3.7:tron3-7/+7
- Fixed checkredir bug. - Cleaned up configuration window. - Removed double statusbar. - Modified statusbar output. - Fixed time zone problems. - Fixed eBay maintenance window zapping. - Fixed status LEDs. - Added configurable update intervals. - Added some HTML entities. - Added local ending time feature. - Added a warning about upper security levels and password blanking. - Cleaned up debugging harness. - Various minor bug fixes.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-06Back out timezone fix from revision 1. It doesn't work properly whentron4-49/+5
California an Central Europe are both on DST. Bump package revision again.
2003-03-31Fix time difference problem which shows up when the local system is ontron4-7/+52
DST and eBay is not. Based on a suggestion from Bernd Ernesti.
2002-12-30fix some format string bugs on 64 bit systems.dmcmahill3-1/+29
2002-12-23Update "bidwatcher" package to version 1.3.7. Changes since version 1.3.6:tron3-118/+5
- Fix the bigdelay callback - Fix eBay breakage. - Added autogen.sh to CVS for easier building.
2002-12-19Use a patch from the CVS repository to fix problem with adding auctions.tron3-2/+115
Bump package revision.
2002-11-25USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NOjlam1-2/+1
2002-10-27Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:tron6-554/+5
- Added Comment field. - Fixed ebay time sync'ing. - Fix bad "Host:" entity-header if a proxy server was used. It used to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com". - It now sends an "User-Agent" string which looks like Mozilla 1.1 including the real operating system and machine. - It support using "POST" for the actual bid. I've succesfully tested this by bidding on an auction. - Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions - Fixed handling bad DNS responses.
2002-10-20USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504.wiz1-2/+1
2002-10-13buildlink1 -> buildlink2.wiz1-2/+3
2002-10-12Fix bugs in HTTP protocol handling:tron5-3/+203
1.) Send correct "Host:" entity-header if a proxy is used. 2.) Supply a more appropriate User Agent intetification. 3.) Use a "POST" for request for the actual bid like the eBay form would. Bump package revision to 2.
2002-10-12Add changes from the "bidwatcher" CVS repository which fixes the problemtron3-2/+346
with the time synchronization. Bump package revision to 1.
2002-09-15Ooops, botched last update. Remove patch-aa, which is now already integratedmartin2-24/+1
into the distribution.
2002-09-14Update bidwatcher to 1.3.5.martin2-7/+10
Main change: handle new eBay html layout. Provided by Marko Schütz in PR pkg/18288.
2002-06-12"bidwatcher" tries to use HTTP/1.1 but is not able to handle persistanttron3-6/+15
connections. Use "Connection: close" in HTTP request headers to avoid network timeout caused by this bug. Bump version number to 1.3.4nb2.
2002-06-12Initialize buffer point to "NULL" in fetchURL() to avoid problem whentron2-1/+15
free(3) is used later.
2002-06-10Adapt for renamed distribution file (a last minute bug fix?). Bump packagetron2-4/+6
revision to 1.
2002-06-07Update "bidwatcher" package to version 1.3.4. Changes since version 1.3.3:tron3-7/+6
- Snipe as low as 1 second, of course, caveats apply. - Better ANSI compliance for gcc3.1 - Several UI enhancements - Fixed some bid processing issues - Fixed getting user bids - Fixed some big memory leaks - Added localtime patch - Better execution of Mozilla - Fixed some snipe error messages - We're sending HTTP/1.1 now. - Fixed description skewing when reading from file. - Applied patch from dbs@tanj.com to fix ended auctions. - Added Copy item number menu option - CodeStyle: Replaced if( with if ( - Fixed 'First Bid' field in Details window - Fixed Reserve detection: Thanks to Thomas Enstall - Fixed eBay motors non car auctions + dutch.
2002-03-25Fix build problem under Solaris.tron1-9/+4
2002-03-22Update "bidwatcher" package to version 1.3.3. Changes since version 1.3.0:tron7-1138/+7
- many bug fixes - improved GUI - experimental bidding daemon
2001-12-08Fix build problems under Solaris.tron3-16/+44
2001-11-21Pull in latest bug fixes from the CVS repository which fix e.g problemstron6-19/+1048
with loading the configuration and updating auctions. Bump version number to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-07Don't write empty configuration strings to the configuration file liketron2-15/+21
e.g. an empty proxy setting because the very optimistic parse can't handle those.
2001-10-07Fix saving and loading of the configuration file and make the proxy supporttron2-1/+75
work
2001-10-07Update "bidwatcher" package to version 1.3.0 beta.tron4-151/+20
Changes since version 1.1.7: - Conversion to use the gtk+ toolkit, making this version 100% GPL clean! - Support for auctions in foreign currencies. - Cleaner ebay access-- i.e. instead of hardcoded IPs, we now do DNS lookups and follow 302 redirects - HTTP proxy server support - Support for eBay motors - Uses the GNU Autoconf (configure) system - Drag-n-drop support
2001-10-06Update home page URL.tron1-2/+2