From owner-svn-ports-head@freebsd.org Sun May 8 09:24:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8CD9B300EB; Sun, 8 May 2016 09:24:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 834911F9D; Sun, 8 May 2016 09:24:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u489OmQm071287; Sun, 8 May 2016 09:24:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u489OmFG071282; Sun, 8 May 2016 09:24:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605080924.u489OmFG071282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 May 2016 09:24:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 09:24:49 -0000 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 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 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