diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:58:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:58:45 +0000 |
commit | 4e5898abc93d2fc3528d1011888b5342392e9f1d (patch) | |
tree | 9f83a4c11d2c49634a655badd970ee643fa10a9c | |
parent | Add blimitd 0.1, a daemon to enforce login.conf limits. (diff) |
Add gotmail 0.6.6, a script to fetch mail from a Hotmail mailbox.
PR: 29573
Submitted by: Christopher Elkins <chrise@scardini.com>
Notes
Notes:
svn path=/head/; revision=51773
-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 1134460fd0f5..903f0814c940 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 000000000000..a26cceaa0774 --- /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 000000000000..8ece8f665976 --- /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 000000000000..6f5a5e3a4c6c --- /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 000000000000..b6a04d9499b9 --- /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 000000000000..4dac4054c7d3 --- /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 |