pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc Remove bidwatcher. It has been unmaintained for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6047ce39ccf
branches:  trunk
changeset: 549391:c6047ce39ccf
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Nov 02 00:11:13 2008 +0000

description:
Remove bidwatcher.  It has been unmaintained for years and does not work
after (years ago) one of eBay's many site changes.

diffstat:

 misc/Makefile                    |   3 +--
 misc/bidwatcher/DESCR            |   4 ----
 misc/bidwatcher/Makefile         |  28 ----------------------------
 misc/bidwatcher/PLIST            |  10 ----------
 misc/bidwatcher/distinfo         |   6 ------
 misc/bidwatcher/patches/patch-aa |  15 ---------------
 6 files changed, 1 insertions(+), 65 deletions(-)

diffs (100 lines):

diff -r 2506dbd4415b -r c6047ce39ccf misc/Makefile
--- a/misc/Makefile     Sat Nov 01 22:14:13 2008 +0000
+++ b/misc/Makefile     Sun Nov 02 00:11:13 2008 +0000
@@ -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+=       bbappconf
 SUBDIR+=       bbdb
 SUBDIR+=       bbweather
-SUBDIR+=       bidwatcher
 SUBDIR+=       blccc
 SUBDIR+=       bottlerocket
 SUBDIR+=       brs
diff -r 2506dbd4415b -r c6047ce39ccf misc/bidwatcher/DESCR
--- a/misc/bidwatcher/DESCR     Sat Nov 01 22:14:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2506dbd4415b -r c6047ce39ccf misc/bidwatcher/Makefile
--- a/misc/bidwatcher/Makefile  Sat Nov 01 22:14:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 2506dbd4415b -r c6047ce39ccf misc/bidwatcher/PLIST
--- a/misc/bidwatcher/PLIST     Sat Nov 01 22:14:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2506dbd4415b -r c6047ce39ccf misc/bidwatcher/distinfo
--- a/misc/bidwatcher/distinfo  Sat Nov 01 22:14:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2506dbd4415b -r c6047ce39ccf misc/bidwatcher/patches/patch-aa
--- a/misc/bidwatcher/patches/patch-aa  Sat Nov 01 22:14:13 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index