diff options
author | max <max@FreeBSD.org> | 1996-10-15 12:52:41 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-15 12:52:41 +0800 |
commit | 24c7002f4cc27e89fd2f308908388ef4cd9329e8 (patch) | |
tree | 585229e21788a48d593572f9210d47facb94658b /mail/fetchmail | |
parent | 57384fe015b5291126cf7497d11d29556f951b1f (diff) | |
download | freebsd-ports-gnome-24c7002f4cc27e89fd2f308908388ef4cd9329e8.tar.gz freebsd-ports-gnome-24c7002f4cc27e89fd2f308908388ef4cd9329e8.tar.zst freebsd-ports-gnome-24c7002f4cc27e89fd2f308908388ef4cd9329e8.zip |
Fetchmail - batch mail retrieval client with pop2/pop3/apop/kpop/imap support.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 24 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 1 | ||||
-rw-r--r-- | mail/fetchmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/fetchmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile new file mode 100644 index 000000000000..3d27690ea8a4 --- /dev/null +++ b/mail/fetchmail/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: fetchmail +# Version required: 1.8 +# Date created: 13 Oct 1996 +# Whom: Ville Eerola <ve@sci.fi> +# +# $Id $ +# + +DISTNAME= fetchmail-1.8 +CATEGORIES+= mail +MASTER_SITES= ftp://locke.ccil.org/pub/esr/ + +GNU_CONFIGURE= yes + +MAINTAINER= ve@sci.fi + +CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/fetchmail.1 +.endif + +.include <bsd.port.mk> diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo new file mode 100644 index 000000000000..dc4e1b6b170f --- /dev/null +++ b/mail/fetchmail/distinfo @@ -0,0 +1 @@ +MD5 (fetchmail-1.8.tar.gz) = cdcf31a1be9ded5d627fad2f9c6a6373 diff --git a/mail/fetchmail/pkg-comment b/mail/fetchmail/pkg-comment new file mode 100644 index 000000000000..a4f65c8b71c9 --- /dev/null +++ b/mail/fetchmail/pkg-comment @@ -0,0 +1 @@ +batch mail retrieval/forwarding utility for pop2, pop3, apop, imap diff --git a/mail/fetchmail/pkg-descr b/mail/fetchmail/pkg-descr new file mode 100644 index 000000000000..e3a85fb09c04 --- /dev/null +++ b/mail/fetchmail/pkg-descr @@ -0,0 +1,8 @@ +This is fetchmail 1.8. + +Fetchmail is a full-featured IMAP/POP2/POP3/APOP/KPOP client with easy +configuration, daemon mode, forwarding via SMTP or local MDA, superior +reply handling. Not a mail user agent, rather a pipe-fitting that +seamlessly forwards fetched mail to your local delivery system. Your +one-stop solution for intermittent email connections. This is the +lineal descendant of and replacement for the old popclient program. diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist new file mode 100644 index 000000000000..edaeec02294b --- /dev/null +++ b/mail/fetchmail/pkg-plist @@ -0,0 +1,2 @@ +bin/fetchmail +man/man1/fetchmail.1.gz |