Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2016 09:24:48 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414793 - in head/mail: . p5-Email-Outlook-Message
Message-ID:  <201605080924.u489OmFG071282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun May  8 09:24:48 2016
New Revision: 414793
URL: https://svnweb.freebsd.org/changeset/ports/414793

Log:
  New port: mail/p5-Email-Outlook-Message
  
  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/
  
  PR:		209373
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Added:
  head/mail/p5-Email-Outlook-Message/
  head/mail/p5-Email-Outlook-Message/Makefile   (contents, props changed)
  head/mail/p5-Email-Outlook-Message/distinfo   (contents, props changed)
  head/mail/p5-Email-Outlook-Message/pkg-descr   (contents, props changed)
  head/mail/p5-Email-Outlook-Message/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun May  8 09:03:30 2016	(r414792)
+++ head/mail/Makefile	Sun May  8 09:24:48 2016	(r414793)
@@ -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

Added: head/mail/p5-Email-Outlook-Message/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Outlook-Message/Makefile	Sun May  8 09:24:48 2016	(r414793)
@@ -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>

Added: head/mail/p5-Email-Outlook-Message/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Outlook-Message/distinfo	Sun May  8 09:24:48 2016	(r414793)
@@ -0,0 +1,2 @@
+SHA256 (Email-Outlook-Message-0.918.tar.gz) = fb8a29f4c8bb842c7aeeea28427775e85832abc501281c525c7bdcdf51413af0
+SIZE (Email-Outlook-Message-0.918.tar.gz) = 35338

Added: head/mail/p5-Email-Outlook-Message/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Outlook-Message/pkg-descr	Sun May  8 09:24:48 2016	(r414793)
@@ -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/

Added: head/mail/p5-Email-Outlook-Message/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Outlook-Message/pkg-plist	Sun May  8 09:24:48 2016	(r414793)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605080924.u489OmFG071282>