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:
parent
28f714ff8e
commit
b5c4963d34
23
mail/p5-Email-MIME-Encodings/Makefile
Normal file
23
mail/p5-Email-MIME-Encodings/Makefile
Normal 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>
|
4
mail/p5-Email-MIME-Encodings/distinfo
Normal file
4
mail/p5-Email-MIME-Encodings/distinfo
Normal 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
|
3
mail/p5-Email-MIME-Encodings/pkg/DESCR
Normal file
3
mail/p5-Email-MIME-Encodings/pkg/DESCR
Normal 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.
|
5
mail/p5-Email-MIME-Encodings/pkg/PLIST
Normal file
5
mail/p5-Email-MIME-Encodings/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user