diff options
author | glewis <glewis@FreeBSD.org> | 2004-08-24 04:27:31 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-08-24 04:27:31 +0800 |
commit | cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31 (patch) | |
tree | 3e2f5b3b9e7fe93964fd46c8fbb5a05c548f4702 /misc/jbidwatcher/files | |
parent | 0d64aca3f8497e6c6b60f345d8d8d7f94753f1a6 (diff) | |
download | freebsd-ports-gnome-cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31.tar.gz freebsd-ports-gnome-cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31.tar.zst freebsd-ports-gnome-cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31.zip |
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
Diffstat (limited to 'misc/jbidwatcher/files')
-rw-r--r-- | misc/jbidwatcher/files/jbidwatcher.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/jbidwatcher/files/jbidwatcher.sh b/misc/jbidwatcher/files/jbidwatcher.sh new file mode 100644 index 000000000000..2e3918b378ac --- /dev/null +++ b/misc/jbidwatcher/files/jbidwatcher.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# +# $FreeBSD$ + +javavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ |