Commit graph

12 commits

Author SHA1 Message Date
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
wen
142aaa5a65 Update to 3.008
Upstream changes:
3.008     2014-12-27 18:36:19-05:00 America/New_York
        - make results of get_body be the same on Email::{Simple,MIME}
        - ...but this method is a mess, so maybe avoid using Abstract for body
          work

3.007     2013-12-31 10:39:14 America/New_York
          fix skip count when MIME::Entity is not present
2015-04-05 06:45:09 +00:00
wen
fe7641dd39 Update to 3.006
Upstream changes:
3.006     2013-09-01 08:41:48 America/New_York
          require Email::Simple 1.998 to allow ->new(\$string)

3.005     2013-07-30 09:57:36 America/New_York
          repackage, update bug tracker, etc.

          provide raw body on multipart Email::MIME messages (thanks,
          bailey@upenn)
          [rt.cpan.org #77624]
2013-09-08 07:38:02 +00:00
hiramatsu
60871cc4ad Updated p5-Email-Abstract to 3.004.
Change from previous:
3.004     2011-02-18

          If present, MIME::Entity must be v5.501; v5.500 had a regression (or
          a bug fix, depending how you look at it) that broke header-reading.
          While technically older versions that are not 5.500 would work, it is
          much simpler to just require the newest version, rather than to
          support a version range with a hole in it.
2011-11-11 07:46:38 +00:00
rhaen
73c114c365 - updated to 3.003
Changelog:
3.003     2010-11-08
          replace Class::ISA with mro (MRO::Compat)
2010-12-17 23:02:23 +00:00
sno
9b56756028 Updating mail/p5-Email-Abstract from 3.001nb1 to 3.002
pkgsrc changes:
- tidy
- add license definition
- adjust dependencies

Upstream changes:
3.002     2010-06-11
          avoid a warning in MailInternet with zero headers found
2010-09-05 12:09:22 +00:00
rhaen
bc6868554f 3.001 2008-12-11
declare our prereq on Scalar::Util
2009-02-10 14:34:25 +00:00
rhaen
7cf5baac73 updated to 3.000
Changelog:
3.000     2008-12-09
          accept scalar references for more efficient msg-from-string
2008-12-10 16:58:26 +00:00
rhaen
5d5eef8b0f - updated to 2.134
- small cleanup inside the Makefile
2008-07-16 13:37:20 +00:00
heinz
b22135303e Updated to version 2.132.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - This is purely a Perl module.

Changes since version 2.131:
============================
2.132   2007-03-22
        packaging improvements
2007-05-27 09:24:06 +00:00
obache
5ea39f9ebf Update p5-Email-Abstract to 2.131.
Changes:
2.131    2006-08-22

  - pod tests

2.13     2006-07-24

  - test for and permit passing Email::Abstract objects to Email::Abstract
    class methods

2.12     2006-07-24

  - don't use MIME::Entity in test if it's not available

2.11     2006-07-22

  - better test planning

2.10     2006-07-21

  - add a new method to create wrapper objects
  - handle subclasses /properly/ (correct ISA order)
  - improved tests and test coverage
  - miscellaneous refactoring
  - update PEP URL
  - update documentation
2006-10-26 14:54:07 +00:00
wiz
7bf6c1190c Initial import of p5-Email-Abstract-2.01:
"Email::Abstract" provides module writers with the ability to write
representation-independent mail handling code. For instance, in
the cases of "Mail::Thread" or "Mail::ListDetector", a key part of
the code involves reading the headers from a mail object. Where
previously one would either have to specify the mail class required,
or to build a new object from scratch, "Email::Abstract" can be
used to perform certain simple operations on an object regardless
of its underlying representation.

"Email::Abstract" currently supports "Mail::Internet", "MIME::Entity",
"Mail::Message", "Email::Simple" and "Email::MIME". Other
representations are encouraged to create their own "Email::Abstract::*"
class by copying "Email::Abstract::EmailSimple". All modules
installed under the "Email::Abstract" hierarchy will be automatically
picked up and used.
2005-04-18 16:40:26 +00:00