Ticket #3589: dialog-1.0.Portfile.diff
File dialog-1.0.Portfile.diff, 1.6 KB (added by jyrki.wahlstedt@…, 19 years ago) |
---|
-
Portfile
1 # $Id: Portfile,v 1. 3 2005/06/08 01:22:26 jkhExp $1 # $Id: Portfile,v 1.00 2005/06/12 10:39:42 jwa Exp $ 2 2 3 3 PortSystem 1.0 4 5 name cdialog 6 version 1.0-20040731 4 name dialog 5 version 1.0-20050306 7 6 categories devel 7 maintainers jyrki.wahlstedt@hut.fi 8 description "A utility to create nice user interfaces to shell scripts, or other scripting languages, such as perl." 9 long_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." 8 10 platforms 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. 11 homepage http://www.invisible-island.net/dialog/ 16 12 17 homepage http://invisible-island.net/dialog/18 13 master_sites ftp://invisible-island.net/dialog/ 19 distname dialog-${version} 20 checksums md5 c99a6eaabb2b9b4b646c294741d5352d 21 extract.suffix .tgz 22 14 distfiles ${name}.tar.gz 15 distname ${name}-${version} 16 checksums md5 8ce5945be0660bd3152bd9eb0827f945 23 17 configure.args --mandir=${prefix}/share/man 24 18 25 19 post-destroot {