1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Renamed from ncurses-dialog. knu@ said to delete+add, soo...

This commit is contained in:
Alan Eldridge 2003-01-11 12:50:51 +00:00
parent 79fa8d597f
commit 38e4b94c67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72901
6 changed files with 51 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += cccc
SUBDIR += ccdoc
SUBDIR += cdecl
SUBDIR += cdialog
SUBDIR += cdk
SUBDIR += cdoc
SUBDIR += cflow

34
devel/cdialog/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ex:ts=8
# -*-mode: makefile-*-
#
# New ports collection makefile for: ncdialog
# Date created: 2003-01-11
# Whom: AlanE <alane@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= cdialog
PORTVERSION= 0.9b-20020814
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://dickey.his.com/dialog/
DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= alane@freebsd.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= dialog.1
MANLINKS= dialog.1 cdialog.1
post-install:
cd ${PREFIX}/bin; ${RM} -fv cdialog; ${LN} -fv dialog cdialog
cd ${MANPREFIX}/man/man1; \
${RM} -fv cdialog.1; ${LN} -fv dialog.1 cdialog.1
.include <bsd.port.mk>
#EOF

1
devel/cdialog/distinfo Normal file
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

12
devel/cdialog/pkg-descr Normal file
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.com/dialog/
--
AlanE <alane@freebsd.org>

2
devel/cdialog/pkg-plist Normal file
View File

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