From king@v2project.com  Sat Jul 24 13:32:35 2004
Return-Path: <king@v2project.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B3A4816A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jul 2004 13:32:35 +0000 (GMT)
Received: from devel1.labs.v2project.com (cliente-212079143235.cm256.senpc.supercable.es [212.79.143.235])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB72D43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jul 2004 13:32:34 +0000 (GMT)
	(envelope-from king@v2project.com)
Received: by devel1.labs.v2project.com (Postfix, from userid 1001)
	id C3C301D6C6; Sat, 24 Jul 2004 15:32:49 +0200 (CEST)
Message-Id: <20040724133249.C3C301D6C6@devel1.labs.v2project.com>
Date: Sat, 24 Jul 2004 15:32:49 +0200 (CEST)
From: Jose Rodriguez <king@v2project.com>
Reply-To: Jose Rodriguez <king@v2project.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: misc/jbidwatcher
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69534
>Category:       ports
>Synopsis:       New port: misc/jbidwatcher
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 24 13:40:21 GMT 2004
>Closed-Date:    Mon Aug 23 20:29:25 GMT 2004
>Last-Modified:  Mon Aug 23 20:29:25 GMT 2004
>Originator:     Jose Rodriguez
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD devel1.labs.v2project.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Fri Jul 16 21:43:17 CEST 2004 root@devel1.labs.v2project.com:/usr/obj/usr/src/sys/GENERIC i386


>Description:
>How-To-Repeat:
	
>Fix:

	

--- jbidwatcher-0.9.3.1.shar begins here ---
# 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/files
#	jbidwatcher/files/jbidwatcher.sh
#	jbidwatcher/distinfo
#	jbidwatcher/pkg-descr
#	jbidwatcher/Makefile
#	jbidwatcher/pkg-plist
#
echo c - jbidwatcher
mkdir -p jbidwatcher > /dev/null 2>&1
echo c - jbidwatcher/files
mkdir -p jbidwatcher/files > /dev/null 2>&1
echo x - jbidwatcher/files/jbidwatcher.sh
sed 's/^X//' >jbidwatcher/files/jbidwatcher.sh << 'END-of-jbidwatcher/files/jbidwatcher.sh'
X#!/bin/sh
X#
X# Need improvements, any suggestions?
X#
X
Xexec /usr/local/bin/javavm -jar /usr/local/share/java/jbidwatcher/JBidWatcher-0.9.3.1.jar $@
END-of-jbidwatcher/files/jbidwatcher.sh
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 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,
X submit bids, snipe (bid at the last moment), 
Xand otherwise track your auction-site experience. 
XIt includes adult-auction management, MANY currencies 
X(yen, pound, dollar (US, Canada, Australian, and New Taiwanese), 
XSwiss Francs, and euro, presently), 
Xdrag-and-drop of auction URLs, a unique and powerful 'multisniping' feature.
X
XWWW: http://www.jbidwatcher.com/
END-of-jbidwatcher/pkg-descr
echo x - jbidwatcher/Makefile
sed 's/^X//' >jbidwatcher/Makefile << 'END-of-jbidwatcher/Makefile'
X# New ports collection makefile for:	SETISupport
X# Date Created:		Sat Jul 24 14:57:10 CEST 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
XRUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper \
X		${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre
X
XUSE_XLIB=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/share/java/jbidwatcher
X	@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/java/jbidwatcher
X	@${INSTALL_SCRIPT} ${FILESDIR}/jbidwatcher.sh ${PREFIX}/bin/jbidwatcher
X
X.include <bsd.port.mk>
END-of-jbidwatcher/Makefile
echo x - jbidwatcher/pkg-plist
sed 's/^X//' >jbidwatcher/pkg-plist << 'END-of-jbidwatcher/pkg-plist'
Xbin/jbidwatcher
Xshare/java/jbidwatcher/JBidWatcher-0.9.3.1.jar
X@dirrm share/java/jbidwatcher
END-of-jbidwatcher/pkg-plist
exit
--- jbidwatcher-0.9.3.1.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Wed Aug 4 15:10:13 GMT 2004 
Responsible-Changed-Why:  
I'll take a look at this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69534 
State-Changed-From-To: open->feedback 
State-Changed-By: glewis 
State-Changed-When: Wed Aug 4 23:26:40 GMT 2004 
State-Changed-Why:  
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 


http://www.freebsd.org/cgi/query-pr.cgi?pr=69534 
State-Changed-From-To: feedback->closed 
State-Changed-By: glewis 
State-Changed-When: Mon Aug 23 20:29:10 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69534 
>Unformatted:
