Ticket #3589: dialog-1.0.Portfile.diff

File dialog-1.0.Portfile.diff, 1.6 KB (added by jyrki.wahlstedt@…, 19 years ago)

diff between dialog and cdialog Portfiles

  • Portfile

     
    1 # $Id: Portfile,v 1.3 2005/06/08 01:22:26 jkh Exp $
     1# $Id: Portfile,v 1.00 2005/06/12 10:39:42 jwa Exp $
    22
    33PortSystem 1.0
    4 
    5 name                    cdialog
    6 version                 1.0-20040731
     4name            dialog
     5version         1.0-20050306
    76categories              devel
     7maintainers     jyrki.wahlstedt@hut.fi
     8description     "A utility to create nice user interfaces to shell  scripts, or other scripting languages, such as perl."
     9long_description "Dialog is a utility to create nice user interfaces to shell  scripts, or other scripting languages, such as perl. It is  non-graphical (it uses curses) so it can be run in the console or  an xterm. There are also graphical Xwindows versions."
    810platforms               darwin
    9 maintainers             mww@opendarwin.org
    10 description             use curses dialog boxes from shell scripts
    11 long_description        Dialog allows you to present a variety of questions or \
    12                                         display messages using dialog boxes from a shell script. \
    13                                         Several types of dialog boxes are implemented including: \
    14                                         calendar, checklist, file-selection, gauge, info, input, \
    15                                         menu, message, radiolist, tailbox, text, time, yes/no.
     11homepage        http://www.invisible-island.net/dialog/
    1612
    17 homepage                http://invisible-island.net/dialog/
    1813master_sites    ftp://invisible-island.net/dialog/
    19 distname                dialog-${version}
    20 checksums               md5 c99a6eaabb2b9b4b646c294741d5352d
    21 extract.suffix  .tgz
    22 
     14distfiles       ${name}.tar.gz
     15distname        ${name}-${version}
     16checksums       md5 8ce5945be0660bd3152bd9eb0827f945
    2317configure.args  --mandir=${prefix}/share/man
    2418
    2519post-destroot   {