Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 12/01/1999 09:23:43
Module Name:	pkgsrc
Committed By:	rh
Date:		Wed Dec  1 17:23:42 UTC 1999

Modified Files:
	pkgsrc/mail/p5-MailTools: Makefile
	pkgsrc/mail/p5-MailTools/files: md5
	pkgsrc/mail/p5-MailTools/pkg: PLIST

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/p5-MailTools/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/p5-MailTools/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/p5-MailTools/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.