[103567] trunk/dports/perl/p5-curses/Portfile

cal at macports.org cal at macports.org
Fri Mar 1 08:49:20 PST 2013


Revision: 103567
          https://trac.macports.org/changeset/103567
Author:   cal at macports.org
Date:     2013-03-01 08:49:20 -0800 (Fri, 01 Mar 2013)
Log Message:
-----------
p5-curses: whitespace only

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

Modified: trunk/dports/perl/p5-curses/Portfile
===================================================================
--- trunk/dports/perl/p5-curses/Portfile	2013-03-01 16:47:00 UTC (rev 103566)
+++ trunk/dports/perl/p5-curses/Portfile	2013-03-01 16:49:20 UTC (rev 103567)
@@ -1,28 +1,27 @@
 # -*- 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                     Curses 1.28
-extract.suffix			.tgz
-
-maintainers                     email.arc.nasa.gov:sal
-description                     terminal screen handling and optimization 
-long_description                Curses is the interface between Perl and your system's \
-				curses(3) library. For descriptions on the usage of a \
-				given function, variable, or constant, consult your \
-				system's documentation, as such information invariably \
-				varies (:-) between different curses(3) libraries and \
-				operating systems.
-platforms                       darwin
+perl5.setup         Curses 1.28
 checksums           rmd160  7d3c621fa27424fcc2b270bb511c04b00e0f4329 \
                     sha256  613b73c4b6075b1550592812214e4fc0e2205d3afcf234e3fa90f208fb8de892
-if {${perl5.major} != ""} {
-depends_lib-append              port:ncurses
+extract.suffix      .tgz
 
-pre-configure { 
-	file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h ${worksrcpath}/c-config.h
+maintainers         email.arc.nasa.gov:sal
+description         terminal screen handling and optimization
+long_description    \
+    Curses is the interface between Perl and your system's curses(3) library.\
+    For descriptions on the usage of a given function, variable, or constant,\
+    consult your system's documentation, as such information invariably varies\
+    (:-) between different curses(3) libraries and operating systems.
+
+platforms           darwin
+if {${perl5.major} != ""} {
+    depends_lib-append  port:ncurses
+    pre-configure { 
+        file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h ${worksrcpath}/c-config.h
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130301/7c527532/attachment.html>


More information about the macports-changes mailing list