Ticket #57765: Portfile.pdsh.3.diff

File Portfile.pdsh.3.diff, 1.9 KB (added by unix-fan, 5 years ago)
  • Portfile.pdsh.

    old new  
    11# -*- 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
    22
    33PortSystem          1.0
     4PortGroup           github 1.0
     5github.setup        chaos pdsh 2.33 pdsh-
    46
    5 name                pdsh
    6 version             2.29
    77categories          net
    88platforms           darwin
    99license             GPL-2+
    10 maintainers         gmail.com:james.trammell
     10maintainers         gmail.com:james.trammell github.com:unixfan
    1111
    1212description         Parallel Distributed Shell
    1313
     
    1616                    resources while allowing some connections to timeout if needed. It was \
    1717                    originally written as a replacement for IBM's DSH on clusters at LLNL.
    1818
    19 homepage            https://code.google.com/p/pdsh
    20 master_sites        googlecode
    21 use_bzip2           yes
     19github.tarball_from releases
    2220
    23 checksums           rmd160  c56e6cc85e3af4c3f5c025c45c723b04c683a797 \
    24                     sha256  57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf
     21checksums           rmd160  6acf5b14f4245aab9324526f60f0d7701100a811 \
     22                    sha256  7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f \
     23                    size    588869
    2524
    2625configure.args      --with-ssh \
     26                    --with-readline \
     27                    --with-dshgroups \
     28                    --without-rsh \
    2729                    --mandir=${prefix}/share/man
    2830
    29 # Project is hosted on Google Code which is shutting down and is in read-only
    30 # mode and is not accepting new uploads.
    31 livecheck.type      none
    32  No newline at end of file
     31depends_lib         port:readline
     32
     33variant                 genders description {genders cluster config} {
     34  depends_lib-append    port:genders
     35  configure.args-append --with-genders
     36}