pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/JBidwatcher Initial import of JBidwatcher-2.1pre4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6c5ff4c3c09
branches: trunk
changeset: 567111:e6c5ff4c3c09
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 08 07:47:49 2009 +0000
description:
Initial import of JBidwatcher-2.1pre4:
A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.
diffstat:
misc/JBidwatcher/DESCR | 8 ++++++++
misc/JBidwatcher/Makefile | 30 ++++++++++++++++++++++++++++++
misc/JBidwatcher/PLIST | 3 +++
misc/JBidwatcher/distinfo | 5 +++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 1eea95139796 -r e6c5ff4c3c09 misc/JBidwatcher/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JBidwatcher/DESCR Sun Nov 08 07:47:49 2009 +0000
@@ -0,0 +1,8 @@
+A Java-based application allowing you to monitor auctions you're
+not part of, submit bids, snipe (bid at the last moment), and
+otherwise track your auction-site experience. It includes adult-auction
+management, MANY currencies (pound, dollar (US, Canada, Australian,
+and New Taiwanese) and euro, presently), drag-and-drop of auction
+URLs, an original, unique and powerful 'multisniping' feature, a
+relatively nice UI, and is known to work cleanly under Linux,
+Windows, Solaris, and MacOSX from the same binary.
diff -r 1eea95139796 -r e6c5ff4c3c09 misc/JBidwatcher/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JBidwatcher/Makefile Sun Nov 08 07:47:49 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $
+#
+
+DISTNAME= JBidwatcher-2.1pre4
+CATEGORIES= misc
+MASTER_SITES= http://www.jbidwatcher.com/alpha/
+EXTRACT_SUFX= .jar
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.jbidwatcher.com/
+COMMENT= eBay sniping, bidding and monitoring software
+#LICENSE= Creative Commons BY-NC-SA
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}
+USE_JAVA= run
+INSTALLATION_DIRS= bin libexec/JBidwatcher
+
+do-build:
+ ${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher
+ ${ECHO} "${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \
+ ${DESTDIR}${PREFIX}/libexec/JBidwatcher
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1eea95139796 -r e6c5ff4c3c09 misc/JBidwatcher/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JBidwatcher/PLIST Sun Nov 08 07:47:49 2009 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $
+bin/JBidwatcher
+libexec/JBidwatcher/${PKGNAME}.jar
diff -r 1eea95139796 -r e6c5ff4c3c09 misc/JBidwatcher/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JBidwatcher/distinfo Sun Nov 08 07:47:49 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $
+
+SHA1 (JBidwatcher-2.1pre4.jar) = 10cf6ffc178c880d84e0ebff84b6ecf36448c111
+RMD160 (JBidwatcher-2.1pre4.jar) = cee87b9b58859bf2eb0af0fb099b4165758074d8
+Size (JBidwatcher-2.1pre4.jar) = 4001497 bytes
Home |
Main Index |
Thread Index |
Old Index