diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-08 07:47:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-08 07:47:49 +0000 |
commit | 456efddfdbf483335e6d66bbe1f4e3afae93788a (patch) | |
tree | 5eb9e4a8986df8d9cfccb89bb73a121670c7fbf6 /misc | |
parent | 05d273a04ec7a85cc8202dc840b69c25f0229c97 (diff) | |
download | pkgsrc-456efddfdbf483335e6d66bbe1f4e3afae93788a.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/JBidwatcher/DESCR | 8 | ||||
-rw-r--r-- | misc/JBidwatcher/Makefile | 30 | ||||
-rw-r--r-- | misc/JBidwatcher/PLIST | 3 | ||||
-rw-r--r-- | misc/JBidwatcher/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/misc/JBidwatcher/DESCR b/misc/JBidwatcher/DESCR new file mode 100644 index 00000000000..3c0c9f665cb --- /dev/null +++ b/misc/JBidwatcher/DESCR @@ -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 --git a/misc/JBidwatcher/Makefile b/misc/JBidwatcher/Makefile new file mode 100644 index 00000000000..1b308f00528 --- /dev/null +++ b/misc/JBidwatcher/Makefile @@ -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 +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 --git a/misc/JBidwatcher/PLIST b/misc/JBidwatcher/PLIST new file mode 100644 index 00000000000..1b1324da414 --- /dev/null +++ b/misc/JBidwatcher/PLIST @@ -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 --git a/misc/JBidwatcher/distinfo b/misc/JBidwatcher/distinfo new file mode 100644 index 00000000000..50f8bbe2f4e --- /dev/null +++ b/misc/JBidwatcher/distinfo @@ -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 |