[133132] trunk/dports/perl/p5-text-quoted/Portfile

devans at macports.org devans at macports.org
Fri Feb 20 12:32:39 PST 2015


Revision: 133132
          https://trac.macports.org/changeset/133132
Author:   devans at macports.org
Date:     2015-02-20 12:32:39 -0800 (Fri, 20 Feb 2015)
Log Message:
-----------
p5-text-quoted: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-quoted/Portfile

Modified: trunk/dports/perl/p5-text-quoted/Portfile
===================================================================
--- trunk/dports/perl/p5-text-quoted/Portfile	2015-02-20 20:30:13 UTC (rev 133131)
+++ trunk/dports/perl/p5-text-quoted/Portfile	2015-02-20 20:32:39 UTC (rev 133132)
@@ -1,25 +1,27 @@
+# -*- 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
+PortSystem          1.0
+PortGroup perl5     1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup		Text-Quoted 2.08
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Extract the structure of a quoted mail message
-long_description \
-                Text::Quoted examines the structure of some text which may \
-                contain multiple different levels of quoting, and turns the \
-                text into a nested data structure.
+perl5.setup         Text-Quoted 2.08
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Extract the structure of a quoted mail message
+long_description    Text::Quoted examines the structure of some text which may \
+                    contain multiple different levels of quoting, and turns the \
+                    text into a nested data structure.
 
-checksums       md5     2ddedd6541460a32223cf91c7e16fcb7 \
-                sha1    6265a24e196e5890425d2cf45efcf6982f47fa9e \
-                rmd160  958c0a21654d4a119415049991c76a426a7bd5e6
+checksums           md5     2ddedd6541460a32223cf91c7e16fcb7 \
+                    sha1    6265a24e196e5890425d2cf45efcf6982f47fa9e \
+                    rmd160  958c0a21654d4a119415049991c76a426a7bd5e6
 
-platforms		darwin
+platforms           darwin
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-text-autoformat
+    depends_lib-append \
+                    port:p${perl5.major}-text-autoformat
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150220/56366820/attachment.html>


More information about the macports-changes mailing list