2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2006-01-22 21:50:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.73:
version 1.73: Sat Jan 21 09:54:13 CET 2006
- Added 'use Mail::Util' to Mail::Mailer::testfile to produce
mailaddress();
- Improved exec() call from version 1.67 a little more. Let's hope
that SMTP works again.
version 1.72: Tue Jan 17 09:04:37 CET 2006
- release 1.70 broke SMTP sending. Detected by [J Meyers]
|
2006-01-15 01:31:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.71:
version 1.71: Thu Jan 5 11:20:52 CET 2006
- grrrr tests failed
version 1.70: Thu Jan 5 11:17:05 CET 2006
- Mail::Mailer::testfile.pm adds "from" display to trace output.
[wurblzap]
- fixed regex in Mail::Address [J Meyers]
version 1.68: Thu Jan 5 10:29:25 CET 2006
- Updated copyright year.
- Removed 'use locale' from Mail::Address, which tainted the
parsed address. E-mail addresses are ASCII, so this 'locale'
thing seems flawed.
- $adr->name will refuse charset-encoded names. Found by [kappa]
- Improve parse-regexes in Mail::Address. By [J Meyers] and me.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-04-18 18:16:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.67:
version 1.67: Thu Mar 31 12:05:31 CEST 2005
- Mail::Mailer unfolded the header before sending, which is
incorrect. Reported by [Byron Jones]
- Mail::Header refolded already folded lines destroying
blanks. Signaled by [Byron Jones]
Closes PR 29995.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-28 00:52:01 by Adrian Portelli | Files touched by this commit (2) | |
Log message:
- Update from 1.62 to 1.66
> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> - Extended explanation that Mail::Address is limited.
>
> - Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> - use Mail::Mailer qw(mail) sets default mailer. Doc update by
> [Slavan Rezic]
>
> - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> - Remove "minimal" comments from Mail::Address
>
> - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> and some more were added.
>
> - [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> - CPAN failed to index 1.63 correctly, so hopefully it will
> work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> - [Craig Davison] Fixed date format in Mail::Field::Date to
> comply to the RFC
>
> - [Alex Vandiver] patched the email address parser to be able
> to understand a list of addresses separated by ';', as Outlook
> does. The ';' is the group separator, which was not understood
> by MailTools before, but valid according to the RFCs.
>
> - [Torsten Luettgert] found that field labels like '-' where not
> beautified correctly.
>
> - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> which doesn't mean anything, and "testfile" is working differently.
>
> - [chris] Mail::Message::Field::wellformedName() will upper-case
> *-ID as part in the fieldname.
|
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|