diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-11 12:50:51 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-11 12:50:51 +0000 |
commit | 38e4b94c67026a13203c237c40ae836107523abf (patch) | |
tree | f69544d21cec4fe6ab597ad10a9d315787f36d11 | |
parent | Add a new master site. (diff) |
Renamed from ncurses-dialog. knu@ said to delete+add, soo...
Notes
Notes:
svn path=/head/; revision=72901
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cdialog/Makefile | 34 | ||||
-rw-r--r-- | devel/cdialog/distinfo | 1 | ||||
-rw-r--r-- | devel/cdialog/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cdialog/pkg-descr | 12 | ||||
-rw-r--r-- | devel/cdialog/pkg-plist | 2 |
6 files changed, 51 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b6c29cd6eedb..1ade481f6239 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -86,6 +86,7 @@ SUBDIR += cccc SUBDIR += ccdoc SUBDIR += cdecl + SUBDIR += cdialog SUBDIR += cdk SUBDIR += cdoc SUBDIR += cflow diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile new file mode 100644 index 000000000000..4ac4ce7515cf --- /dev/null +++ b/devel/cdialog/Makefile @@ -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 diff --git a/devel/cdialog/distinfo b/devel/cdialog/distinfo new file mode 100644 index 000000000000..8c6e56b413e5 --- /dev/null +++ b/devel/cdialog/distinfo @@ -0,0 +1 @@ +MD5 (dialog-0.9b-20020814.tgz) = 4dc6753c7d5cda88714409737f605435 diff --git a/devel/cdialog/pkg-comment b/devel/cdialog/pkg-comment new file mode 100644 index 000000000000..d5ed4ed4c946 --- /dev/null +++ b/devel/cdialog/pkg-comment @@ -0,0 +1 @@ +An enhanced version of the 'dialog' command to work with ncurses diff --git a/devel/cdialog/pkg-descr b/devel/cdialog/pkg-descr new file mode 100644 index 000000000000..73023db3fe1c --- /dev/null +++ b/devel/cdialog/pkg-descr @@ -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> diff --git a/devel/cdialog/pkg-plist b/devel/cdialog/pkg-plist new file mode 100644 index 000000000000..9a8639890606 --- /dev/null +++ b/devel/cdialog/pkg-plist @@ -0,0 +1,2 @@ +bin/dialog +bin/cdialog |