[129675] trunk/dports/perl/p5-net-ping-external/Portfile

devans at macports.org devans at macports.org
Thu Dec 18 13:21:49 PST 2014


Revision: 129675
          https://trac.macports.org/changeset/129675
Author:   devans at macports.org
Date:     2014-12-18 13:21:49 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
p5-net-ping-external: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-ping-external/Portfile

Modified: trunk/dports/perl/p5-net-ping-external/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ping-external/Portfile	2014-12-18 21:19:42 UTC (rev 129674)
+++ trunk/dports/perl/p5-net-ping-external/Portfile	2014-12-18 21:21:49 UTC (rev 129675)
@@ -1,29 +1,30 @@
+# -*- 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
+perl5.setup         Net-Ping-External 0.13
+revision            3
+license             {Artistic-1 GPL}
+maintainers         blair openmaintainer
 
-perl5.branches          5.8 5.10 5.12 5.14 5.16
-perl5.setup             Net-Ping-External 0.13
-revision                3
-license                 {Artistic-1 GPL}
-maintainers             blair openmaintainer
+description         Cross-platform interface to ICMP 'ping' utilities
+long_description    Net::Ping::External is a module which interfaces \
+                    with the 'ping' command on many systems.  It \
+                    presently provides a single function, 'ping()', \
+                    that takes in a hostname and (optionally) a timeout \
+                    and returns true if the host is alive, and false \
+                    otherwise.  Unless you have the ability (and \
+                    willingness) to run your scripts as the superuser \
+                    on your system, this module will probably provide \
+                    more accurate results than Net::Ping will.
 
-description             Cross-platform interface to ICMP 'ping' utilities
-long_description        Net::Ping::External is a module which interfaces \
-                        with the 'ping' command on many systems.  It \
-                        presently provides a single function, 'ping()', \
-                        that takes in a hostname and (optionally) a timeout \
-                        and returns true if the host is alive, and false \
-                        otherwise.  Unless you have the ability (and \
-                        willingness) to run your scripts as the superuser \
-                        on your system, this module will probably provide \
-                        more accurate results than Net::Ping will.
+use_zip             yes
+checksums           md5 83710568eb209598a04674b18986b049 \
+                    sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \
+                    rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953
+platforms           darwin
 
-use_zip                 yes
-checksums               md5 83710568eb209598a04674b18986b049 \
-                        sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \
-                        rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953
-platforms               darwin
-
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/b33898e1/attachment.html>


More information about the macports-changes mailing list