diff options
author | glewis <glewis@FreeBSD.org> | 2004-08-23 20:27:31 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-08-23 20:27:31 +0000 |
commit | cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31 (patch) | |
tree | 3e2f5b3b9e7fe93964fd46c8fbb5a05c548f4702 /misc | |
parent | 0d64aca3f8497e6c6b60f345d8d8d7f94753f1a6 (diff) | |
download | FreeBSD-ports-cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31.zip FreeBSD-ports-cf68c70d0d9871d2a5277a9e70cbf9e1fe887a31.tar.gz |
. 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')
-rw-r--r-- | misc/Makefile | 1 | ||||
-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 |
5 files changed, 51 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index fa15bc9..13ce122 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -150,6 +150,7 @@ SUBDIR += instant-workstation SUBDIR += iselect SUBDIR += jargon + SUBDIR += jbidwatcher SUBDIR += jive SUBDIR += k3b-i18n SUBDIR += kaddressbook-plugins diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile new file mode 100644 index 0000000..8d50517 --- /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 0000000..e1586e4 --- /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 0000000..2e3918b --- /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 0000000..4ee7780 --- /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/ |