From chrise@scardini.com  Thu Aug  9 10:12:30 2001
Return-Path: <chrise@scardini.com>
Received: from maple.he.net (maple.he.net [216.218.214.130])
	by hub.freebsd.org (Postfix) with ESMTP id 759E337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Aug 2001 10:12:30 -0700 (PDT)
	(envelope-from chrise@scardini.com)
Received: from tlon.scardini.com (c1551124-a.potlnd1.or.home.com [24.248.51.15]) by maple.he.net (8.8.6/8.8.2) with ESMTP id KAA27635 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Aug 2001 10:12:34 -0700
Received: (from chrise@localhost)
	by tlon.scardini.com (8.11.3/8.11.3) id f79HC0237964;
	Thu, 9 Aug 2001 10:12:00 -0700 (PDT)
	(envelope-from chrise)
Message-Id: <200108091712.f79HC0237964@tlon.scardini.com>
Date: Thu, 9 Aug 2001 10:12:00 -0700 (PDT)
From: Christopher Elkins <chrise@scardini.com>
Reply-To: Christopher Elkins <chrise@scardini.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: A script to fetch mail from a Hotmail mailbox
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29573
>Category:       ports
>Synopsis:       New port: A script to fetch mail from a Hotmail mailbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 10:20:01 PDT 2001
>Closed-Date:    Tue Dec 18 18:58:32 PST 2001
>Last-Modified:  Tue Dec 18 18:58:42 PST 2001
>Originator:     Christopher Elkins <chrise@scardini.com>
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD tlon 4.3-RELEASE FreeBSD 4.3-RELEASE #9: Tue Jul 10 22:34:03 PDT 2001 root@tlon:/usr/src/sys/compile/TLON i386


	
>Description:

GotMail is a utility to download mail from a Hotmail account
and either save it to disk or forward it using sendmail to
another email address.

>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:
#
#	gotmail
#	gotmail/pkg-plist
#	gotmail/pkg-descr
#	gotmail/pkg-comment
#	gotmail/distinfo
#	gotmail/Makefile
#
echo c - gotmail
mkdir -p gotmail > /dev/null 2>&1
echo x - gotmail/pkg-plist
sed 's/^X//' >gotmail/pkg-plist << 'END-of-gotmail/pkg-plist'
Xbin/gotmail.pl
X%%PORTDOCS%%share/doc/gotmail/COPYING
X%%PORTDOCS%%share/doc/gotmail/ChangeLog
X%%PORTDOCS%%share/doc/gotmail/README
X%%PORTDOCS%%share/doc/gotmail/TODO
X%%PORTDOCS%%share/doc/gotmail/sample.gotmailrc
X%%PORTDOCS%%@dirrm share/doc/gotmail
END-of-gotmail/pkg-plist
echo x - gotmail/pkg-descr
sed 's/^X//' >gotmail/pkg-descr << 'END-of-gotmail/pkg-descr'
XGotMail is a utility to download mail from a Hotmail account
Xand either save it to disk or forward it using sendmail to
Xanother email address.
X
XWWW: http://www.hawkins.emu.id.au/gotmail/
END-of-gotmail/pkg-descr
echo x - gotmail/pkg-comment
sed 's/^X//' >gotmail/pkg-comment << 'END-of-gotmail/pkg-comment'
XA script to fetch mail from a Hotmail mailbox
END-of-gotmail/pkg-comment
echo x - gotmail/distinfo
sed 's/^X//' >gotmail/distinfo << 'END-of-gotmail/distinfo'
XMD5 (gotmail_0.6.6.tar.gz) = fd529e6b5d7258ad6fb6dbf05c0fa694
END-of-gotmail/distinfo
echo x - gotmail/Makefile
sed 's/^X//' >gotmail/Makefile << 'END-of-gotmail/Makefile'
X# New ports collection makefile for:   gotmail
X# Date created:        9 August 2001
X# Whom:                Christopher Elkins <chrise@scardini.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gotmail
XPORTVERSION=	0.6.6
XCATEGORIES=	mail perl5
XMASTER_SITES=	http://www.hawkins.emu.id.au/gotmail/
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	ports@FreeBSD.org
X
XRUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
X
XUSE_PERL5=	yes
XNO_BUILD=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
X.for i in COPYING ChangeLog README TODO sample.gotmailrc
X	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-gotmail/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Tue Dec 18 18:58:32 PST 2001 
State-Changed-Why:  
Committed, thanks.  Sorry for the delay. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29573 
>Unformatted:
