diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-03-31 14:23:51 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-03-31 14:23:51 +0000 |
commit | 87f409bfd839ef7efbaa33b50c942994ef40d21a (patch) | |
tree | 69d0d5a990b3751b117effafccbb64b0228db201 /mail | |
parent | Remove BROKEN mark since pthread support of lang/ruby18 port that causes (diff) |
New port: p5-Mbox-Parser.
Perl5 module for working with UNIX-flavoured mailboxes.
Notes
Notes:
svn path=/head/; revision=158477
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-MboxParser/Makefile | 36 | ||||
-rw-r--r-- | mail/p5-Mail-MboxParser/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Mail-MboxParser/pkg-descr | 5 | ||||
-rw-r--r-- | mail/p5-Mail-MboxParser/pkg-plist | 13 |
5 files changed, 58 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 5a8e54a1aaf2..2cfc4c725a46 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -311,6 +311,7 @@ SUBDIR += p5-Mail-ListDetector SUBDIR += p5-Mail-MailStats SUBDIR += p5-Mail-Mbox-MessageParser + SUBDIR += p5-Mail-MboxParser SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Procmail SUBDIR += p5-Mail-Procmailrc diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile new file mode 100644 index 000000000000..43b507b41043 --- /dev/null +++ b/mail/p5-Mail-MboxParser/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: mail/p5-Mail-MboxParser +# Date created: 31 March 2006 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-MboxParser +PORTVERSION= 0.55 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org +COMMENT= A module for working with UNIX-flavoured mailboxes + +BUILD_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}//${PERL_ARCH}/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Mail::MboxParser.3 \ Mail::MboxParser::Base.3 \ + Mail::MboxParser::Mail.3 \ + Mail::MboxParser::Mail::Body.3 \ + Mail::MboxParser::Mail::Convertable.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-Mail-MboxParser/distinfo b/mail/p5-Mail-MboxParser/distinfo new file mode 100644 index 000000000000..c389c9aa0cb2 --- /dev/null +++ b/mail/p5-Mail-MboxParser/distinfo @@ -0,0 +1,3 @@ +MD5 (Mail-MboxParser-0.55.tar.gz) = 1b9fdb367db36ec94e7b5c6721f11221 +SHA256 (Mail-MboxParser-0.55.tar.gz) = 33f025e9b10956b9a58ef01774b92b790aacca5fb00b1c755ada77ad4e5c7d3b +SIZE (Mail-MboxParser-0.55.tar.gz) = 43527 diff --git a/mail/p5-Mail-MboxParser/pkg-descr b/mail/p5-Mail-MboxParser/pkg-descr new file mode 100644 index 000000000000..db7dc1b1dad4 --- /dev/null +++ b/mail/p5-Mail-MboxParser/pkg-descr @@ -0,0 +1,5 @@ +Mail::MboxParser is a module for working with UNIX-flavoured mailboxes. + +Its purpose is to _easily_ extract messages from a mailbox with _simple_ +access to header fields, body and MIME-parts. It is particularly easy to +deal with any kind of attached files. diff --git a/mail/p5-Mail-MboxParser/pkg-plist b/mail/p5-Mail-MboxParser/pkg-plist new file mode 100644 index 000000000000..fef6ddc1326b --- /dev/null +++ b/mail/p5-Mail-MboxParser/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Mail/MboxParser.pm +%%SITE_PERL%%/Mail/MboxParser/Base.pm +%%SITE_PERL%%/Mail/MboxParser/Mail.pm +%%SITE_PERL%%/Mail/MboxParser/Mail/Convertable.pm +%%SITE_PERL%%/Mail/MboxParser/Mail/Body.pm +%%SITE_PERL%%/Mail/Mbox/MessageParser/Grep.pm +%%SITE_PERL%%/Mail/Mbox/MessageParser/Perl.pm +%%SITE_PERL%%/Mail/Mbox/MessageParser/MetaInfo.pm +%%SITE_PERL%%/Mail/Mbox/MessageParser/Config.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser +@dirrm %%SITE_PERL%%/Mail/MboxParser/Mail +@dirrm %%SITE_PERL%%/Mail/MboxParser |