[151383] trunk/dports/perl/p5-net-telnet/Portfile

devans at macports.org devans at macports.org
Sun Aug 14 01:28:31 PDT 2016


Revision: 151383
          https://trac.macports.org/changeset/151383
Author:   devans at macports.org
Date:     2016-08-14 01:28:30 -0700 (Sun, 14 Aug 2016)
Log Message:
-----------
p5-net-telnet: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-telnet/Portfile

Modified: trunk/dports/perl/p5-net-telnet/Portfile
===================================================================
--- trunk/dports/perl/p5-net-telnet/Portfile	2016-08-14 08:22:07 UTC (rev 151382)
+++ trunk/dports/perl/p5-net-telnet/Portfile	2016-08-14 08:28:30 UTC (rev 151383)
@@ -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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,27 +7,27 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem           1.0
-PortGroup            perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup          Net-Telnet 3.04
-license              {Artistic-1 GPL}
-maintainers          nomaintainer
-description          Interact with TELNET port or other TCP ports
-long_description     Net::Telnet allows you to make client connections to a \
-                     TCP port and do network I/O, especially to a port using \
-                     the TELNET protocol.  Simple I/O methods such as print, \
-                     get, and getline are provided.  More sophisticated \
-                     interactive features are provided because connecting to \
-                     a TELNET port ultimately means communicating with a \
-                     program designed for human interaction.  These \
-                     interactive features include the ability to specify a \
-                     time-out and to wait for patterns to appear in the input \
-                     stream, such as the prompt from a shell.
-platforms            darwin
+perl5.setup         Net-Telnet 3.04
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Interact with TELNET port or other TCP ports
+long_description    Net::Telnet allows you to make client connections to a \
+                    TCP port and do network I/O, especially to a port using \
+                    the TELNET protocol.  Simple I/O methods such as print, \
+                    get, and getline are provided.  More sophisticated \
+                    interactive features are provided because connecting to \
+                    a TELNET port ultimately means communicating with a \
+                    program designed for human interaction.  These \
+                    interactive features include the ability to specify a \
+                    time-out and to wait for patterns to appear in the input \
+                    stream, such as the prompt from a shell.
+platforms           darwin
 
-checksums            rmd160  bd7d460db657ec96ca23b546a4410374f76c6dda \
-                     sha256  e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a
+checksums           rmd160  bd7d460db657ec96ca23b546a4410374f76c6dda \
+                    sha256  e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160814/26a7a0d7/attachment.html>


More information about the macports-changes mailing list