MIME-tools is a collection of Perl5 MIME:: modules for parsing,
decoding, *and generating* single- or multipart (even nested multipart) MIME messages. of course, you can send messages with attached GIF files).
This commit is contained in:
parent
bd7bcf673a
commit
579689e6ab
26
mail/p5-MIME-tools/Makefile
Normal file
26
mail/p5-MIME-tools/Makefile
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 19:12:55 peter Exp $
|
||||||
|
|
||||||
|
DISTNAME= MIME-tools-5.410
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= converters perl5
|
||||||
|
NEED_VERSION= 1.362
|
||||||
|
|
||||||
|
MAINTAINER= Shell Hung <i@shellhung.org>
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= MIME
|
||||||
|
|
||||||
|
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/
|
||||||
|
BUILD_DEPENDS= ${PERL_MODULES}/Mail/Mailer.pm::mail/p5-Mail-Tools \
|
||||||
|
${PERL_MODULES}/${ARCH}-openbsd/MIME/Base64.pm::converters/p5-MIME-Base64 \
|
||||||
|
${PERL_MODULES}/IO/Stringy.pm::devel/p5-IO-stringy
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
mail/p5-MIME-tools/files/md5
Normal file
3
mail/p5-MIME-tools/files/md5
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (MIME-tools-5.410.tar.gz) = 7500e3462d5beb52dd45797115fb1ced
|
||||||
|
RMD160 (MIME-tools-5.410.tar.gz) = b7fa9ecbe633094c881784302d0fe194c1068ff4
|
||||||
|
SHA1 (MIME-tools-5.410.tar.gz) = c74c8a6015c25ff64e5d81041cacc99adf8208fe
|
1
mail/p5-MIME-tools/pkg/COMMENT
Normal file
1
mail/p5-MIME-tools/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
modules for parsing (and creating!) MIME entities
|
4
mail/p5-MIME-tools/pkg/DESCR
Normal file
4
mail/p5-MIME-tools/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MIME-tools is a collection of Perl5 MIME:: modules for parsing,
|
||||||
|
decoding, *and generating* single- or multipart (even nested multipart)
|
||||||
|
MIME messages. of course, you can send messages with attached GIF
|
||||||
|
files).
|
46
mail/p5-MIME-tools/pkg/PLIST
Normal file
46
mail/p5-MIME-tools/pkg/PLIST
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/19 19:12:56 peter Exp $
|
||||||
|
libdata/perl5/site_perl/MIME/Body.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/Base64.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/Binary.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/Gzip64.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/NBit.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/QuotedPrint.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Decoder/UU.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Entity.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Field/ConTraEnc.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Field/ContDisp.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Field/ContType.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Field/ParamVal.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Head.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Parser.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Parser/Filer.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Parser/Reader.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Parser/Results.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Tools.pm
|
||||||
|
libdata/perl5/site_perl/MIME/WordDecoder.pm
|
||||||
|
libdata/perl5/site_perl/MIME/Words.pm
|
||||||
|
man/man3/MIME::Body.3p
|
||||||
|
man/man3/MIME::Decoder.3p
|
||||||
|
man/man3/MIME::Decoder::Base64.3p
|
||||||
|
man/man3/MIME::Decoder::Binary.3p
|
||||||
|
man/man3/MIME::Decoder::Gzip64.3p
|
||||||
|
man/man3/MIME::Decoder::NBit.3p
|
||||||
|
man/man3/MIME::Decoder::QuotedPrint.3p
|
||||||
|
man/man3/MIME::Decoder::UU.3p
|
||||||
|
man/man3/MIME::Entity.3p
|
||||||
|
man/man3/MIME::Field::ConTraEnc.3p
|
||||||
|
man/man3/MIME::Field::ContDisp.3p
|
||||||
|
man/man3/MIME::Field::ContType.3p
|
||||||
|
man/man3/MIME::Field::ParamVal.3p
|
||||||
|
man/man3/MIME::Head.3p
|
||||||
|
man/man3/MIME::Parser.3p
|
||||||
|
man/man3/MIME::Parser::Filer.3p
|
||||||
|
man/man3/MIME::Parser::Reader.3p
|
||||||
|
man/man3/MIME::Parser::Results.3p
|
||||||
|
man/man3/MIME::Tools.3p
|
||||||
|
man/man3/MIME::WordDecoder.3p
|
||||||
|
man/man3/MIME::Words.3p
|
||||||
|
@dirrm libdata/perl5/site_perl/MIME/Parser
|
||||||
|
@dirrm libdata/perl5/site_perl/MIME/Field
|
||||||
|
@dirrm libdata/perl5/site_perl/MIME/Decoder
|
Loading…
Reference in New Issue
Block a user