[111487] trunk/dports/perl

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Sep 23 13:15:10 PDT 2013


Revision: 111487
          https://trac.macports.org/changeset/111487
Author:   macsforever2000 at macports.org
Date:     2013-09-23 13:15:10 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
p5-email-abstract: New port. (#37753)

Added Paths:
-----------
    trunk/dports/perl/p5-email-abstract/
    trunk/dports/perl/p5-email-abstract/Portfile

Added: trunk/dports/perl/p5-email-abstract/Portfile
===================================================================
--- trunk/dports/perl/p5-email-abstract/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-email-abstract/Portfile	2013-09-23 20:15:10 UTC (rev 111487)
@@ -0,0 +1,46 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Email-Abstract 3.006
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Email::Abstract - unified interface to mail representations
+
+long_description    Email::Abstract provides module writers with the ability \
+                    to write simple, 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. \
+                    \
+                    Email::Abstract currently supports Mail::Internet, \
+                    MIME::Entity, Mail::Message, Email::Simple and \
+                    Email::MIME. Other representations are encouraged to \
+                    create their own Email::Abstract::* class by copying \
+                    Email::Abstract::EmailSimple. All modules installed under \
+                    the Email::Abstract hierarchy will be automatically \
+                    picked up and used.
+
+checksums           rmd160 1a2bafcc3a2c6ce17b08a7ef6473ac81a4951ef7 \
+                    sha256 e8edc2ead4fb3927064aecc881f9c7f2a8c8340aef51f347629c27e61cf896b7
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                        port:p${perl5.major}-capture-tiny
+
+    depends_lib-append  port:p${perl5.major}-email-simple \
+                        port:p${perl5.major}-mime-tools \
+                        port:p${perl5.major}-mro-compat
+}


Property changes on: trunk/dports/perl/p5-email-abstract/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/33236e4e/attachment.html>


More information about the macports-changes mailing list