[125480] trunk/dports/perl/p5-cache-cache/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Sep 18 07:08:55 PDT 2014


Revision: 125480
          https://trac.macports.org/changeset/125480
Author:   khindenburg at macports.org
Date:     2014-09-18 07:08:55 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
p5-cache-cache: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/perl/p5-cache-cache/Portfile

Modified: trunk/dports/perl/p5-cache-cache/Portfile
===================================================================
--- trunk/dports/perl/p5-cache-cache/Portfile	2014-09-18 13:22:44 UTC (rev 125479)
+++ trunk/dports/perl/p5-cache-cache/Portfile	2014-09-18 14:08:55 UTC (rev 125480)
@@ -1,34 +1,35 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           Cache-Cache 1.06
-revision              4
-license               {Artistic-1 GPL}
-maintainers           khindenburg openmaintainer
-description           Cache::Cache, the Cache interface
-long_description      The Cache modules are designed to assist a developer \
-                      in persisting data for a specified period of time. \
-                      Often these modules are used in web applications to \
-                      store data locally to save repeated and redundant \
-                      expensive calls to remote machines or databases. \
-                      People have also been known to use Cache::Cache for \
-                      its straightforward interface in sharing data between \
-                      runs of an application or invocations of a CGI-style \
-                      script or simply as an easy to use abstraction of the \
-                      filesystem or shared memory.
+perl5.setup         Cache-Cache 1.06
+revision            4
+license             {Artistic-1 GPL}
+maintainers         khindenburg openmaintainer
+description         Cache::Cache, the Cache interface
+long_description    The Cache modules are designed to assist a developer \
+                    in persisting data for a specified period of time. \
+                    Often these modules are used in web applications to \
+                    store data locally to save repeated and redundant \
+                    expensive calls to remote machines or databases. \
+                    People have also been known to use Cache::Cache for \
+                    its straightforward interface in sharing data between \
+                    runs of an application or invocations of a CGI-style \
+                    script or simply as an easy to use abstraction of the \
+                    filesystem or shared memory.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 4425f44ddb138a799290802e5aad46ef \
-                      sha1 e80a35c12f25ec747ff543a1935f1009cec2e565 \
-                      rmd160 a82f81d5eeda9f9e653f6c406ce29f5cc910da18
+checksums           md5 4425f44ddb138a799290802e5aad46ef \
+                    sha1 e80a35c12f25ec747ff543a1935f1009cec2e565 \
+                    rmd160 a82f81d5eeda9f9e653f6c406ce29f5cc910da18
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-error \
-                          port:p${perl5.major}-digest-sha1
-    
+    depends_lib-append  port:p${perl5.major}-error \
+                        port:p${perl5.major}-digest-sha1
+
     supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/a1a8857f/attachment.html>


More information about the macports-changes mailing list