From 09615666a4b540abddd8239dbd14bca4b73b057e Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 28 Jun 2011 15:39:43 +0000 Subject: - Add p5-MIME-AltWords 0.12 MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an alternate implementation that follows the MIME specification more carefully. WWW: http://search.cpan.org/dist/MIME-AltWords/ PR: ports/157942 Submitted by: Dmitry Liakh --- mail/Makefile | 1 + mail/p5-MIME-AltWords/Makefile | 25 +++++++++++++++++++++++++ mail/p5-MIME-AltWords/distinfo | 2 ++ mail/p5-MIME-AltWords/pkg-descr | 4 ++++ mail/p5-MIME-AltWords/pkg-plist | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 mail/p5-MIME-AltWords/Makefile create mode 100644 mail/p5-MIME-AltWords/distinfo create mode 100644 mail/p5-MIME-AltWords/pkg-descr create mode 100644 mail/p5-MIME-AltWords/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 59c6ddbaae25..eacb1c511a27 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -370,6 +370,7 @@ SUBDIR += p5-IMAP-Sieve SUBDIR += p5-LMAP-CID2SPF SUBDIR += p5-Log-Procmail + SUBDIR += p5-MIME-AltWords SUBDIR += p5-MIME-Charset SUBDIR += p5-MIME-EncWords SUBDIR += p5-MIME-Explode diff --git a/mail/p5-MIME-AltWords/Makefile b/mail/p5-MIME-AltWords/Makefile new file mode 100644 index 000000000000..4ecde15f4dea --- /dev/null +++ b/mail/p5-MIME-AltWords/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-MIME-AltWords +# Date created: Jun 06 2011 +# Whom: Dmitry Liakh +# +# $FreeBSD$ +# + +PORTNAME= MIME-AltWords +PORTVERSION= 0.12 +CATEGORIES= mail +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dliakh@ukr.net +COMMENT= Perl module for encoding and decoding MIME words + +PERL_CONFIGURE= yes + +MAN3= MIME::AltWords.3 \ + MIME::AltWords0.3 + +post-patch: + @${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL + +.include diff --git a/mail/p5-MIME-AltWords/distinfo b/mail/p5-MIME-AltWords/distinfo new file mode 100644 index 000000000000..016eb843b792 --- /dev/null +++ b/mail/p5-MIME-AltWords/distinfo @@ -0,0 +1,2 @@ +SHA256 (MIME-AltWords-0.12.tar.gz) = 1754c2d6fb3982c870a4dde0ac09013934823595eb454daa5e840c43d9591469 +SIZE (MIME-AltWords-0.12.tar.gz) = 21539 diff --git a/mail/p5-MIME-AltWords/pkg-descr b/mail/p5-MIME-AltWords/pkg-descr new file mode 100644 index 000000000000..8459a98f65d5 --- /dev/null +++ b/mail/p5-MIME-AltWords/pkg-descr @@ -0,0 +1,4 @@ +MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an +alternate implementation that follows the MIME specification more carefully. + +WWW: http://search.cpan.org/dist/MIME-AltWords/ diff --git a/mail/p5-MIME-AltWords/pkg-plist b/mail/p5-MIME-AltWords/pkg-plist new file mode 100644 index 000000000000..dc4f2cbbfa61 --- /dev/null +++ b/mail/p5-MIME-AltWords/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/MIME/AltWords.pm +%%SITE_PERL%%/MIME/AltWords0.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME +@dirrmtry %%SITE_PERL%%/MIME -- cgit