Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 10:12:00 -0700 (PDT)
From:      Christopher Elkins <chrise@scardini.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29573: New port: A script to fetch mail from a Hotmail mailbox
Message-ID:  <200108091712.f79HC0237964@tlon.scardini.com>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 10:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108091712.f79HC0237964>