Bug 69534 - New port: misc/jbidwatcher
Summary: New port: misc/jbidwatcher
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 14:40 UTC by Joseph King
Modified: 2004-08-23 21:29 UTC (History)
0 users

See Also:


Attachments
jbidwatcher-0.9.3.1.shar (2.85 KB, text/plain)
2004-07-24 14:40 UTC, Joseph King
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph King 2004-07-24 14:40:21 UTC

    
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2004-08-04 16:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

I'll take a look at this.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-08-05 00:26:40 UTC
State Changed
From-To: open->feedback

Here is an updated shar file which fixes a number of problems with the 
port.  Please review it. 

# This is a shell archive.  Save it in a file, remove anything before 
# this line, and then unpack it by entering "sh file".  Note, it may 
# create directories; files and directories will be owned by you and 
# have default permissions. 
# 
# This archive contains: 
# 
#	jbidwatcher 
#	jbidwatcher/Makefile 
#	jbidwatcher/distinfo 
#	jbidwatcher/files 
#	jbidwatcher/pkg-descr 
#	jbidwatcher/files/jbidwatcher.sh 
# 
echo c - jbidwatcher 
mkdir -p jbidwatcher > /dev/null 2>&1 
echo x - jbidwatcher/Makefile 
sed 's/^X//' >jbidwatcher/Makefile << 'END-of-jbidwatcher/Makefile' 
X# New ports collection makefile for:	jbidwatcher 
X# Date Created:		24 July 2004 
X# Whom:			Jose Rodriguez <king@v2project.com> 
X# 
X# $FreeBSD$ 
X# 
X 
XPORTNAME=	jbidwatcher 
XPORTVERSION=	0.9.3.1 
XCATEGORIES=	misc java 
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} 
XMASTER_SITE_SUBDIR=	${PORTNAME} 
XDISTNAME=	JBidWatcher-${PORTVERSION} 
XEXTRACT_SUFX=	.jar 
XEXTRACT_ONLY= 
X 
XMAINTAINER=	king@v2project.com 
XCOMMENT=	A Java-based application allowing you to monitor eBay auctions 
X 
XUSE_JAVA=	yes 
XJAVA_VERSION=	1.3+ 
XNO_BUILD=	yes 
X 
XPLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar  
X		bin/${PORTNAME} 
X 
Xdo-install: 
X	@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar 
X	@${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:"  
X		-e "s:%%JAVAJARDIR%%:${JAVAJARDIR}:"  
X		${FILESDIR}/jbidwatcher.sh > ${PREFIX}/bin/${PORTNAME} 
X	@${CHMOD} a+rx ${PREFIX}/bin/${PORTNAME} 
X 
X.include <bsd.port.mk> 
END-of-jbidwatcher/Makefile 
echo x - jbidwatcher/distinfo 
sed 's/^X//' >jbidwatcher/distinfo << 'END-of-jbidwatcher/distinfo' 
XMD5 (JBidWatcher-0.9.3.1.jar) = c3453c675f3c1e3773a52add8d839fcb 
XSIZE (JBidWatcher-0.9.3.1.jar) = 469325 
END-of-jbidwatcher/distinfo 
echo c - jbidwatcher/files 
mkdir -p jbidwatcher/files > /dev/null 2>&1 
echo x - jbidwatcher/pkg-descr 
sed 's/^X//' >jbidwatcher/pkg-descr << 'END-of-jbidwatcher/pkg-descr' 
XA Java-based application allowing you to monitor ebay auctions, 
Xsubmit bids, snipe (bid at the last moment), and otherwise track 
Xyour auction-site experience. It includes adult-auction management, 
XMANY currencies (yen, pound, dollar (US, Canada, Australian, and 
XNew Taiwanese), Swiss Francs, and euro, presently), drag-and-drop 
Xof auction URLs, a unique and powerful 'multisniping' feature. 
X 
XWWW: http://www.jbidwatcher.com/ 
END-of-jbidwatcher/pkg-descr 
echo x - jbidwatcher/files/jbidwatcher.sh 
sed 's/^X//' >jbidwatcher/files/jbidwatcher.sh << 'END-of-jbidwatcher/files/jbidwatcher.sh' 
X#!/bin/sh 
X# 
X# $FreeBSD$ 
X 
Xjavavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ 
END-of-jbidwatcher/files/jbidwatcher.sh 
exit
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2004-08-23 21:29:10 UTC
State Changed
From-To: feedback->closed

Committed, thanks!