summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools
diff options
context:
space:
mode:
authorrh <rh>1999-12-01 17:23:41 +0000
committerrh <rh>1999-12-01 17:23:41 +0000
commit8119be7fe620ecd0d336503a5e843294fbbe9222 (patch)
tree090cc94375bc1474be23186bdda8ee5969a83a0a /mail/p5-MailTools
parentf213246106e6df00c7d2ea0a524a0df753fc20ad (diff)
downloadpkgsrc-8119be7fe620ecd0d336503a5e843294fbbe9222.tar.gz
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
Diffstat (limited to 'mail/p5-MailTools')
-rw-r--r--mail/p5-MailTools/Makefile7
-rw-r--r--mail/p5-MailTools/files/md54
-rw-r--r--mail/p5-MailTools/pkg/PLIST9
3 files changed, 14 insertions, 6 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile
index d180ee004cf..9aa24af1633 100644
--- a/mail/p5-MailTools/Makefile
+++ b/mail/p5-MailTools/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:44 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/01 17:23:41 rh Exp $
-DISTNAME= MailTools-1.11
-PKGNAME= p5-MailTools-1.11
+DISTNAME= MailTools-1.13
+PKGNAME= p5-MailTools-1.13
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -11,6 +11,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:../../net/p5-Net \
${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:../../net/p5-Net
USE_PERL5= YES
+
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/mail/p5-MailTools/files/md5 b/mail/p5-MailTools/files/md5
index b6d7baf04b7..c04fb4711a1 100644
--- a/mail/p5-MailTools/files/md5
+++ b/mail/p5-MailTools/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/02/08 11:10:20 bouyer Exp $
+$NetBSD: md5,v 1.2 1999/12/01 17:23:42 rh Exp $
-MD5 (MailTools-1.11.tar.gz) = 51ebdae4e4aa2d9a42906338ad77ae9c
+MD5 (MailTools-1.13.tar.gz) = e068631e5518b6b92f3614c69e633bf8
diff --git a/mail/p5-MailTools/pkg/PLIST b/mail/p5-MailTools/pkg/PLIST
index 72cf49de5d8..ec92fbae741 100644
--- a/mail/p5-MailTools/pkg/PLIST
+++ b/mail/p5-MailTools/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 1999/09/07 14:49:43 bad Exp $
+@comment $NetBSD: PLIST,v 1.4 1999/12/01 17:23:42 rh Exp $
lib/perl5/site_perl/Mail/Field.pm
lib/perl5/site_perl/Mail/Cap.pm
lib/perl5/site_perl/Mail/Filter.pm
@@ -8,9 +8,15 @@ lib/perl5/site_perl/Mail/Header.pm
lib/perl5/site_perl/Mail/Send.pm
lib/perl5/site_perl/Mail/Field/AddrList.pm
lib/perl5/site_perl/Mail/Field/Date.pm
+lib/perl5/site_perl/Mail/Mailer/test.pm
+lib/perl5/site_perl/Mail/Mailer/mail.pm
+lib/perl5/site_perl/Mail/Mailer/smtp.pm
+lib/perl5/site_perl/Mail/Mailer/sendmail.pm
+lib/perl5/site_perl/Mail/Mailer/rfc822.pm
lib/perl5/site_perl/Mail/Alias.pm
lib/perl5/site_perl/Mail/Mailer.pm
lib/perl5/site_perl/Mail/Util.pm
+lib/perl5/site_perl/auto/Mail/Internet/_prephdr.al
lib/perl5/site_perl/auto/Mail/Internet/reply.al
lib/perl5/site_perl/auto/Mail/Internet/add_signature.al
lib/perl5/site_perl/auto/Mail/Internet/sign.al
@@ -40,4 +46,5 @@ lib/perl5/man/man3/Mail::Send.3
@dirrm lib/perl5/site_perl/auto/Mail
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mail
@dirrm lib/perl5/site_perl/Mail/Field
+@dirrm lib/perl5/site_perl/Mail/Mailer
@dirrm lib/perl5/site_perl/Mail