[Midnightbsd-cvs] mports [23744] trunk/mail: add new perl email ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 18 13:47:51 EDT 2018


Revision: 23744
          http://svnweb.midnightbsd.org/mports/?rev=23744
Author:   laffer1
Date:     2018-08-18 13:47:50 -0400 (Sat, 18 Aug 2018)
Log Message:
-----------
add new perl email ports

Modified Paths:
--------------
    trunk/mail/Makefile

Added Paths:
-----------
    trunk/mail/p5-Email-Abstract/
    trunk/mail/p5-Email-Abstract/Makefile
    trunk/mail/p5-Email-Abstract/distinfo
    trunk/mail/p5-Email-Abstract/pkg-descr
    trunk/mail/p5-Email-Abstract/pkg-plist

Modified: trunk/mail/Makefile
===================================================================
--- trunk/mail/Makefile	2018-08-18 17:27:17 UTC (rev 23743)
+++ trunk/mail/Makefile	2018-08-18 17:47:50 UTC (rev 23744)
@@ -32,6 +32,7 @@
 SUBDIR += msmtp
 SUBDIR += mutt
 SUBDIR += nmh
+SUBDIR += p5-Email-Abstract
 SUBDIR += p5-Email-Address
 SUBDIR += p5-Email-Address-XS
 SUBDIR += p5-Email-Date-Format
@@ -41,6 +42,7 @@
 SUBDIR += p5-Email-MIME-Modifier
 SUBDIR += p5-Email-MessageID
 SUBDIR += p5-Email-Send
+SUBDIR += p5-Email-Sender
 SUBDIR += p5-Email-Simple
 SUBDIR += p5-MIME-Lite
 SUBDIR += p5-MIME-Tools

Added: trunk/mail/p5-Email-Abstract/Makefile
===================================================================
--- trunk/mail/p5-Email-Abstract/Makefile	                        (rev 0)
+++ trunk/mail/p5-Email-Abstract/Makefile	2018-08-18 17:47:50 UTC (rev 23744)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME=	Email-Abstract
+PORTVERSION=	3.008
+PORTREVISION=	1
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Unified interface to mail representations
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Email-Simple>=1.998:mail/p5-Email-Simple \
+		p5-MRO-Compat>=0:devel/p5-MRO-Compat \
+		p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/mail/p5-Email-Abstract/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/mail/p5-Email-Abstract/distinfo
===================================================================
--- trunk/mail/p5-Email-Abstract/distinfo	                        (rev 0)
+++ trunk/mail/p5-Email-Abstract/distinfo	2018-08-18 17:47:50 UTC (rev 23744)
@@ -0,0 +1,2 @@
+SHA256 (Email-Abstract-3.008.tar.gz) = fc7169acb6c43df7f005e7ef6ad08ee8ca6eb6796b5d1604593c997337cc8240
+SIZE (Email-Abstract-3.008.tar.gz) = 26934


Property changes on: trunk/mail/p5-Email-Abstract/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/mail/p5-Email-Abstract/pkg-descr
===================================================================
--- trunk/mail/p5-Email-Abstract/pkg-descr	                        (rev 0)
+++ trunk/mail/p5-Email-Abstract/pkg-descr	2018-08-18 17:47:50 UTC (rev 23744)
@@ -0,0 +1,10 @@
+Email::Abstract provides module writers with the ability to write
+representation-independent mail handling code. For instance, in the
+cases of Mail::Thread or Mail::ListDetector, a key part of the code
+involves reading the headers from a mail object. Where previously
+one would either have to specify the mail class required, or to
+build a new object from scratch, Email::Abstract can be used to
+perform certain simple operations on an object regardless of its
+underlying representation.
+
+WWW: https://metacpan.org/release/Email-Abstract


Property changes on: trunk/mail/p5-Email-Abstract/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/mail/p5-Email-Abstract/pkg-plist
===================================================================
--- trunk/mail/p5-Email-Abstract/pkg-plist	                        (rev 0)
+++ trunk/mail/p5-Email-Abstract/pkg-plist	2018-08-18 17:47:50 UTC (rev 23744)
@@ -0,0 +1,14 @@
+%%SITE_PERL%%/Email/Abstract.pm
+%%SITE_PERL%%/Email/Abstract/EmailMIME.pm
+%%SITE_PERL%%/Email/Abstract/EmailSimple.pm
+%%SITE_PERL%%/Email/Abstract/MIMEEntity.pm
+%%SITE_PERL%%/Email/Abstract/MailInternet.pm
+%%SITE_PERL%%/Email/Abstract/MailMessage.pm
+%%SITE_PERL%%/Email/Abstract/Plugin.pm
+%%PERL5_MAN3%%/Email::Abstract.3.gz
+%%PERL5_MAN3%%/Email::Abstract::EmailMIME.3.gz
+%%PERL5_MAN3%%/Email::Abstract::EmailSimple.3.gz
+%%PERL5_MAN3%%/Email::Abstract::MIMEEntity.3.gz
+%%PERL5_MAN3%%/Email::Abstract::MailInternet.3.gz
+%%PERL5_MAN3%%/Email::Abstract::MailMessage.3.gz
+%%PERL5_MAN3%%/Email::Abstract::Plugin.3.gz


Property changes on: trunk/mail/p5-Email-Abstract/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list