diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-29 12:11:12 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-29 12:11:12 +0000 |
commit | 29bac700acb0ea26f3ffed5f1e2c7471f96da10d (patch) | |
tree | 87e66da7388742281dca95e8239cd4785d990baf /mail/getmail | |
parent | 8a4d4fd0ec05b8a61d3a5beedc6c6f56553de321 (diff) | |
download | ports-29bac700acb0ea26f3ffed5f1e2c7471f96da10d.tar.gz ports-29bac700acb0ea26f3ffed5f1e2c7471f96da10d.zip |
Notes
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 16 | ||||
-rw-r--r-- | mail/getmail/distinfo | 4 | ||||
-rw-r--r-- | mail/getmail/pkg-descr | 21 | ||||
-rw-r--r-- | mail/getmail/pkg-message | 12 |
4 files changed, 25 insertions, 28 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 0fbcbd520333..b84e3640c17b 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -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} diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 6fb26c916f40..dc9cb26a4fc8 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -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 diff --git a/mail/getmail/pkg-descr b/mail/getmail/pkg-descr index 072b0c2d2774..b6035ba24cbc 100644 --- a/mail/getmail/pkg-descr +++ b/mail/getmail/pkg-descr @@ -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/ diff --git a/mail/getmail/pkg-message b/mail/getmail/pkg-message index 375173b1b926..171222338f6e 100644 --- a/mail/getmail/pkg-message +++ b/mail/getmail/pkg-message @@ -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. ======================================================================= |