the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bidwatcher
Version: 1.3.17
Revision: 1012
Source: mirror:sourceforge:%n/%n-%v.tar.gz
SourceDirectory: %n-%v
Source-MD5: ea576cb86dcf36abe18436e0eba15a30
SetMACOSX_DEPLOYMENT_TARGET: 10.3
SetLDFLAGS: -Wl,-stack_size -Wl,4048000
PatchFile: %n.patch
PatchFile-MD5: 815a830b10b6b7f57e012dd91187a65e
BuildDepends: glib, gtk+, gettext-dev, gettext-bin, gettext-tools, x11-dev, libcurl3-unified, fink (>= 0.24.12)
Depends: glib-shlibs, gtk+-shlibs, libcurl3-unified-shlibs
#ConfigureParams: --with-libcurl=%p
DocFiles: AUTHORS COPYING INSTALL NEWS README quick_start.html ChangeLog
GCC: 4.0
InstallScript: <<
make install prefix=%i
mkdir -p %i/share
mv %i/man %i/share
<<
Description: GTK auction management/snipe tool for eBay
DescDetail: <<
* Tracks your eBay listings and items that you have bid on.
* Allows you to track auctions that you do not own and have not bid on.
* Snipe tool allows you to schedule your bid to be placed seconds before
the auction ends, avoiding driving the price high early in the auction's
life.
* Prioritizes updates according to the time left in an auction.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://bidwatcher.sourceforge.net/
diff -ruN bidwatcher-1.3.17/helpers.cpp bidwatcher-1.3.17-patched/helpers.cpp
--- bidwatcher-1.3.17/helpers.cpp 2005-02-17 20:46:49.000000000 -0800
+++ bidwatcher-1.3.17-patched/helpers.cpp 2007-09-10 06:39:09.000000000 -0700
@@ -30,6 +30,7 @@
#include "config.h"
#include
#include
+#include
#ifdef HAVE_SSTREAM
# include
#else
Package: bidwatcher
Version: 1.3.17
Revision: 1012
Source: mirror:sourceforge:%n/%n-%v.tar.gz
SourceDirectory: %n-%v
Source-MD5: ea576cb86dcf36abe18436e0eba15a30
SetMACOSX_DEPLOYMENT_TARGET: 10.3
SetLDFLAGS: -Wl,-stack_size -Wl,4048000
PatchFile: %n.patch
PatchFile-MD5: 815a830b10b6b7f57e012dd91187a65e
BuildDepends: glib, gtk+, gettext-dev, gettext-bin, gettext-tools, x11-dev, libcurl3-unified, fink (>= 0.24.12)
Depends: glib-shlibs, gtk+-shlibs, libcurl3-unified-shlibs
#ConfigureParams: --with-libcurl=%p
DocFiles: AUTHORS COPYING INSTALL NEWS README quick_start.html ChangeLog
GCC: 4.0
InstallScript: <<
make install prefix=%i
mkdir -p %i/share
mv %i/man %i/share
<<
Description: GTK auction management/snipe tool for eBay
DescDetail: <<
* Tracks your eBay listings and items that you have bid on.
* Allows you to track auctions that you do not own and have not bid on.
* Snipe tool allows you to schedule your bid to be placed seconds before
the auction ends, avoiding driving the price high early in the auction's
life.
* Prioritizes updates according to the time left in an auction.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://bidwatcher.sourceforge.net/
diff -ruN bidwatcher-1.3.17/helpers.cpp bidwatcher-1.3.17-patched/helpers.cpp
--- bidwatcher-1.3.17/helpers.cpp 2005-02-17 20:46:49.000000000 -0800
+++ bidwatcher-1.3.17-patched/helpers.cpp 2007-09-10 06:39:09.000000000 -0700
@@ -30,6 +30,7 @@
#include "config.h"
#include
#include
+#include
#ifdef HAVE_SSTREAM
# include
#else