From f8bc8ac7ac6ddcf0c3e3cf87cc98368742174f0b Mon Sep 17 00:00:00 2001 From: cpiazza Date: Fri, 27 Aug 1999 04:00:54 +0000 Subject: Import of bidwatcher. 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. Submitted by: Will Andrews --- misc/bidwatcher/Makefile | 28 ++++++++++++++++++++++++++++ misc/bidwatcher/distinfo | 1 + misc/bidwatcher/pkg-comment | 1 + misc/bidwatcher/pkg-descr | 8 ++++++++ misc/bidwatcher/pkg-plist | 1 + 5 files changed, 39 insertions(+) create mode 100644 misc/bidwatcher/Makefile create mode 100644 misc/bidwatcher/distinfo create mode 100644 misc/bidwatcher/pkg-comment create mode 100644 misc/bidwatcher/pkg-descr create mode 100644 misc/bidwatcher/pkg-plist (limited to 'misc') diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile new file mode 100644 index 000000000000..3e69479a2c77 --- /dev/null +++ b/misc/bidwatcher/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: bidwatcher +# Version required: 0.9.9-2 +# Date created: 24 Aug 1999 +# Whom: Will Andrews +# +# $FreeBSD$ +# + +DISTNAME= bidwatcher-0.9.9-2 +PKGNAME= bidwatcher-0.9.9 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.low-fi.com/bw/download/ \ + http://www.psn.net/~andrews/dist/ +MASTER_SITE_SUBDIR= apps/misc + +MAINTAINER= andrews@technologist.com + +USE_GMAKE= YES +USE_QT= YES +MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \ + SYSCONF_LFLAGS_QT=${X11BASE}/lib \ + SYSCONF_MOC=${X11BASE}/bin/moc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher + +.include diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo new file mode 100644 index 000000000000..6077543a2077 --- /dev/null +++ b/misc/bidwatcher/distinfo @@ -0,0 +1 @@ +MD5 (bidwatcher-0.9.9-2.tar.gz) = 1dd60a4f3ca5f235e7da2838f68815d2 diff --git a/misc/bidwatcher/pkg-comment b/misc/bidwatcher/pkg-comment new file mode 100644 index 000000000000..8ce2d88f0318 --- /dev/null +++ b/misc/bidwatcher/pkg-comment @@ -0,0 +1 @@ +eBay bid monitor. diff --git a/misc/bidwatcher/pkg-descr b/misc/bidwatcher/pkg-descr new file mode 100644 index 000000000000..ae9ee0daf0ea --- /dev/null +++ b/misc/bidwatcher/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.low-fi.com/bw/download.html + +- Will diff --git a/misc/bidwatcher/pkg-plist b/misc/bidwatcher/pkg-plist new file mode 100644 index 000000000000..594218991a24 --- /dev/null +++ b/misc/bidwatcher/pkg-plist @@ -0,0 +1 @@ +bin/bidwatcher -- cgit