From lewiz@compsoc.man.ac.uk  Sun Apr 10 22:33:22 2005
Return-Path: <lewiz@compsoc.man.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D15B516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Apr 2005 22:33:22 +0000 (GMT)
Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEBC43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Apr 2005 22:33:22 +0000 (GMT)
	(envelope-from lewiz@compsoc.man.ac.uk)
Received: from kiki.compsoc.man.ac.uk ([192.84.78.5])
	by probity.mcc.ac.uk with esmtp (Exim 4.20)
	id 1DKkzY-000JKh-Q5; Sun, 10 Apr 2005 23:33:20 +0100
Received: from noisy.compsoc.man.ac.uk (noisy.compsoc.man.ac.uk [192.84.78.1])
	by kiki.compsoc.man.ac.uk (8.13.1/8.13.1) with ESMTP id j3AMXKM5059027
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 10 Apr 2005 23:33:20 +0100 (BST)
	(envelope-from lewiz@noisy.compsoc.man.ac.uk)
Received: (from lewiz@localhost)
	by noisy.compsoc.man.ac.uk (8.13.1/8.13.1/Submit) id j3AMXK7i013421;
	Sun, 10 Apr 2005 23:33:20 +0100 (BST)
	(envelope-from lewiz)
Message-Id: <200504102233.j3AMXK7i013421@noisy.compsoc.man.ac.uk>
Date: Sun, 10 Apr 2005 23:33:20 +0100 (BST)
From: Lewis Thompson <lewiz@compsoc.man.ac.uk>
Reply-To: Lewis Thompson <lewiz@compsoc.man.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lewiz@compsoc.man.ac.uk
Subject: [ NEW PORT ] net/esniper (aBay snipe bidding tool)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79771
>Category:       ports
>Synopsis:       [ NEW PORT ] net/esniper (aBay snipe bidding tool)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 10 22:40:06 GMT 2005
>Closed-Date:    Mon Apr 11 21:11:32 GMT 2005
>Last-Modified:  Mon Apr 11 21:11:32 GMT 2005
>Originator:     Lewis Thompson
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD noisy.compsoc.man.ac.uk 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #4: Wed Feb 2 15:53:32 GMT 2005 lewiz@xeon.compsoc.man.ac.uk:/usr/src/sys/i386/compile/XEON i386


	
>Description:
A new port for esniper (http://esniper.sourceforge.net/), a lightweight
eBay snipe tool.
	
>How-To-Repeat:
	
>Fix:
# 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:
#
#	esniper
#	esniper/Makefile
#	esniper/distinfo
#	esniper/pkg-descr
#	esniper/pkg-plist
#
echo c - esniper
mkdir -p esniper > /dev/null 2>&1
echo x - esniper/Makefile
sed 's/^X//' >esniper/Makefile << 'END-of-esniper/Makefile'
X# New ports collection makefile for:	esniper
X# Date created:		10 April 2005
X# Whom:			Lewis Thompson <lewiz@compsoc.man.ac.uk>
X#
X# $FreeBSD$
X
XPORTNAME=	esniper
XDISTVERSION=	2-10-0
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	lewiz@compsoc.man.ac.uk
XCOMMENT=	Lightweight tool for sniping ebay auctions
X
XLIB_DEPENDS=    curl.3:${PORTSDIR}/ftp/curl
X
XGNU_CONFIGURE=	yes
XUSE_OPENSSL=	yes
X
Xpost-install:
X	@${MKDIR} ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR}
X
X.include <bsd.port.mk>
END-of-esniper/Makefile
echo x - esniper/distinfo
sed 's/^X//' >esniper/distinfo << 'END-of-esniper/distinfo'
XMD5 (esniper-2-10-0.tgz) = 48bfbd3527e8e95cbf2b61da9492c60f
XSIZE (esniper-2-10-0.tgz) = 113317
END-of-esniper/distinfo
echo x - esniper/pkg-descr
sed 's/^X//' >esniper/pkg-descr << 'END-of-esniper/pkg-descr'
Xesniper is a simple, lightweight tool for sniping ebay auctions.
X
XWWW:	http://esniper.sourceforge.net/
END-of-esniper/pkg-descr
echo x - esniper/pkg-plist
sed 's/^X//' >esniper/pkg-plist << 'END-of-esniper/pkg-plist'
Xbin/esniper
Xman/man1/esniper.1
Xshare/examples/esniper/sample_auction.txt
Xshare/examples/esniper/sample_config.txt
X@dirrm share/examples/esniper
END-of-esniper/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Apr 11 21:11:19 GMT 2005 
State-Changed-Why:  
New port added under misc, where other ebay utils are, thank you! 

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