update to getmail 3.1.0
- add "old-versions" MASTER_SITE, thanks naddy@! - adds example scripts for mbox and maildir delivery - adds support for message filtering
This commit is contained in:
parent
c1ebcb1b09
commit
b409a2676e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/02/21 13:22:08 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2003/02/22 08:41:47 sturm Exp $
|
||||
|
||||
COMMENT= "POP3 mail retriever"
|
||||
|
||||
DISTNAME= getmail-3.0.4
|
||||
DISTNAME= getmail-3.1.0
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-3.0/
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
MASTER_SITES= ${HOMEPAGE} ${HOMEPAGE}old-versions/
|
||||
|
||||
PYTHON_VER= 2.2
|
||||
RUN_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
|
||||
@ -25,20 +25,25 @@ NO_REGRESS= Yes
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/getmail
|
||||
EXDIR= ${PREFIX}/share/examples/getmail
|
||||
GMDIR= ${PREFIX}/share/getmail
|
||||
|
||||
HELPERS= ${WRKDIST}/getmail_maildir ${WRKDIST}/getmail_mbox \
|
||||
|
||||
post-patch:
|
||||
@perl -i -p -e "s#/usr/lib/getmail#${PREFIX}/share/getmail#" \
|
||||
${WRKDIST}/getmail
|
||||
@perl -i -p -e "s#/usr/lib/getmail#${PREFIX}/share/getmail#;" \
|
||||
-e "s#/usr/bin/python#${LOCALBASE}/bin/python#;" \
|
||||
${WRKDIST}/getmail ${HELPERS}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/getmail
|
||||
${INSTALL_DATA_DIR} ${GMDIR}
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA_DIR} ${EXDIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIST}/getmail ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKDIST}/*.py ${PREFIX}/share/getmail
|
||||
${INSTALL_SCRIPT} ${HELPERS} ${PREFIX}/libexec
|
||||
${INSTALL_DATA} ${WRKDIST}/*.py ${GMDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/docs.txt ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/faq.txt ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/getmailrc-example ${EXDIR}/getmailrc
|
||||
${INSTALL_DATA} ${WRKDIST}/getmailrc-example ${EXDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/getmail.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (getmail-3.0.4.tar.gz) = fb5461f6e0ce5e838b7fc671a3d91731
|
||||
RMD160 (getmail-3.0.4.tar.gz) = b5bcd1254c9db00860438f9c05e5f0947552e5e9
|
||||
SHA1 (getmail-3.0.4.tar.gz) = fa0a4a5a3ebc7ed9ef30be110365609d96921ea8
|
||||
MD5 (getmail-3.1.0.tar.gz) = 3b461145a3516ff9a81b310ea70ac92d
|
||||
RMD160 (getmail-3.1.0.tar.gz) = 38bf119a69d12b2aa298b07a68ca7ae6e336f586
|
||||
SHA1 (getmail-3.1.0.tar.gz) = 32caa42d612a573e3e92a4391b3bfffff9da80c5
|
||||
|
@ -6,7 +6,9 @@ licensed under the GNU General Public License version 2.
|
||||
servers.
|
||||
* Support for multidrop or domain mailboxes.
|
||||
* Safe and reliable delivery to qmail-style Maildirs, as well as
|
||||
program (pipe) delivery.
|
||||
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.
|
||||
* Does not cause mail loops by doing SMTP injection, and therefore
|
||||
does not require that you run an MTA (like qmail or sendmail) on
|
||||
|
@ -1,14 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/02/10 20:44:24 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/02/22 08:41:47 sturm Exp $
|
||||
bin/getmail
|
||||
libexec/getmail_maildir
|
||||
libexec/getmail_mbox
|
||||
man/man1/getmail.1
|
||||
share/doc/getmail/docs.txt
|
||||
share/doc/getmail/faq.txt
|
||||
share/examples/getmail/getmailrc
|
||||
share/examples/getmail/getmailrc-example
|
||||
share/getmail/ConfParser.py
|
||||
share/getmail/getmail.py
|
||||
share/getmail/getmail_classes.py
|
||||
share/getmail/getmail_constants.py
|
||||
share/getmail/getmail_defaults.py
|
||||
share/getmail/getmail_mbox.py
|
||||
share/getmail/getmail_utilities.py
|
||||
share/getmail/timeoutsocket.py
|
||||
@dirrm share/getmail
|
||||
|
Loading…
Reference in New Issue
Block a user