pkgsrc/mail/p5-Mail-Box/Makefile

33 lines
1.2 KiB
Makefile
Raw Normal View History

version 2.084: Fri Sep 26 16:44:51 CEST 2008 Changes: - no questions asked about Mail::Box::Parser::C; it is not really maintained as it should... but probably still works in most cases. Fixes: - change in TAP::Harness shows missing TAP::Parser::Aggregator in test.pl rt.cpan.org#39264 [Jerrad Pierce] - removed (@) prototype on Mail::Internet::new replacement, because it produces a warning on 5.10 version 2.083: Tue Sep 2 09:41:19 CEST 2008 Changes: - FIX CHARACTER-SET HANDLING. When a new body is created, it will get charset 'PERL', which means: Perl internal representation. Also the decoded() body is of that. As part of a message, the body with be translated into real utf-8. This change will make Mail::Box slower, but correct! Check your applications! Use $msg->decoded when you process the content. - removed $msg->decoded option 'keep', because decoded object depends on temporary decoding parameters. Fixes: - use File::Temp, not POSIX::tmpnam, to work around Windows bug. rt.cpan.org#35747 [Ron Murray] - Mail::Message::contentType could produce "use of undefined" error message [Patrick Heesom] - Fix listing IMAP folders. rt.cpan.org#36458 [Jonathan Kamens] - do not set charset on non-text parts. - no complaints for IMAP4 object without explicit folder name. rt.cpan.org#37801 [Slaven Rezic] - remove SpamAssassion question from installation: SAv2 is the only supported, but most people will not install that. Improvements: - doc-patch, where "my Type @array" is not permitted anymore [Mike Andrews] - do not coerce parts via messages into parts.
2008-11-15 14:53:27 +01:00
# $NetBSD: Makefile,v 1.10 2008/11/15 13:53:27 adrianp Exp $
version 2.084: Fri Sep 26 16:44:51 CEST 2008 Changes: - no questions asked about Mail::Box::Parser::C; it is not really maintained as it should... but probably still works in most cases. Fixes: - change in TAP::Harness shows missing TAP::Parser::Aggregator in test.pl rt.cpan.org#39264 [Jerrad Pierce] - removed (@) prototype on Mail::Internet::new replacement, because it produces a warning on 5.10 version 2.083: Tue Sep 2 09:41:19 CEST 2008 Changes: - FIX CHARACTER-SET HANDLING. When a new body is created, it will get charset 'PERL', which means: Perl internal representation. Also the decoded() body is of that. As part of a message, the body with be translated into real utf-8. This change will make Mail::Box slower, but correct! Check your applications! Use $msg->decoded when you process the content. - removed $msg->decoded option 'keep', because decoded object depends on temporary decoding parameters. Fixes: - use File::Temp, not POSIX::tmpnam, to work around Windows bug. rt.cpan.org#35747 [Ron Murray] - Mail::Message::contentType could produce "use of undefined" error message [Patrick Heesom] - Fix listing IMAP folders. rt.cpan.org#36458 [Jonathan Kamens] - do not set charset on non-text parts. - no complaints for IMAP4 object without explicit folder name. rt.cpan.org#37801 [Slaven Rezic] - remove SpamAssassion question from installation: SAv2 is the only supported, but most people will not install that. Improvements: - doc-patch, where "my Type @array" is not permitted anymore [Mike Andrews] - do not coerce parts via messages into parts.
2008-11-15 14:53:27 +01:00
DISTNAME= Mail-Box-2.084
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://perl.overmeer.net/mailbox/
COMMENT= Set of packages which implement methods to handle e-mail
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later
DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types
DEPENDS+= p5-URI>=1.23:../../www/p5-URI
DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity
2008-06-16 12:52:33 +02:00
DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools
DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove
DEPENDS+= p5-Test-Harness>=2.62:../../devel/p5-Test-Harness
PKG_INSTALLATION_TYPES= overwrite pkgviews
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Mail/Box/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"