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 | |
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')
-rw-r--r-- | misc/jbidwatcher/Makefile | 35 | ||||
-rw-r--r-- | misc/jbidwatcher/distinfo | 2 | ||||
-rw-r--r-- | misc/jbidwatcher/files/jbidwatcher.sh | 5 | ||||
-rw-r--r-- | misc/jbidwatcher/pkg-descr | 8 |
4 files changed, 50 insertions, 0 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile new file mode 100644 index 000000000000..8d505176a884 --- /dev/null +++ b/misc/jbidwatcher/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: jbidwatcher +# Date Created: 24 July 2004 +# Whom: Jose Rodriguez <king@v2project.com> +# +# $FreeBSD$ +# + +PORTNAME= jbidwatcher +PORTVERSION= 0.9.3.1 +CATEGORIES= misc java +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= JBidWatcher-${PORTVERSION} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= + +MAINTAINER= king@v2project.com +COMMENT= A Java-based application allowing you to monitor eBay auctions + +USE_JAVA= yes +JAVA_VERSION= 1.3+ +NO_BUILD= yes + +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ + bin/${PORTNAME} + +do-install: + @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar + @${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ + -e "s:%%JAVAJARDIR%%:${JAVAJARDIR}:" \ + ${FILESDIR}/jbidwatcher.sh > ${PREFIX}/bin/${PORTNAME} + @${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/${PORTNAME} + @${CHMOD} a+rx ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/misc/jbidwatcher/distinfo b/misc/jbidwatcher/distinfo new file mode 100644 index 000000000000..e1586e41852c --- /dev/null +++ b/misc/jbidwatcher/distinfo @@ -0,0 +1,2 @@ +MD5 (JBidWatcher-0.9.3.1.jar) = c3453c675f3c1e3773a52add8d839fcb +SIZE (JBidWatcher-0.9.3.1.jar) = 469325 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 $@ diff --git a/misc/jbidwatcher/pkg-descr b/misc/jbidwatcher/pkg-descr new file mode 100644 index 000000000000..4ee7780d2e0a --- /dev/null +++ b/misc/jbidwatcher/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.jbidwatcher.com/ |