Bug 207847 - [newport] mail/p5-Email-MIME-RFC2047 Correct handling of non-ASCII MIME headers
Summary: [newport] mail/p5-Email-MIME-RFC2047 Correct handling of non-ASCII MIME headers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-09 16:37 UTC by Henk van Oers
Modified: 2016-03-13 13:07 UTC (History)
1 user (show)

See Also:


Attachments
The sharfile of this new port (2.83 KB, text/plain)
2016-03-09 16:37 UTC, Henk van Oers
rakuco: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henk van Oers 2016-03-09 16:37:00 UTC
Created attachment 167926 [details]
The sharfile of this new port

portlint, make test/install/deinstall/qa etc... all okay.

This set of modules tries to provide a correct and usable
implementation of RFC 2047
"MIME Part Three: Message Header Extensions for Non-ASCII Text"

- As a replacement of 'text' tokens, for example in a Subject header
- As a replacement for a 'word' entity within a 'phrase',
  for example, one that precedes an address in a From,
  To, or Cc header

WWW: http://search.cpan.org/dist/Email-MIME-RFC2047/
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-13 13:06:47 UTC
A commit references this bug:

Author: rakuco
Date: Sun Mar 13 13:06:27 UTC 2016
New revision: 410964
URL: https://svnweb.freebsd.org/changeset/ports/410964

Log:
  New port: mail/p5-Email-MIME-RFC2047.

  This set of modules tries to provide a correct and usable
  implementation of RFC 2047
  "MIME Part Three: Message Header Extensions for Non-ASCII Text"

  - As a replacement of 'text' tokens, for example in a Subject header
  - As a replacement for a 'word' entity within a 'phrase',
    for example, one that precedes an address in a From,
    To, or Cc header

  WWW: http://search.cpan.org/dist/Email-MIME-RFC2047/

  PR:		207847
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Changes:
  head/mail/Makefile
  head/mail/p5-Email-MIME-RFC2047/
  head/mail/p5-Email-MIME-RFC2047/Makefile
  head/mail/p5-Email-MIME-RFC2047/distinfo
  head/mail/p5-Email-MIME-RFC2047/pkg-descr
  head/mail/p5-Email-MIME-RFC2047/pkg-plist
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-13 13:07:49 UTC
Committed, thanks.