Bug 56576 - [NEW PORT] mail/p5-Email-MIME-Encodings: A unified interface to MIME encoding and decoding
Summary: [NEW PORT] mail/p5-Email-MIME-Encodings: A unified interface to MIME encoding...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-07 22:20 UTC by Lars Thegler
Modified: 2003-09-24 12:03 UTC (History)
0 users

See Also:


Attachments
p5-Email-MIME-Encodings-1.0.shar (2.66 KB, text/plain)
2003-09-07 22:20 UTC, Lars Thegler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler 2003-09-07 22:20:08 UTC
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you
can throw the contents of a Content-Transfer-Encoding header at some
text and have the right thing happen.

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

Generated with FreeBSD Port Tools 0.26
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-09-10 10:18:49 UTC
State Changed
From-To: open->feedback

This port doesn't work with 5.005_03. Could you try to 
patch it or mark it IGNORE?
Comment 2 Lars Thegler 2003-09-10 21:50:04 UTC
The following patch file should make it 5.005_03-safe.

--- files/patch-Encodings.pm begins here ---
--- Encodings.pm.orig   Wed Sep 10 22:36:32 2003
+++ Encodings.pm        Wed Sep 10 22:36:53 2003
@@ -1,7 +1,6 @@
 package Email::MIME::Encodings;
 use strict;
 no strict 'refs';
-use warnings;

 $Email::MIME::Encodings::VERSION = "1.0";

--- files/patch-Encodings.pm ends here ---
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2003-09-10 22:09:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this
Comment 4 Erwin Lansing freebsd_committer freebsd_triage 2003-09-24 12:02:31 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 

I changed your patch into a small perl regex, much smaller 
and doesn't leave an orig-file around, but same function.