diff options
author | will <will@FreeBSD.org> | 2001-12-19 02:58:45 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-19 02:58:45 +0000 |
commit | 89161a4e37b41a17d5f8c42f17f207b04d6f2d73 (patch) | |
tree | 8fb9c9262eb273a591743dfd2e1e5cb7904d52c6 | |
parent | 5471b4d4daeef3fc472ee74b398097f42d48b864 (diff) | |
download | FreeBSD-ports-89161a4e37b41a17d5f8c42f17f207b04d6f2d73.zip FreeBSD-ports-89161a4e37b41a17d5f8c42f17f207b04d6f2d73.tar.gz |
Add gotmail 0.6.6, a script to fetch mail from a Hotmail mailbox.
PR: 29573
Submitted by: Christopher Elkins <chrise@scardini.com>
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/gotmail/Makefile | 35 | ||||
-rw-r--r-- | mail/gotmail/distinfo | 1 | ||||
-rw-r--r-- | mail/gotmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/gotmail/pkg-descr | 5 | ||||
-rw-r--r-- | mail/gotmail/pkg-plist | 7 |
6 files changed, 50 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 1134460..903f081 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -60,6 +60,7 @@ SUBDIR += gmail SUBDIR += gmime SUBDIR += gnumail + SUBDIR += gotmail SUBDIR += grepmail SUBDIR += hbiff SUBDIR += icqmail diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile new file mode 100644 index 0000000..a26ccea --- /dev/null +++ b/mail/gotmail/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gotmail +# Date created: 9 August 2001 +# Whom: Christopher Elkins <chrise@scardini.com> +# +# $FreeBSD$ +# + +PORTNAME= gotmail +PORTVERSION= 0.6.6 +CATEGORIES= mail perl5 +MASTER_SITES= http://www.hawkins.emu.id.au/gotmail/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI + +USE_PERL5= yes +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} +.for i in COPYING ChangeLog README TODO sample.gotmailrc + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/mail/gotmail/distinfo b/mail/gotmail/distinfo new file mode 100644 index 0000000..8ece8f6 --- /dev/null +++ b/mail/gotmail/distinfo @@ -0,0 +1 @@ +MD5 (gotmail_0.6.6.tar.gz) = fd529e6b5d7258ad6fb6dbf05c0fa694 diff --git a/mail/gotmail/pkg-comment b/mail/gotmail/pkg-comment new file mode 100644 index 0000000..6f5a5e3 --- /dev/null +++ b/mail/gotmail/pkg-comment @@ -0,0 +1 @@ +A script to fetch mail from a Hotmail mailbox diff --git a/mail/gotmail/pkg-descr b/mail/gotmail/pkg-descr new file mode 100644 index 0000000..b6a04d9 --- /dev/null +++ b/mail/gotmail/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://www.hawkins.emu.id.au/gotmail/ diff --git a/mail/gotmail/pkg-plist b/mail/gotmail/pkg-plist new file mode 100644 index 0000000..4dac405 --- /dev/null +++ b/mail/gotmail/pkg-plist @@ -0,0 +1,7 @@ +bin/gotmail.pl +%%PORTDOCS%%share/doc/gotmail/COPYING +%%PORTDOCS%%share/doc/gotmail/ChangeLog +%%PORTDOCS%%share/doc/gotmail/README +%%PORTDOCS%%share/doc/gotmail/TODO +%%PORTDOCS%%share/doc/gotmail/sample.gotmailrc +%%PORTDOCS%%@dirrm share/doc/gotmail |