diff options
| -rw-r--r-- | mail/Makefile | 1 | ||||
| -rw-r--r-- | mail/p5-Email-Outlook-Message/Makefile | 25 | ||||
| -rw-r--r-- | mail/p5-Email-Outlook-Message/distinfo | 2 | ||||
| -rw-r--r-- | mail/p5-Email-Outlook-Message/pkg-descr | 10 | ||||
| -rw-r--r-- | mail/p5-Email-Outlook-Message/pkg-plist | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 79d7c427b2a7..ec6e380ffc1a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -340,6 +340,7 @@ SUBDIR += p5-Email-MIME-Encodings SUBDIR += p5-Email-MIME-RFC2047 SUBDIR += p5-Email-MessageID + SUBDIR += p5-Email-Outlook-Message SUBDIR += p5-Email-Reply SUBDIR += p5-Email-Send SUBDIR += p5-Email-Sender diff --git a/mail/p5-Email-Outlook-Message/Makefile b/mail/p5-Email-Outlook-Message/Makefile new file mode 100644 index 000000000000..df0c5f0e1163 --- /dev/null +++ b/mail/p5-Email-Outlook-Message/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Email-Outlook-Message +PORTVERSION= 0.918 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Read e-mail messages stored as .msg files + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Email-MIME>=0:mail/p5-Email-MIME \ + p5-Email-Sender>=0:mail/p5-Email-Sender \ + p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/mail/p5-Email-Outlook-Message/distinfo b/mail/p5-Email-Outlook-Message/distinfo new file mode 100644 index 000000000000..d29bb7c43f94 --- /dev/null +++ b/mail/p5-Email-Outlook-Message/distinfo @@ -0,0 +1,2 @@ +SHA256 (Email-Outlook-Message-0.918.tar.gz) = fb8a29f4c8bb842c7aeeea28427775e85832abc501281c525c7bdcdf51413af0 +SIZE (Email-Outlook-Message-0.918.tar.gz) = 35338 diff --git a/mail/p5-Email-Outlook-Message/pkg-descr b/mail/p5-Email-Outlook-Message/pkg-descr new file mode 100644 index 000000000000..57fabd8a0ac6 --- /dev/null +++ b/mail/p5-Email-Outlook-Message/pkg-descr @@ -0,0 +1,10 @@ +This module reads e-mail messages stored as .msg files (such as generated +by Outlook), and converts them to Email::MIME objects. It also includes a +command-line interface in the form of the msgconvert script. + +Such files may be identified by file(1) as follows: +Composite Document File V2 Document + +You do not need Outlook installed to use this module. + +WWW: http://search.cpan.org/dist/Email-Outlook-Message/ diff --git a/mail/p5-Email-Outlook-Message/pkg-plist b/mail/p5-Email-Outlook-Message/pkg-plist new file mode 100644 index 000000000000..a710e9427ae2 --- /dev/null +++ b/mail/p5-Email-Outlook-Message/pkg-plist @@ -0,0 +1,10 @@ +bin/msgconvert +%%SITE_PERL%%/Email/Outlook/Message/Attachment.pm +%%SITE_PERL%%/Email/Outlook/Message/Base.pm +%%SITE_PERL%%/Email/Outlook/Message/AddressInfo.pm +%%SITE_PERL%%/Email/Outlook/Message.pm +%%PERL5_MAN1%%/msgconvert.1.gz +%%PERL5_MAN3%%/Email::Outlook::Message::Attachment.3.gz +%%PERL5_MAN3%%/Email::Outlook::Message::Base.3.gz +%%PERL5_MAN3%%/Email::Outlook::Message.3.gz +%%PERL5_MAN3%%/Email::Outlook::Message::AddressInfo.3.gz |
