[131215] trunk/dports/perl/p5-filesys-diskspace/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 12:41:34 PST 2015


Revision: 131215
          https://trac.macports.org/changeset/131215
Author:   mojca at macports.org
Date:     2015-01-06 12:41:34 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-filesys-diskspace: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-filesys-diskspace/Portfile

Modified: trunk/dports/perl/p5-filesys-diskspace/Portfile
===================================================================
--- trunk/dports/perl/p5-filesys-diskspace/Portfile	2015-01-06 20:38:28 UTC (rev 131214)
+++ trunk/dports/perl/p5-filesys-diskspace/Portfile	2015-01-06 20:41:34 UTC (rev 131215)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,27 +8,30 @@
 perl5.setup         Filesys-DiskSpace 0.05
 revision            3
 maintainers         nomaintainer
+
 description         Perl df
 long_description    This routine displays information on a file system such \
                     as its type, the amount of disk space occupied, the \
                     total disk space and the number of inodes. It tries \
                     syscall(SYS_statfs) and syscall(SYS_statvfs) in several \
                     ways. If all fails, it croaks.
+
+checksums           rmd160  3af50a43330e451e6333a896ec19135c061cc9be \
+                    sha256  9bc3e3384840df7d4ebdfd563f59b7a7f2bb4d47990ceab699bc16a4abb374c0
+
 platforms           darwin
-checksums           md5 b95651483e0234db33561a53708e007d
+supported_archs     noarch
 
-supported_archs noarch
-
 if {${perl5.major} != ""} {
-patchfiles	    patch-lib-Filesys-Diskspace.pm
+    patchfiles      patch-lib-Filesys-Diskspace.pm
 
-post-install {
-	ui_msg "\n
+    post-install {
+        ui_msg "\n
 To use Filesys::Diskspace some .ph Perl header files are required.  They
 may be generated using .h C header files with the following commands:
 
-	cd /usr/include
-	sudo h2ph sys/*
+    cd /usr/include
+    sudo h2ph sys/*
 \n"
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/69e818e7/attachment.html>


More information about the macports-changes mailing list