[131172] trunk/dports/perl/p5-file-comments/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 06:50:47 PST 2015


Revision: 131172
          https://trac.macports.org/changeset/131172
Author:   mojca at macports.org
Date:     2015-01-06 06:50:47 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-file-comments: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-file-comments/Portfile

Modified: trunk/dports/perl/p5-file-comments/Portfile
===================================================================
--- trunk/dports/perl/p5-file-comments/Portfile	2015-01-06 14:47:23 UTC (rev 131171)
+++ trunk/dports/perl/p5-file-comments/Portfile	2015-01-06 14:50:47 UTC (rev 131172)
@@ -1,33 +1,33 @@
+# -*- 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
-perl5.setup           File-Comments 0.08
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Recognizes file formats and extracts format-specific comments
-long_description      File::Comments guesses the type of a given file, \
-                      determines the format used for comments, extracts all \
-                      comments, and returns them as a reference to an array \
-                      of chunks. Alternatively, it strips all comments from \
-                      a file.
+perl5.setup         File-Comments 0.08
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Recognizes file formats and extracts format-specific comments
+long_description    File::Comments guesses the type of a given file, \
+                    determines the format used for comments, extracts all \
+                    comments, and returns them as a reference to an array \
+                    of chunks. Alternatively, it strips all comments from \
+                    a file.
 
-platforms             darwin
+checksums           rmd160  33af31e29f2f622b835a37d443dc5fd10f41c364 \
+                    sha256  5f848ca06f9f9d95d5ba63f5e6847806d794ea266ea6cb7c9a6931bcf14c1390
 
-checksums             md5 e2074a4a2cbc32c86ac9d92ab4481d1c \
-                      sha1 b0b6cb493c8d7d51dde40f144b4b0ef2c7965ae7 \
-                      rmd160 33af31e29f2f622b835a37d443dc5fd10f41c364
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-archive-tar \
-                      port:p${perl5.major}-html-parser \
-                      port:p${perl5.major}-html-tree \
-                      port:p${perl5.major}-log-log4perl \
-                      port:p${perl5.major}-ppi \
-                      port:p${perl5.major}-sysadm-install
-
-supported_archs       noarch
+    depends_lib-append \
+                    port:p${perl5.major}-archive-tar \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-html-tree \
+                    port:p${perl5.major}-log-log4perl \
+                    port:p${perl5.major}-ppi \
+                    port:p${perl5.major}-sysadm-install
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/927989cf/attachment.html>


More information about the macports-changes mailing list