Commit graph

43 commits

Author SHA1 Message Date
jmmv
4c61963c75 Update to 1.3.15. Closes PR pkg/25505.
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-05-09 09:29:32 +00:00
snj
14403dd546 Convert to buildlink3. 2004-04-24 18:02:25 +00:00
tron
19038ff240 Update "bidwatcher" package to version 1.3.13. A list of changes since
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-03-10 22:24:48 +00:00
abs
3273cf9e68 We use/need c++ 2004-02-03 13:51:27 +00:00
tron
c01bf0951a Update "bidwatcher" package to version 1.3.11. Changes sinc 1.3.11rc1:
- 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-12-26 15:25:42 +00:00
tron
faee28f3d3 Update "bidwatcher" package to version 1.3.11rc1.
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-11-25 08:43:51 +00:00
tron
f51e7eedad Add patch from bidwatcher's home page for bug 782059 ("snipe fails with
parseerror".
2003-08-30 22:17:29 +00:00
tron
840a169b70 Update "bidwatcher" package to version 1.3.10. Changes since version 1.3.9:
- Fixed TimeSync issue.
- Fixed reserve detection.
- Fixed BuyItNow detection.
- Handle fixed price auctions.
2003-07-20 11:54:23 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
tron
a293c63db5 Add a patch submitted my Uwe Klein via the sourceforge homepage to fix
time synchronization with eBay servers. Bump package revision.
2003-07-16 13:52:15 +00:00
tron
e6f5445da3 Update "bidwatcher" package to version 1.3.9. Changes since version 1.3.8:
- 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-14 06:53:40 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
tron
77530e60b3 Update "bidwatcher" package to version 1.3.8. Changes since version 1.3.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-07-08 17:27:08 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
tron
aeb8f4de6b Back out timezone fix from revision 1. It doesn't work properly when
California an Central Europe are both on DST. Bump package revision again.
2003-04-06 11:48:25 +00:00
tron
ee0eb406d5 Fix time difference problem which shows up when the local system is on
DST and eBay is not. Based on a suggestion from Bernd Ernesti.
2003-03-31 07:57:24 +00:00
dmcmahill
c9c2283065 fix some format string bugs on 64 bit systems. 2002-12-30 02:09:25 +00:00
tron
846127cb01 Update "bidwatcher" package to version 1.3.7. Changes since version 1.3.6:
- Fix the bigdelay callback
- Fix eBay breakage.
- Added autogen.sh to CVS for easier building.
2002-12-23 22:46:55 +00:00
tron
741d13e15c Use a patch from the CVS repository to fix problem with adding auctions.
Bump package revision.
2002-12-19 11:45:20 +00:00
jlam
dcb9d52d3e USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO 2002-11-25 21:13:36 +00:00
tron
ac924b3526 Update "bidwatcher" to version 1.3.6. Changes since version 1.3.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-27 21:54:25 +00:00
wiz
7f29fcf98b USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504. 2002-10-20 02:41:29 +00:00
wiz
e33663a96a buildlink1 -> buildlink2. 2002-10-13 11:55:54 +00:00
tron
2c1a79550d Fix bugs in HTTP protocol handling:
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-12 15:32:15 +00:00
tron
45be4ae561 Add changes from the "bidwatcher" CVS repository which fixes the problem
with the time synchronization. Bump package revision to 1.
2002-10-12 12:25:55 +00:00
martin
7721daae4f Ooops, botched last update. Remove patch-aa, which is now already integrated
into the distribution.
2002-09-15 06:34:03 +00:00
martin
a3eb68c966 Update bidwatcher to 1.3.5.
Main change: handle new eBay html layout.
Provided by Marko Schütz in PR pkg/18288.
2002-09-14 15:11:31 +00:00
tron
c29c5dea20 "bidwatcher" tries to use HTTP/1.1 but is not able to handle persistant
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-12 21:51:28 +00:00
tron
d8a241a024 Initialize buffer point to "NULL" in fetchURL() to avoid problem when
free(3) is used later.
2002-06-12 13:55:06 +00:00
tron
ba4e3a33bd Adapt for renamed distribution file (a last minute bug fix?). Bump package
revision to 1.
2002-06-10 15:58:34 +00:00
tron
087931a151 Update "bidwatcher" package to version 1.3.4. Changes since version 1.3.3:
- 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-06-07 11:04:17 +00:00
tron
ce8025ba47 Fix build problem under Solaris. 2002-03-25 22:46:28 +00:00
tron
6f6acb112e Update "bidwatcher" package to version 1.3.3. Changes since version 1.3.0:
- many bug fixes
- improved GUI
- experimental bidding daemon
2002-03-22 21:59:55 +00:00
tron
61eaa9aa37 Fix build problems under Solaris. 2001-12-08 18:38:50 +00:00
tron
e07cfe8a40 Pull in latest bug fixes from the CVS repository which fix e.g problems
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-21 22:40:05 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tron
1330351485 Don't write empty configuration strings to the configuration file like
e.g. an empty proxy setting because the very optimistic parse can't
handle those.
2001-10-07 22:44:20 +00:00
tron
72e2dbf829 Fix saving and loading of the configuration file and make the proxy support
work
2001-10-07 22:17:20 +00:00
tron
8001c7927a Update "bidwatcher" package to version 1.3.0 beta.
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-07 08:29:43 +00:00
tron
c16e49e7f9 Update home page URL. 2001-10-06 23:06:15 +00:00
tron
365242e63a Correct spelling of "eBay" in comment. 2001-09-24 06:52:08 +00:00
jlam
d879e1cb60 Mark as USE_BUILDLINK_ONLY. 2001-09-22 05:42:04 +00:00
jlam
e698e70516 BidWatcher is a tool for people using the giant eBay auction site. It
uses your eBay id and password to track your eBay listings, items that you
have bid on, and items that you enter by hand.   It also has an integrated
snipe tool.

This was initially provided by Brad Knotwell <knotwell@ix.netcom.com> in
pkg/13128 but has been heavily modified to remove FreeBSDisms and to use
buildlink.mk files.
2001-09-22 05:38:22 +00:00