[131135] trunk/dports/perl/p5-expect/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 03:50:37 PST 2015


Revision: 131135
          https://trac.macports.org/changeset/131135
Author:   mojca at macports.org
Date:     2015-01-06 03:50:37 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-expect: first line, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-expect/Portfile

Modified: trunk/dports/perl/p5-expect/Portfile
===================================================================
--- trunk/dports/perl/p5-expect/Portfile	2015-01-06 11:49:10 UTC (rev 131134)
+++ trunk/dports/perl/p5-expect/Portfile	2015-01-06 11:50:37 UTC (rev 131135)
@@ -1,26 +1,28 @@
+# -*- 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
-perl5.setup      Expect 1.20
-revision         3
-license          {Artistic-1 GPL}
-maintainers      nomaintainer
-description      Perl version of the TCL "expect" tool
-long_description \
-    The Expect for Perl module was inspired more by the functionality \
-    the Tcl tool provides than any previous Expect-like tool such as \
-    Comm.pl or chat2.pl.  I've had some comments that people may not \
-    have heard of the original Tcl version of Expect, or where \
-    documentation (book form) on Expect may be obtained.
+perl5.setup         Expect 1.20
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl version of the TCL "expect" tool
+long_description    The Expect for Perl module was inspired more by the functionality \
+                    the Tcl tool provides than any previous Expect-like tool such as \
+                    Comm.pl or chat2.pl.  I've had some comments that people may not \
+                    have heard of the original Tcl version of Expect, or where \
+                    documentation (book form) on Expect may be obtained.
 
-platforms        darwin
-checksums        md5 9134ae3778285bcf8c3ffdba1a177886
+checksums           md5 9134ae3778285bcf8c3ffdba1a177886
 
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append      port:p${perl5.major}-io-tty port:p${perl5.major}-io-stty
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-io-stty \
+                    port:p${perl5.major}-io-tty
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/a3a19ccf/attachment.html>


More information about the macports-changes mailing list