Tom Dickey's version of dialog. Lot's of enhancements, supports all dialogs
that Xdialog does.
This commit is contained in:
parent
239540b083
commit
4e09a955c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72028
@ -390,6 +390,7 @@
|
||||
SUBDIR += nana
|
||||
SUBDIR += nasm
|
||||
SUBDIR += ncurses
|
||||
SUBDIR += ncurses-dialog
|
||||
SUBDIR += newt
|
||||
SUBDIR += ngpt
|
||||
SUBDIR += noweb
|
||||
|
33
devel/ncurses-dialog/Makefile
Normal file
33
devel/ncurses-dialog/Makefile
Normal 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
|
1
devel/ncurses-dialog/distinfo
Normal file
1
devel/ncurses-dialog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dialog-0.9b-20020814.tgz) = 4dc6753c7d5cda88714409737f605435
|
1
devel/ncurses-dialog/pkg-comment
Normal file
1
devel/ncurses-dialog/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An enhanced version of the 'dialog' command to work with ncurses
|
12
devel/ncurses-dialog/pkg-descr
Normal file
12
devel/ncurses-dialog/pkg-descr
Normal 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>
|
2
devel/ncurses-dialog/pkg-plist
Normal file
2
devel/ncurses-dialog/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/dialog
|
||||
bin/ncdialog
|
Loading…
Reference in New Issue
Block a user