Tom Dickey's version of dialog. Lot's of enhancements, supports all dialogs

that Xdialog does.
This commit is contained in:
Alan Eldridge 2003-01-01 16:05:01 +00:00
parent 239540b083
commit 4e09a955c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72028
6 changed files with 50 additions and 0 deletions

View File

@ -390,6 +390,7 @@
SUBDIR += nana
SUBDIR += nasm
SUBDIR += ncurses
SUBDIR += ncurses-dialog
SUBDIR += newt
SUBDIR += ngpt
SUBDIR += noweb

View File

@ -0,0 +1,33 @@
# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ncdialog
# Date created: 2002-12-15
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= dialog
PORTVERSION= 0.9b-20020814
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ftp://dickey.his.com/dialog/
PKGNAMEPREFIX= ncurses-
EXTRACT_SUFX= .tgz
MAINTAINER= alane@freebsd.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= dialog.1
MANLINKS= dialog.1 ncdialog.1
post-install:
cd ${PREFIX}/bin; ${RM} -fv ncdialog; ${LN} -fv dialog ncdialog
cd ${MANPREFIX}/man/man1; \
${RM} -fv ncdialog.1; ${LN} -fv dialog.1 ncdialog.1
.include <bsd.port.mk>
#EOF

View File

@ -0,0 +1 @@
MD5 (dialog-0.9b-20020814.tgz) = 4dc6753c7d5cda88714409737f605435

View File

@ -0,0 +1 @@
An enhanced version of the 'dialog' command to work with ncurses

View File

@ -0,0 +1,12 @@
This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey,
the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk>
and modified by several people.
"Initially, I made fixes and reviewed the code to ensure that problems
reported were not related to ncurses. After that, I resumed development,
adding new widget types. See the changelog for details."
WWW: http://dickey.his.net/dialog/
--
AlanE <alane@freebsd.org>

View File

@ -0,0 +1,2 @@
bin/dialog
bin/ncdialog