df43349a71
Package Changes: update MASTER_SITES and HOMEPAGE. Changes since previous version packaged: Version 0.8.4 - 9 November 2002 ------------------------------- - Improvements/corrections on networking. - Major bug fix related to rcopy/rmove. Version 0.8.3 - 1 October 2002 ------------------------------ - Bug fix/feature enhancement concerning the server announcing and closing the connection immediately. - Stale lockfile removed automatically. - Many other small improvements (variable and compilation option added, etc.). Version 0.8.2 - 31 July 2002 ---------------------------- - Bug fix concerning the namespace of user's mailboxes. Version 0.8.1 - 29 July 2002 ---------------------------- - Major bug fix concerning SSL/TLS and rcopy/rmove. - Small bug fix related to removing of the lock file. Version 0.8 - 27 July 2002 -------------------------- - Copy/move messages between different mail accounts (IMAP mail servers) support. - Message flags can be changed. - Capability to encrypt the accounts' passwords and store them securely in the filesystem, using the integrated interactive password editor to manage them. - Passwords may be supplied interactively. - Daemon mode in which the program polls repeatedly in a specified interval. - Locking in order to prevent concurrent running instances. - Variables to control direct expunging of mail and subscribing of newly created mailboxes. Version 0.7.3 - 17 June 2002 ---------------------------- - Bug fix related to communication with some mail servers.
19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/12/01 15:38:34 seb Exp $
|
|
|
|
DISTNAME= imapfilter-0.8.4
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://imapfilter.hellug.gr/
|
|
COMMENT= Mail filtering utility for the IMAP
|
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapfilter
|
|
${INSTALL_DATA} ${WRKSRC}/sample.imapfilterrc \
|
|
${PREFIX}/share/examples/imapfilter
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|