summaryrefslogtreecommitdiff
path: root/mail/p5-Email-MIME
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05Update p5-Email-MIME to 1.910.hiramatsu2-7/+6
Changes from previous: 1.910 2011-09-12 document the header_str arg to ->create more thoroughly (i.e., at all) 1.909 2011-09-08 dial the perl prereq back to 5.8.1 by popular demand... actually 1.908 2011-06-01 dial the perl prereq back to 5.8.1 by popular demand 1.907 2011-02-02 require 5.8.5 for sane encoding be more lenient with Content-Tranfser-Encoding values; stop at semicolons
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-12-02Update to 1.906:wiz2-7/+6
1.906 2010-10-07 update our prereq on Test::More to 0.88
2010-09-10Updating mail/p5-Email-MIME from 1.904 to 1.905sno2-6/+6
Upstream changes: 1.905 2010-09-06 fix a long-standing bug that prevent walk_parts from reaching all parts (thanks, Erik Logtenberg)
2010-09-05Updating mail/p5-Email-MIME from 1.903nb1 to 1.904sno2-7/+7
Upstream changes: 1.904 2010-09-04 eliminate memory leak in walk_parts (reported by MKANAT, RT #59581)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-11Updating mail/p5-Email-MIME from 1.863 to 1.903sno2-8/+18
pkgsrc changes: - Add license definition - Add conflict/supersedes entry for merged modules - Adjust dependencies Upstream changes: 1.903 2009-12-23 correct typo in body_set_str (RT #53004) (thanks, Herbert Leitz) 1.902 2009-11-11 allow for padding spaces in the Content-Transfer-Encoding header (Geraint Edwards) 1.901 2009-11-05 bump up Email::MIME::Encodings version required 1.900 2009-11-03 merge in Email-MIME-Modifier and Email-MIME-Creator add better support for Unicode with body_str, header_str_set, etc.
2009-02-25- updating dependency to Email::Simple as seen in modules META.ymlsno1-3/+3
- dependency to Test::Simple 0.47+ is required for really old perl versions
2009-02-101.863 2009-01-30rhaen2-7/+6
no code changes add strangely missing copyright information 1.862 2009-01-22 add repository location metadata always require Encode, never MIME::Words; this means that using Email::MIME on pre-5.008 will be difficult, if not impossible if a header can't be decoded, fall back to the raw header move decoding methods to Email::MIME::Header, add header_raw
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-16- updated to 1.861rhaen2-8/+8
- took maintainership Changelog: 1.861 2007-11-05 added perl-minver.t -- Email::MIME requires perl >= 5.006 we now require Email::Simple 2.003 1.860 2007-07-13 tentative tweak to tests and C-T-E handling for charset probably needs more research, testing, and fixing
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-22Changed MAINTAINER, Roman Kulik can no longer work on the packages.heinz1-2/+2
2007-04-21Initial import of p5-Email-MIME 1.859.heinz4-0/+34
This is a merge of wip/p5-Email-MIME by Roman Kulik and the package submitted by Edgar Fuss to tech-pkg@. Some small changes by me. Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows access to various parts of the message. Headers are decoded from MIME encoding.