Initial import of Email-MIME-Encodings-1.3

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.

from Sam Smith <s at msmith.net>
This commit is contained in:
sturm 2006-01-15 15:47:16 +00:00
parent 28f714ff8e
commit b5c4963d34
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 15:47:16 sturm Exp $
COMMENT= "unified interface to MIME encoding and decoding "
DISTNAME= Email-MIME-Encodings-1.3
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MAINTAINER= Sam Smith <s@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Email-MIME-Encodings-1.3.tar.gz) = adb933af2ff9c3cc8e158bbdcf3d19e5
RMD160 (Email-MIME-Encodings-1.3.tar.gz) = c07f127903cdc53307f2be08bbce518a8a703644
SHA1 (Email-MIME-Encodings-1.3.tar.gz) = ebbdc65bdf1761c954e445254ddfcb51c4a7ee35
SIZE (Email-MIME-Encodings-1.3.tar.gz) = 2525

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/15 15:47:16 sturm Exp $
${P5SITE}/Email/
${P5SITE}/Email/MIME/
${P5SITE}/Email/MIME/Encodings.pm
@man man/man3p/Email::MIME::Encodings.3p