[137718] trunk/dports/perl/p5-dbm-deep/Portfile

devans at macports.org devans at macports.org
Wed Jun 17 20:31:56 PDT 2015


Revision: 137718
          https://trac.macports.org/changeset/137718
Author:   devans at macports.org
Date:     2015-06-17 20:31:56 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
p5-dbm-deep: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-dbm-deep/Portfile

Modified: trunk/dports/perl/p5-dbm-deep/Portfile
===================================================================
--- trunk/dports/perl/p5-dbm-deep/Portfile	2015-06-18 03:30:55 UTC (rev 137717)
+++ trunk/dports/perl/p5-dbm-deep/Portfile	2015-06-18 03:31:56 UTC (rev 137718)
@@ -1,33 +1,32 @@
 # -*- 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     DBM-Deep 2.0011
-license         {Artistic-1 GPL}
-maintainers     nomaintainer
-description     A pure perl persistent multi-level hash/array DBM
+perl5.setup         DBM-Deep 2.0011
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A pure perl persistent multi-level hash/array DBM
 
-long_description \
-                A unique flat-file database module, written in pure perl. True multi-level \
-                hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() \
-                interface, cross-platform FTPable files, and quite fast. Can handle \
-                millions of keys and unlimited hash levels without significant slow-down. \
-                Written from the ground-up in pure perl -- this is NOT a wrapper around a \
-                C-based DBM.  
+long_description    A unique flat-file database module, written in pure perl. True multi-level \
+                    hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() \
+                    interface, cross-platform FTPable files, and quite fast. Can handle \
+                    millions of keys and unlimited hash levels without significant slow-down. \
+                    Written from the ground-up in pure perl -- this is NOT a wrapper around a \
+                    C-based DBM.  
 
-platforms       darwin
+platforms           darwin
 
-checksums       rmd160  241a53b5af4b80eb35a7570a7f1c7174ffef3d6d \
-                sha256  e1c8925b04782d8db090d8d3167d0a7d178fabc4477d273874f654497ac412ef
+checksums           rmd160  241a53b5af4b80eb35a7570a7f1c7174ffef3d6d \
+                    sha256  e1c8925b04782d8db090d8d3167d0a7d178fabc4477d273874f654497ac412ef
 
-supported_archs noarch
-
 if {${perl5.major} != ""} {
     depends_lib-append \
-                port:p${perl5.major}-test-deep \
-                port:p${perl5.major}-test-exception \
-                port:p${perl5.major}-test-warn
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-warn
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/4e058bc4/attachment.html>


More information about the macports-changes mailing list