- update to 4.37.0
while here: - trim Makefile header - limit python version to 2.x (except/print) - convert to optionsng (PORTDOCS case) - clean-up trailing whitespace in pkg-descr and pkg-message PR: 175653 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: getmail
|
||||
# Date created: 06 May 2001
|
||||
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
#
|
||||
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= getmail
|
||||
PORTVERSION= 4.32.0
|
||||
PORTVERSION= 4.37.0
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \
|
||||
http://mirrors.closedsrc.org/getmail/
|
||||
@@ -16,18 +12,20 @@ COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
MAN1= getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1
|
||||
PORTDOCS= README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
@${CHMOD} -R 644 ${PYTHON_SITELIBDIR}/getmailcore/*
|
||||
@${CP} ${WRKSRC}/README ${WRKSRC}/docs/
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${docs} ${DOCSDIR}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (getmail-4.32.0.tar.gz) = 62ec1f450d4f0fcbc4bc8f854a1d07e42d9c78ef6cf9780c672ee5325ce8750a
|
||||
SIZE (getmail-4.32.0.tar.gz) = 164888
|
||||
SHA256 (getmail-4.37.0.tar.gz) = 54084ac6754d5138b9dab13b5c8c44997389381069c8733d0488475f259de09f
|
||||
SIZE (getmail-4.37.0.tar.gz) = 169327
|
||||
|
||||
@@ -1,21 +1,20 @@
|
||||
A POP3 and IMAP4 mail retriever with reliable Maildir and command delivery.
|
||||
|
||||
Summary of features:
|
||||
- Retrieve mail from an unlimited number of POP3/IMAP4 mailboxes and servers.
|
||||
- Retrieve mail from an unlimited number of POP3/IMAP4 mailboxes and servers.
|
||||
- Support for POP3-over-SSL and IMAP-over-SSL, as well as SDPS
|
||||
WARNING: even with SSL, "no certificate or key validation is done." so
|
||||
that getmail does not detect or protect from man-in-the-middle attacks.
|
||||
- Support for multidrop or domain mailboxes.
|
||||
that getmail does not detect or protect from man-in-the-middle attacks.
|
||||
- Support for multidrop or domain mailboxes.
|
||||
- Safe and reliable delivery to qmail-style Maildirs, as well as program
|
||||
(pipe) delivery for use with arbitrary external MDAs. Includes an MDA
|
||||
for mbox files that supports mboxrd format and fcntl-type flock locking.
|
||||
- Does not destroy information by rewriting mail headers.
|
||||
for mbox files that supports mboxrd format and fcntl-type flock locking.
|
||||
- Does not destroy information by rewriting mail headers.
|
||||
- Does not cause mail loops by doing SMTP injection, and therefore does
|
||||
not require that you run an MTA (like qmail or sendmail) on your host.
|
||||
not require that you run an MTA (like qmail or sendmail) on your host.
|
||||
- Can remember which mail it has already retrieved, and can be set to
|
||||
only download new messages.
|
||||
- Written in Python, and therefore easy to extend or customize.
|
||||
- Simple to install, configure, and use.
|
||||
only download new messages.
|
||||
- Written in Python, and therefore easy to extend or customize.
|
||||
- Simple to install, configure, and use.
|
||||
|
||||
Author: Charles Cazabon <getmail@discworld.dyndns.org>
|
||||
WWW: http://pyropus.ca/software/getmail/
|
||||
WWW: http://pyropus.ca/software/getmail/
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
=======================================================================
|
||||
|
||||
The getmail rc file (configuration file) format has changed since
|
||||
version 3.x. If you are upgrading from version 3, you will need
|
||||
to write a new configuration file based on the contents of your old one.
|
||||
The new file format resembles the old in many ways.
|
||||
The getmail rc file (configuration file) format has changed since
|
||||
version 3.x. If you are upgrading from version 3, you will need
|
||||
to write a new configuration file based on the contents of your old one.
|
||||
The new file format resembles the old in many ways.
|
||||
|
||||
Each account you retrieve mail from will require a separate rc file,
|
||||
but getmail can operate with multiple rc files simultaneously
|
||||
Each account you retrieve mail from will require a separate rc file,
|
||||
but getmail can operate with multiple rc files simultaneously
|
||||
if you wish to retrieve mail from multiple accounts.
|
||||
|
||||
=======================================================================
|
||||
|
||||
Reference in New Issue
Block a user