View | Details | Raw Unified | Return to bug 71360
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 29-34 Link Here
29
MAN3=	MIME::Body.3 \
29
MAN3=	MIME::Body.3 \
30
	MIME::Decoder.3	\
30
	MIME::Decoder.3	\
31
	MIME::Decoder::Base64.3 \
31
	MIME::Decoder::Base64.3 \
32
	MIME::Decoder::BinHex.3 \
32
	MIME::Decoder::Binary.3 \
33
	MIME::Decoder::Binary.3 \
33
	MIME::Decoder::Gzip64.3	\
34
	MIME::Decoder::Gzip64.3	\
34
	MIME::Decoder::NBit.3 \
35
	MIME::Decoder::NBit.3 \
Lines 50-59 Link Here
50
51
51
.include <bsd.port.pre.mk>
52
.include <bsd.port.pre.mk>
52
53
53
54
post-patch:
54
post-patch:
55
	@${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \
55
	@${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f
56
		${WRKSRC}/lib/MIME/Parser.pm.orig \
57
		${WRKSRC}/lib/MIME/Words.pm.orig
58
56
59
.include <bsd.port.post.mk>
57
.include <bsd.port.post.mk>
(-)pkg-descr (-21 / +5 lines)
Lines 1-27 Link Here
1
This collection of modules provides perl5 access methods related to MIME.
1
This collection of modules provides perl5 access methods related to MIME.
2
It includes the following modules:
2
It includes the following modules:
3
3
4
MIME::Body
4
MIME::Body MIME::Decoder MIME::Decoder::Base64 MIME::Decoder::Binary
5
MIME::Decoder
5
MIME::Decoder::Gzip64 MIME::Decoder::NBit MIME::Decoder::QuotedPrint
6
MIME::Decoder::Base64
6
MIME::Decoder::UU MIME::Entity MIME::Field::ConTraEnc MIME::Field::ContDisp
7
MIME::Decoder::Binary
7
MIME::Field::ContType MIME::Field::ParamVal MIME::Head MIME::IO MIME::Latin1
8
MIME::Decoder::Gzip64
8
MIME::Parser MIME::ParserBase MIME::ToolUtils MIME::Tools MIME::Words
9
MIME::Decoder::NBit
10
MIME::Decoder::QuotedPrint
11
MIME::Decoder::UU
12
MIME::Entity
13
MIME::Field::ConTraEnc
14
MIME::Field::ContDisp
15
MIME::Field::ContType
16
MIME::Field::ParamVal
17
MIME::Head
18
MIME::IO
19
MIME::Latin1
20
MIME::Parser
21
MIME::ParserBase
22
MIME::ToolUtils
23
MIME::Tools
24
MIME::Words
25
9
26
Warning: This module is _very_ slow for (at least some) large mails,
10
Warning: This module is _very_ slow for (at least some) large mails,
27
is derived from Mail-Tools, and has at least some mail-specific parts.
11
is derived from Mail-Tools, and has at least some mail-specific parts.
(-)pkg-plist (+1 lines)
Lines 3-8 Link Here
3
%%SITE_PERL%%/MIME/Decoder.pm
3
%%SITE_PERL%%/MIME/Decoder.pm
4
%%SITE_PERL%%/MIME/Decoder/QuotedPrint.pm
4
%%SITE_PERL%%/MIME/Decoder/QuotedPrint.pm
5
%%SITE_PERL%%/MIME/Decoder/Base64.pm
5
%%SITE_PERL%%/MIME/Decoder/Base64.pm
6
%%SITE_PERL%%/MIME/Decoder/BinHex.pm
6
%%SITE_PERL%%/MIME/Decoder/Binary.pm
7
%%SITE_PERL%%/MIME/Decoder/Binary.pm
7
%%SITE_PERL%%/MIME/Decoder/Gzip64.pm
8
%%SITE_PERL%%/MIME/Decoder/Gzip64.pm
8
%%SITE_PERL%%/MIME/Decoder/NBit.pm
9
%%SITE_PERL%%/MIME/Decoder/NBit.pm

Return to bug 71360