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

devans at macports.org devans at macports.org
Fri Aug 22 00:36:01 PDT 2014


Revision: 124292
          https://trac.macports.org/changeset/124292
Author:   devans at macports.org
Date:     2014-08-22 00:36:01 -0700 (Fri, 22 Aug 2014)
Log Message:
-----------
p5-dbm-deep: add mode line and retab, 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	2014-08-22 07:33:13 UTC (rev 124291)
+++ trunk/dports/perl/p5-dbm-deep/Portfile	2014-08-22 07:36:01 UTC (rev 124292)
@@ -1,32 +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.8 5.10 5.12 5.14 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.branches  5.8 5.10 5.12 5.14 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
 
 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.  
+                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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140822/29c07722/attachment.html>


More information about the macports-changes mailing list