diff options
author | snj <snj> | 2008-11-02 00:11:13 +0000 |
---|---|---|
committer | snj <snj> | 2008-11-02 00:11:13 +0000 |
commit | f9593542d1e6e92a9d055cfaceb1c1fc64327ee3 (patch) | |
tree | 8b53304c7b5b96f15cdaa49ec187d04bd9014c16 /misc | |
parent | 9cec5edd98073c4259562e72965d764cddf20d1b (diff) | |
download | pkgsrc-f9593542d1e6e92a9d055cfaceb1c1fc64327ee3.tar.gz |
Remove bidwatcher. It has been unmaintained for years and does not work
after (years ago) one of eBay's many site changes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/bidwatcher/DESCR | 4 | ||||
-rw-r--r-- | misc/bidwatcher/Makefile | 28 | ||||
-rw-r--r-- | misc/bidwatcher/PLIST | 10 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 6 | ||||
-rw-r--r-- | misc/bidwatcher/patches/patch-aa | 15 |
6 files changed, 1 insertions, 65 deletions
diff --git a/misc/Makefile b/misc/Makefile index d83b522c9a4..03f1726918d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.312 2008/10/14 11:04:04 hira Exp $ +# $NetBSD: Makefile,v 1.313 2008/11/02 00:11:13 snj Exp $ # COMMENT= Miscellaneous utilities @@ -14,7 +14,6 @@ SUBDIR+= basket SUBDIR+= bbappconf SUBDIR+= bbdb SUBDIR+= bbweather -SUBDIR+= bidwatcher SUBDIR+= blccc SUBDIR+= bottlerocket SUBDIR+= brs diff --git a/misc/bidwatcher/DESCR b/misc/bidwatcher/DESCR deleted file mode 100644 index f8a8e14b279..00000000000 --- a/misc/bidwatcher/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile deleted file mode 100644 index 9eb938474dd..00000000000 --- a/misc/bidwatcher/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.50 2008/06/20 01:09:25 joerg Exp $ - -DISTNAME= bidwatcher-1.3.17 -PKGREVISION= 4 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/bidwatcher/ -COMMENT= eBay snipe tool - -PKG_DESTDIR_SUPPORT= user-destdir - -GNU_CONFIGURE= YES -USE_LANGUAGES= c c++ - -DOCDIR= ${PREFIX}/share/doc/bidwatcher -INSTALLATION_DIRS= ${DOCDIR} - -post-install: - for FILE in AUTHORS COPYING INSTALL NEWS README; do \ - ${INSTALL_DATA} ${WRKSRC}/$$FILE ${DESTDIR}${DOCDIR}; \ - done - ${INSTALL_DATA} ${WRKSRC}/quick_start.html ${DESTDIR}${DOCDIR} - -.include "../../x11/gtk/buildlink3.mk" -.include "../../www/curl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/bidwatcher/PLIST b/misc/bidwatcher/PLIST deleted file mode 100644 index 26fa3590702..00000000000 --- a/misc/bidwatcher/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2004/05/09 09:29:32 jmmv Exp $ -bin/bidwatcher -man/man1/bidwatcher.1 -share/doc/bidwatcher/AUTHORS -share/doc/bidwatcher/COPYING -share/doc/bidwatcher/INSTALL -share/doc/bidwatcher/NEWS -share/doc/bidwatcher/README -share/doc/bidwatcher/quick_start.html -@dirrm share/doc/bidwatcher diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo deleted file mode 100644 index 5b3e109c1ec..00000000000 --- a/misc/bidwatcher/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.35 2005/02/27 10:40:04 rillig Exp $ - -SHA1 (bidwatcher-1.3.17.tar.gz) = 226a181c1af3836820c7f9df5bfe15ef2d869da1 -RMD160 (bidwatcher-1.3.17.tar.gz) = fee1c5a776e1fc79c6a740ef2bc9f94114259b82 -Size (bidwatcher-1.3.17.tar.gz) = 193923 bytes -SHA1 (patch-aa) = c4fcc87d614761abf4ef846f2f88584191cad0af diff --git a/misc/bidwatcher/patches/patch-aa b/misc/bidwatcher/patches/patch-aa deleted file mode 100644 index af5141f651f..00000000000 --- a/misc/bidwatcher/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.18 2005/02/27 10:40:04 rillig Exp $ - -The header file uses the FILE type without including <cstdio>. -This breaks (at least) on NetBSD-1.6.2. - ---- bidwatcher.h.orig Fri Feb 18 04:30:20 2005 -+++ bidwatcher.h Sat Feb 26 14:15:23 2005 -@@ -29,6 +29,7 @@ - #include "config.h" - #endif - -+#include <cstdio> - #include <string> - - using namespace std; |