pkgsrc/mail/clawsker/Makefile
smb c9a0ef6a0c Update to 3.6.1:
* 3.6.1
-------

* Claws Mail now requires libetpan 0.57 for IMAP and NNTP.

* SSL support is now provided by gnuTLS exclusively. OpenSSL support
  has been dropped due to licensing issues.

* Added /View/Fullscreen option.

* Re-ordering of the filtering/processing condition and actions lists
  is now possible using drag'n'drop.

* 3.6.0
-------

* Claws Mail now requires libetpan 0.56 for IMAP and NNTP

* Spell checking is now provided by Enchant instead of Aspell. To
  build spell checker support, you will need the libenchant headers.

* The S/MIME plugin is now part of this package.

* IMAP, NNTP, and SSL are now supported in the Windows port.

* Support for client SSL certificates.

* Better support of SSL certificate stores, to be able to verify
  server certificates.

* Renaming of newsgroups is possible.

* "Always open message when selected" can now have three values:
  'Never', 'Always' and 'When message view is visible'.

* Unsaved server passwords can now be temporarily saved for the
  duration of the session. They can be cleared before the session
  expires by using '/Tools/Forget all session passwords'.

* Auto-wrapping settings are now saved in drafted messages.

* Support for basic auto-indentation in the Compose window.

* Support for animated GIFs in the message view.

* Type-ahead search in Filtering, Templates, Actions dialogs now
  select the result of the search.

* Finer granularity in POP3 accounts' Remove After delay - hours in
  addition to days.

* Spam/Ham flag is now stored on IMAP server when possible, using
  "Junk" and "NonJunk" keywords.

* Use less precise intervals when possible for auto-checking, thus
  the CPU is woken up less frequently.

* The warning icon in the main window is cleared when the error it
  relates to is clipped from the network log.

* IMAP errors now reveal the server on which they happen.

* All deprecated GTK interfaces have been replaced with their
  non-deprecated equivalents.

* csv2addressbook.pl: Added support for FoxMail.
2008-10-15 16:22:02 +00:00

21 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/10/15 16:22:03 smb Exp $
DISTNAME= clawsker-0.5.0
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/tools/
MAINTAINER= smb@NetBSD.org
HOMEPAGE= http://www.claws-mail.org/clawsker
COMMENT= Edit Claws-Mail hidden preferences
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake msgfmt perl
REPLACE_PERL= clawsker
DEPENDS+= p5-gtk2>=1.182:../../x11/p5-gtk2
DEPENDS+= p5-gettext>=1.05nb2:../../devel/p5-gettext
DEPENDS+= claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"