Import getmail 2.3.9.

Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.

getmail is a POP3 mail retriever, with support for both ordinary and 
domain (or multidrop) POP3 mailboxes. It is written in Python.
This commit is contained in:
naddy 2002-09-21 19:07:34 +00:00
parent d57e36640c
commit a7c9e58a08
4 changed files with 72 additions and 0 deletions

40
mail/getmail/Makefile Normal file
View File

@ -0,0 +1,40 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/21 19:07:34 naddy Exp $
COMMENT= "POP3 mail retriever"
DISTNAME= getmail-2.3.9
CATEGORIES= mail
HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-2.0/
MAINTAINER= Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
PYTHON_VER= 2.2
RUN_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
NO_BUILD= Yes
DOCDIR= ${PREFIX}/share/doc/getmail
post-patch:
@perl -i -p -e "s#/usr/lib/getmail#${PREFIX}/share/getmail#" ${WRKDIST}/getmail
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/getmail
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_SCRIPT} ${WRKDIST}/getmail ${PREFIX}/bin
${INSTALL_DATA} ${WRKDIST}/*.py ${PREFIX}/share/getmail
${INSTALL_DATA} ${WRKDIST}/docs.txt ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/faq.txt ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/getmailrc-example ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/getmail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

3
mail/getmail/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (getmail-2.3.9.tar.gz) = b94fcf0b3456cb9459f695f4b79d7c74
RMD160 (getmail-2.3.9.tar.gz) = 9063f6d2ce0a8710fb7d00d777a714ab992addeb
SHA1 (getmail-2.3.9.tar.gz) = de23692b43110a0cf595a1d6c7876ca7a240d83d

18
mail/getmail/pkg/DESCR Normal file
View File

@ -0,0 +1,18 @@
getmail is a POP3 mail retriever, with support for both ordinary and
domain (or multidrop) POP3 mailboxes. It is written in Python, and
licensed under the GNU General Public License version 2.
* Retrieve mail from an unlimited number of POP3 mailboxes and
servers.
* Support for multidrop or domain mailboxes.
* Safe and reliable delivery to qmail-style Maildirs and
mboxrd-format mboxes, as well as program (pipe) delivery.
* 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.
* 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.
WWW: ${HOMEPAGE}

11
mail/getmail/pkg/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/09/21 19:07:34 naddy Exp $
bin/getmail
man/man1/getmail.1
share/doc/getmail/docs.txt
share/doc/getmail/faq.txt
share/doc/getmail/getmailrc-example
share/getmail/ConfParser.py
share/getmail/getmail.py
share/getmail/timeoutsocket.py
@dirrm share/getmail
@dirrm share/doc/getmail