pkgsrc/mail/p5-Mail-Sendmail/Makefile

19 lines
494 B
Makefile
Raw Normal View History

Update to 0.79: 0.79 same as 0.78_6 0.78_6 06.02.2003 - Remove old configuration variables from version 0.74. - document $mail{Sender} - add seconds to Date header (some buggy mailers freak out if the time has no seconds) - added "/" (\x2F) as a valid character in mailbox part. - minor documentation updates 0.78_5 24.08.2002 - Adapt reference to mail headers in module to new case convention (bug introduced in 0.78_2). - ppd and PPM install changes... 0.78_4 no change in module, only in PPM distribution 0.78_3 11.08.2002 - support multi-line responses - define local $\ and $_ in &sendmail to protect us from outside settings (is this really needed?) - delete $mail{Sender} used for envelope sender, but not needed as header - internal rewrite using subs to send and receive on socket 0.78_2 11.08.2002 - fix old bug with dot as 76th char disappearing. - correct very old bug where port number was not extracted from stuff like 'my.server:2525'. - fix time_to_date bug with negative half-hour zones (only Newfoundland?) - use Sys::Hostname to get the hostname for HELO. (I think it has been part of the standard distribution for many years now) - support different envelope sender through $mail{Sender} - Change case of headers: first character after "-" also uppercased now, so people who believe this is required because Outlook does it this way stop complaining. :-) - Enable full session output for debugging - Do not copy the mail message again to a different variable. - Minor documentation changes.
2007-03-10 02:17:23 +01:00
# $NetBSD: Makefile,v 1.15 2007/03/10 01:17:23 wiz Exp $
Update to 0.79: 0.79 same as 0.78_6 0.78_6 06.02.2003 - Remove old configuration variables from version 0.74. - document $mail{Sender} - add seconds to Date header (some buggy mailers freak out if the time has no seconds) - added "/" (\x2F) as a valid character in mailbox part. - minor documentation updates 0.78_5 24.08.2002 - Adapt reference to mail headers in module to new case convention (bug introduced in 0.78_2). - ppd and PPM install changes... 0.78_4 no change in module, only in PPM distribution 0.78_3 11.08.2002 - support multi-line responses - define local $\ and $_ in &sendmail to protect us from outside settings (is this really needed?) - delete $mail{Sender} used for envelope sender, but not needed as header - internal rewrite using subs to send and receive on socket 0.78_2 11.08.2002 - fix old bug with dot as 76th char disappearing. - correct very old bug where port number was not extracted from stuff like 'my.server:2525'. - fix time_to_date bug with negative half-hour zones (only Newfoundland?) - use Sys::Hostname to get the hostname for HELO. (I think it has been part of the standard distribution for many years now) - support different envelope sender through $mail{Sender} - Change case of headers: first character after "-" also uppercased now, so people who believe this is required because Outlook does it this way stop complaining. :-) - Enable full session output for debugging - Do not copy the mail message again to a different variable. - Minor documentation changes.
2007-03-10 02:17:23 +01:00
DISTNAME= Mail-Sendmail-0.79
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mse
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alma.ch/perl/
COMMENT= Perl5 module dedicated to Sendmail
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Mail/Sendmail/.packlist
2002-10-20 19:45:59 +02:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"