diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-15 04:52:41 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-15 04:52:41 +0000 |
commit | ba5d4de49da0964f92c09f9f58137b2423aa3001 (patch) | |
tree | 1e7247be7ef92ed5d566d8ddbdb81ff4a3366ec4 /mail | |
parent | 152c56e9cfe38d6423206d0e8fbe0ea5f2d0c5f4 (diff) | |
download | ports-ba5d4de49da0964f92c09f9f58137b2423aa3001.tar.gz ports-ba5d4de49da0964f92c09f9f58137b2423aa3001.zip |
Notes
Diffstat (limited to 'mail')
-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 |