[133053] trunk/dports/devel/dialog/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Feb 18 18:23:42 PST 2015


Revision: 133053
          https://trac.macports.org/changeset/133053
Author:   khindenburg at macports.org
Date:     2015-02-18 18:23:41 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
dialog: retab according to modeline

Modified Paths:
--------------
    trunk/dports/devel/dialog/Portfile

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile	2015-02-19 02:14:26 UTC (rev 133052)
+++ trunk/dports/devel/dialog/Portfile	2015-02-19 02:23:41 UTC (rev 133053)
@@ -1,76 +1,76 @@
 # -*- 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
+PortSystem          1.0
 
-name		dialog
-version		1.2-20140112
-epoch		20140112
-categories	devel
-license		LGPL-2.1
-maintainers	nomaintainer
+name                dialog
+version             1.2-20140112
+epoch               20140112
+categories          devel
+license             LGPL-2.1
+maintainers         nomaintainer
 
 description         a utility to create nice user interfaces for command-line scripts
 
 long_description    ${name} is ${description}. It is non-graphical (it uses \
                     curses) so it can be run in the console or an xterm.
 
-platforms		darwin
-homepage	http://www.invisible-island.net/dialog/
-master_sites		ftp://invisible-island.net/dialog/
+platforms           darwin
+homepage            http://www.invisible-island.net/dialog/
+master_sites        ftp://invisible-island.net/dialog/
 
-#distname	${name}
-#dist_subdir	${name}/${version}
-#worksrcdir	${name}-${version}
-extract.suffix	.tgz
+#distname   ${name}
+#dist_subdir    ${name}/${version}
+#worksrcdir ${name}-${version}
+extract.suffix      .tgz
 
 checksums           rmd160  953f7ec92e88abe759fe38df5a6493b5b499d18e \
                     sha256  8d30043872c57d4d3b3b05e4390ece356843f2a71303c91a2f8a536b369e0077
 
-depends_lib    port:ncurses
+depends_lib         port:ncurses
 
-configure.args    --mandir=${prefix}/share/man \
-    --with-ncursesw
+configure.args      --mandir=${prefix}/share/man \
+                    --with-ncursesw
 
 if {${name} == ${subport}} {
 
-    installs_libs       no
+    installs_libs   no
 
-post-destroot	{
+post-destroot   {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
     xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README VERSION \
-	${destroot}${prefix}/share/doc/${name}
+        ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/samples README calendar calendar-stdout \
-	calendar2 calendar2-stdout calendar3 calendar3-stdout checklist \
-	checklist-utf8 checklist1 checklist10 checklist2 checklist3 checklist4 \
-	checklist5 checklist6 checklist7 checklist8 checklist9 checklist9.txt \
-	form1 form2 form3 form4 form5 fselect \
-	fselect-stdout fselect1 fselect1-stdout fselect2 fselect2-stdout gauge \
-	gauge0 gauge0-input-fd gauge2 infobox infobox2 infobox3 \
-	infobox4 infobox5 infobox6 inputbox inputbox1 inputbox2 inputbox3 \
-	inputbox4 inputbox5 inputbox6-utf8 inputbox7 inputmenu \
-	inputmenu-stdout inputmenu1 inputmenu2 inputmenu3 inputmenu4 killall \
-	listing menubox menubox-utf8 menubox1 menubox10 menubox2 menubox3 \
-	menubox4 menubox5 menubox6 menubox7 menubox8 menubox9 msgbox msgbox1 \
-	msgbox2 msgbox3 msgbox4-eucjp msgbox4-utf8 msgbox5 password password1 \
-	password2 radiolist radiolist10 radiolist2 radiolist3 radiolist4 \
-	tailbox tailboxbg tailboxbg1 tailboxbg2 textbox textbox2 timebox \
-	timebox-stdout timebox2 timebox2-stdout wheel yesno yesno2 yesno3 \
-	${destroot}${prefix}/share/doc/${name}/examples
+        calendar2 calendar2-stdout calendar3 calendar3-stdout checklist \
+        checklist-utf8 checklist1 checklist10 checklist2 checklist3 checklist4 \
+        checklist5 checklist6 checklist7 checklist8 checklist9 checklist9.txt \
+        form1 form2 form3 form4 form5 fselect \
+        fselect-stdout fselect1 fselect1-stdout fselect2 fselect2-stdout gauge \
+        gauge0 gauge0-input-fd gauge2 infobox infobox2 infobox3 \
+        infobox4 infobox5 infobox6 inputbox inputbox1 inputbox2 inputbox3 \
+        inputbox4 inputbox5 inputbox6-utf8 inputbox7 inputmenu \
+        inputmenu-stdout inputmenu1 inputmenu2 inputmenu3 inputmenu4 killall \
+        listing menubox menubox-utf8 menubox1 menubox10 menubox2 menubox3 \
+        menubox4 menubox5 menubox6 menubox7 menubox8 menubox9 msgbox msgbox1 \
+        msgbox2 msgbox3 msgbox4-eucjp msgbox4-utf8 msgbox5 password password1 \
+        password2 radiolist radiolist10 radiolist2 radiolist3 radiolist4 \
+        tailbox tailboxbg tailboxbg1 tailboxbg2 textbox textbox2 timebox \
+        timebox-stdout timebox2 timebox2-stdout wheel yesno yesno2 yesno3 \
+            ${destroot}${prefix}/share/doc/${name}/examples
 }
 
-livecheck.type	regex
-livecheck.url	[lindex ${master_sites} end]
-livecheck.regex ${name}-(\[0-9.-\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} end]
+livecheck.regex     ${name}-(\[0-9.-\]+)${extract.suffix}
 } else {
-    livecheck.type      none
+    livecheck.type  none
 }
 
 subport libdialog {
     description         a library to create nice user interfaces for command-line programs
-    
+
     long_description    ${name} is ${description}. It is non-graphical (it uses \
                         curses) so it can be used in console or xterm programs.
-    
+
     destroot.target     install-lib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150218/9d8a8787/attachment.html>


More information about the macports-changes mailing list