[101582] trunk/dports/shells/zsh/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 13 23:17:59 PST 2013


Revision: 101582
          https://trac.macports.org/changeset/101582
Author:   larryv at macports.org
Date:     2013-01-13 23:17:59 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
zsh: Reword variant descriptions; tweak whitespace & formatting.

Modified Paths:
--------------
    trunk/dports/shells/zsh/Portfile

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2013-01-14 06:05:56 UTC (rev 101581)
+++ trunk/dports/shells/zsh/Portfile	2013-01-14 07:17:59 UTC (rev 101582)
@@ -1,48 +1,48 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            zsh
-version         5.0.0
-revision        0
-categories      shells
-platforms       darwin
-maintainers     larryv
-license         Permissive
+name                zsh
+version             5.0.0
+revision            0
+categories          shells
+platforms           darwin
+maintainers         larryv
+license             Permissive
 
-description     Zsh is a UNIX command interpreter (shell)
-long_description \
-    Zsh is a UNIX command interpreter (shell) which of the standard     \
-    shells most resembles the Korn shell (ksh), although it is not      \
-    completely compatible. It includes enhancements of many types,      \
-    notably in the command-line editor, options for customising its     \
-    behaviour, filename globbing, features to make C-shell (csh) users  \
-    feel more at home and extra features drawn from tcsh (another       \
-    `custom' shell).
+description         Zsh is a UNIX command interpreter (shell)
+long_description    Zsh is a UNIX command interpreter (shell) which of \
+                    the standard shells most resembles the Korn shell \
+                    (ksh), although it is not completely compatible. \
+                    It includes enhancements of many types, notably in \
+                    the command-line editor, options for customising \
+                    its behaviour, filename globbing, features to make \
+                    C-shell (csh) users feel more at home and extra \
+                    features drawn from tcsh (another 'custom' shell).
 
-homepage        http://www.zsh.org
+homepage            http://www.zsh.org
 
-use_bzip2       yes
-master_sites    sourceforge:project/zsh/zsh/${version} \
-                http://www.zsh.org/pub/ \
-                ftp://ftp.zsh.org/pub/ \
-                ftp://ftp.fu-berlin.de/unix/shells/zsh/ \
-                ftp://ftp.icm.edu.pl/vol/rzm1/zsh/
-checksums       ${distname}${extract.suffix} \
-                rmd160  d2aff295e245dd5e805215c6dcca1e76af8b9725 \
-                sha256  cd014a8e09a3607c68369d1615db96d0fbb7279a125950b32032fd448c44a888
+use_bzip2           yes
+master_sites        sourceforge:project/zsh/zsh/${version} \
+                    http://www.zsh.org/pub/ \
+                    ftp://ftp.zsh.org/pub/ \
+                    ftp://ftp.fu-berlin.de/unix/shells/zsh/ \
+                    ftp://ftp.icm.edu.pl/vol/rzm1/zsh/
+checksums           ${distname}${extract.suffix} \
+                    rmd160  d2aff295e245dd5e805215c6dcca1e76af8b9725 \
+                    sha256  cd014a8e09a3607c68369d1615db96d0fbb7279a125950b32032fd448c44a888
 
-depends_lib     port:libiconv \
-                port:ncurses \
-                port:gdbm
+depends_lib         port:libiconv \
+                    port:ncurses \
+                    port:gdbm
 
-configure.args  --enable-libs="-lncurses" \
-                --with-tcsetpgrp \
-                DL_EXT=bundle
+configure.args      --enable-libs="-lncurses" \
+                    --with-tcsetpgrp \
+                    DL_EXT=bundle
 
-test.run        yes
-test.target     check
+test.run            yes
+test.target         check
 
 notes "
 To set MacPorts' ${name} as default login shell, run:
@@ -62,19 +62,19 @@
     }
 }
 
-variant mp_completion description {Include automatic completion of MacPorts commands} {
+variant mp_completion description {Include completion for MacPorts commands} {
     post-destroot {
         file copy -force ${filespath}/_port \
           ${destroot}${prefix}/share/${name}/${version}/functions
     }
 }
 
-variant doc description {Install documentation} {
-    distfiles-append ${distname}-doc${extract.suffix}
-    checksums-append ${distname}-doc${extract.suffix} \
-                     md5     f81aef500fbaaa6739b6a48e14357dca \
-                     sha1    ea65b463a0b9475ec084ba4f96f390b84b2630a7 \
-                     rmd160  83994a0c5a49db26c9876b27631c2327dda0672b
+variant doc description {Install extra documentation} {
+    distfiles-append    ${distname}-doc${extract.suffix}
+    checksums-append    ${distname}-doc${extract.suffix} \
+                        md5     f81aef500fbaaa6739b6a48e14357dca \
+                        sha1    ea65b463a0b9475ec084ba4f96f390b84b2630a7 \
+                        rmd160  83994a0c5a49db26c9876b27631c2327dda0672b
     post-destroot {
         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
         eval xinstall -m 644 [glob ${worksrcpath}/Doc/*.html] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/a0fa8096/attachment.html>


More information about the macports-changes mailing list