Bug 56576

Summary: [NEW PORT] mail/p5-Email-MIME-Encodings: A unified interface to MIME encoding and decoding
Product: Ports & Packages Reporter: Lars Thegler <lars>
Component: Individual Port(s)Assignee: Erwin Lansing <erwin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Email-MIME-Encodings-1.0.shar none

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.