pkgsrc/mail/imapfilter/Makefile

20 lines
541 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2003/02/22 01:39:37 jtb Exp $
DISTNAME= imapfilter-0.8.5
CATEGORIES= mail
Update to version 0.8.4. 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.
2002-12-01 16:38:34 +01:00
MASTER_SITES= http://imapfilter.hellug.gr/source/
MAINTAINER= packages@netbsd.org
Update to version 0.8.4. 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.
2002-12-01 16:38:34 +01:00
HOMEPAGE= http://imapfilter.hellug.gr/
COMMENT= Mail filtering utility for the IMAP
2002-10-25 13:56:13 +02:00
USE_BUILDLINK2= # defined
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapfilter
${INSTALL_DATA} ${WRKSRC}/sample.imapfilterrc \
${PREFIX}/share/examples/imapfilter
2002-10-25 13:56:13 +02:00
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"