diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-23 11:07:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-23 11:07:21 +0000 |
commit | 82bde9ee93ced40f46379ead369d600104336995 (patch) | |
tree | 3dd1e75eb407f717ec3b7bd84f4ee385bcc6936d /mail/p5-MIME-Explode | |
parent | aefa8399ced9768f5dc9a9c20fbe82c39e835afb (diff) |
Add p5-MIME-Explode 0.38, perl extension for explode MIME messages.
PR: ports/107031
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=180595
Diffstat (limited to 'mail/p5-MIME-Explode')
-rw-r--r-- | mail/p5-MIME-Explode/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-MIME-Explode/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Explode/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-MIME-Explode/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/mail/p5-MIME-Explode/Makefile b/mail/p5-MIME-Explode/Makefile new file mode 100644 index 000000000000..59a9002f8548 --- /dev/null +++ b/mail/p5-MIME-Explode/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MIME-Explode +# Date created: 2006/12/22 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= MIME-Explode +PORTVERSION= 0.38 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MIME +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Perl extension for explode MIME messages + +PERL_CONFIGURE= yes + +MAN3= MIME::Explode.3 + +.include <bsd.port.mk> diff --git a/mail/p5-MIME-Explode/distinfo b/mail/p5-MIME-Explode/distinfo new file mode 100644 index 000000000000..9cb48b6884e0 --- /dev/null +++ b/mail/p5-MIME-Explode/distinfo @@ -0,0 +1,3 @@ +MD5 (MIME-Explode-0.38.tar.gz) = e3281a462ff3348590be78967b89ebd3 +SHA256 (MIME-Explode-0.38.tar.gz) = d82a23e6c49d949d27df59a5d49827711fb5e242315bc9a0213b212f7a785ee0 +SIZE (MIME-Explode-0.38.tar.gz) = 158284 diff --git a/mail/p5-MIME-Explode/pkg-descr b/mail/p5-MIME-Explode/pkg-descr new file mode 100644 index 000000000000..8b5a4f3a8b0f --- /dev/null +++ b/mail/p5-MIME-Explode/pkg-descr @@ -0,0 +1,6 @@ +MIME::Explode is perl module for parsing and decoding single or multipart +MIME messages, and outputting its decoded components to a given directory +ie, this module is designed to allows users to extract the attached files +out of a MIME encoded email messages or mailboxes. + +WWW: http://search.cpan.org/dist/MIME-Explode/ diff --git a/mail/p5-MIME-Explode/pkg-plist b/mail/p5-MIME-Explode/pkg-plist new file mode 100644 index 000000000000..41ae3c47568b --- /dev/null +++ b/mail/p5-MIME-Explode/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/Explode.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/Explode.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/MIME/Explode.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MIME |