pkgsrc/mail/p5-MailTools/Makefile

26 lines
718 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.46 2009/06/01 19:38:57 sno Exp $
DISTNAME= MailTools-2.04
2001-03-25 09:23:18 +02:00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5mto
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
- updated package to 2.02 - USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: version 2.02: Fri Nov 30 09:57:48 CET 2007 Fixes: - Mail::Internet uses Mail::Util::mailaddress, which is not exported by default. rt.cpan.org#31082 [Dave], rt.cpan.org#31070 [Friedrich Haubensak] and [Slaven Rezic] Improvements: - use 3-arg open() in Mail::Util. rt.cpan.org#20726 [Steve@sliug] and [Paul@city-fan] version 2.01: Wed Nov 28 10:48:24 CET 2007 Changes: - Remove work-around for Perl 5.8.0. unicode bug from Mail::Address::_extract_name(). Result of rt.cpan.org#30661 [Josh Clark] - Requires on Perl 5.8.1 minimum Fixes: - Mail::Mailer::testfile now also shows Cc destinations, the setting of 'outfile' now works, and it will produce an error when the data cannot be written. All thanks to [Slaven Rezic] version 2.00_03: Tue Sep 25 12:27:28 CEST 2007 - folding of header fields sometimes ended prematurely. Reported by [Anthony W. Kay] - add $sender as 4th argument to Mail::Mailer::*::exec() where missing. Discovered by [David Hand] - add Date::Format and Date::Parse to Makefile.PL. version 2.00_02: Sat Jul 21 12:29:20 CEST 2007 - parts of the documentation were lost, discovered by [Ricardo Signes] - rt.cpan.org #28093 smtp timeout check for local mail server can have short timeout. Patch by [Alexandr Ciornii] - rt.cpan.org #28411 syntax error in Mail::Mailer::smtp reported by [Andreas Koenig] version 2.00_01: Wed Jun 20 14:42:35 CEST 2007 - reorganized installation of MailTools, in a modern way. This may break installation on very old releases of Perl. - added t/pod.t - restructured most code, no functional changes. - added and cleaned a lot of documentation, using OODoc to generate nice manuals in POD and HTML. - extracted Mail::Field::Generic from Mail::Field - added misteriously missing Mail::Field::AddrList::addr_list()
2007-12-11 12:55:20 +01:00
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MailTools/
COMMENT= Perl5 modules related to mail applications
PKG_INSTALLATION_TYPES= overwrite pkgviews
2006-11-05 18:06:43 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
# just needed for tests
#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
PERL5_PACKLIST= auto/Mail/.packlist
Update p5-MailTools to 1.13. Changes include: Mail::Header - fold_line now skips X-Face lines Mail::Filter - Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus) * Added return value to _filter() so that the function returns the result of the last subroutine in the list of filters. (the manpage specifies that one should have been able to do this originally.) Mail::Mailer - Treat VMS the same as MacOS as neither have sendmail et al. Mail::Mailer::smtp - Server can now be specified to Mail::Mailer contructor Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap - local-ize some globals used Mail::Cap - check in $ENV{HOME} is defined Mail::Address - Fix capitalization problems with names like "Lie<DF>egang" Mail::Address - Fix use of uninitialized warning Update Makefile.PL for release 1.12 Mail::Internet - Added options to smtpsend Mail::Send - Updated docs for 'smtp' Mail::Header - Fix _fold_line for lines which contain quoted strings Mail::Address - avoid warnings if undef is passed to parse() Mail::Address - tweak to format to ensure comment is delimeted by () - typo in docs - Documentation update to Mail::Internet Mail::Cap - Fixed mailcap search so it works on MacOS Mail::Mailer - Change to use Mail::Util::mailaddress Mail::Util - updated mailaddess to be aware of MacOS Mail::Header - fix read(0 and extract() not to require non-whitespace characters on continuation lines, a single leading whitespace char is all that is needed. - Applied patch from Roderick Schertler to - Two places in Mail::Header are changed so they don't use $'. - A Mail::Header::as_string method is added. - Mail::Internet::as_string and as_mbox_string methods are added. The mbox variant does encoding appropriate for appending a message to a Unix mbox file. - Tests for the three new methods are added. Mail::Util - tweak to what maildomain looks for in the sendmail config file Mail::Address - Split out real handlers into thier own .pm files - Added Mail::Mailer::smtp, this is the default for MacOS Mail::Mailer - Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support FreeBSD properly Mail::Address - Applied patch from Chuck O'Donnell to improve name extraction t/extract.t - change for new extraction bin/*.PL - change "#!$Config{'scriptdir'}/perl -w\n" ot $Config{'startperl'}," -w\n" Mail::Field - modified so it works with perl < 5.004 Makefile.PL - removed code to prevent installation of Mail::Field Mail::Header - Added \Q and \E to some regexp's Mail::Mailer - Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
1999-12-01 18:23:41 +01:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"