[131055] trunk/dports/perl/p5-curses-ui/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 05:07:33 PST 2015


Revision: 131055
          https://trac.macports.org/changeset/131055
Author:   devans at macports.org
Date:     2015-01-05 05:07:33 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-curses-ui: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-curses-ui/Portfile

Modified: trunk/dports/perl/p5-curses-ui/Portfile
===================================================================
--- trunk/dports/perl/p5-curses-ui/Portfile	2015-01-05 13:06:29 UTC (rev 131054)
+++ trunk/dports/perl/p5-curses-ui/Portfile	2015-01-05 13:07:33 UTC (rev 131055)
@@ -1,20 +1,22 @@
+# -*- 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           Curses-UI 0.95
-revision              3
-maintainers           nomaintainer
-description           A curses based OO user interface framework 
-long_description      A UI framework based on the curses library. \
-	Curses::UI contains several widgets which can be used to build a user interface.
-platforms             darwin
-checksums             md5 f1ee30de6cbba611acca785fa668d8b8
+perl5.setup         Curses-UI 0.95
+revision            3
+maintainers         nomaintainer
+description         A curses based OO user interface framework 
+long_description    A UI framework based on the curses library. \
+                    Curses::UI contains several widgets which can be used to build a user interface.
+platforms           darwin
+checksums           md5 f1ee30de6cbba611acca785fa668d8b8
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-curses \
-                      port:p${perl5.major}-term-readkey \
-                      port:p${perl5.major}-test-simple \
-                      port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-curses \
+                    port:p${perl5.major}-term-readkey \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test-pod
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/3a6715ef/attachment-0001.html>


More information about the macports-changes mailing list