From e5020479d7db52353c1b2630984aa74e6487ca55 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 8 Jan 2001 23:26:48 +0000 Subject: A drop in replacement for the "dialog" or "cdialog" programs. PR: ports/24145 Submitted by: Ying-Chieh Liao --- x11/xdialog/Makefile | 33 +++++++++++++++++++++++++++++++++ x11/xdialog/distinfo | 1 + x11/xdialog/pkg-comment | 1 + x11/xdialog/pkg-descr | 9 +++++++++ x11/xdialog/pkg-plist | 39 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 83 insertions(+) create mode 100644 x11/xdialog/Makefile create mode 100644 x11/xdialog/distinfo create mode 100644 x11/xdialog/pkg-comment create mode 100644 x11/xdialog/pkg-descr create mode 100644 x11/xdialog/pkg-plist (limited to 'x11/xdialog') diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile new file mode 100644 index 000000000000..a4a753c92392 --- /dev/null +++ b/x11/xdialog/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xdialog +# Date created: Jan 8, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= xdialog +PORTVERSION= 1.5.0 +CATEGORIES= x11 +MASTER_SITES= http://xdialog.free.fr/ +DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} + +MAINTAINER= ijliao@csie.nctu.edu.tw + +USE_BZIP2= yes +USE_GTK= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.if defined(NOPORTDOCS) +NODOCS= "@comment " +.endif + +PLIST_SUB= NOPORTDOCS=${NODOCS} + +.if defined(NOPORTDOCS) +post-install: + ${MKDIR} ${PREFIX}/share/${PORTNAME} + ${CP} ${WRKSRC}/html/* ${PREFIX}/share/${PORTNAME} +.endif + +.include diff --git a/x11/xdialog/distinfo b/x11/xdialog/distinfo new file mode 100644 index 000000000000..4b219fb1d43e --- /dev/null +++ b/x11/xdialog/distinfo @@ -0,0 +1 @@ +MD5 (Xdialog-1.5.0.tar.bz2) = 36bf6296e127f6acaea78f9e3924a3ca diff --git a/x11/xdialog/pkg-comment b/x11/xdialog/pkg-comment new file mode 100644 index 000000000000..092876c97118 --- /dev/null +++ b/x11/xdialog/pkg-comment @@ -0,0 +1 @@ +A drop in replacement for the "dialog" or "cdialog" programs diff --git a/x11/xdialog/pkg-descr b/x11/xdialog/pkg-descr new file mode 100644 index 000000000000..f0cce8c7d6dd --- /dev/null +++ b/x11/xdialog/pkg-descr @@ -0,0 +1,9 @@ +Xdialog is designed to be a drop in replacement for the "dialog" or +"cdialog" programs. It converts any terminal based program into a +program with an X-windows interface. The dialogs are easier to see +and use while adding even more functionalities. + +WWW: http://xdialog.free.fr/ + +-- Ying-Chieh Liao + ijliao@csie.nctu.edu.tw diff --git a/x11/xdialog/pkg-plist b/x11/xdialog/pkg-plist new file mode 100644 index 000000000000..4bdcf8e28231 --- /dev/null +++ b/x11/xdialog/pkg-plist @@ -0,0 +1,39 @@ +bin/Xdialog +%%NOPORTDOCS%%share/xdialog/2ranges.png +%%NOPORTDOCS%%share/xdialog/authors.html +%%NOPORTDOCS%%share/xdialog/box.html +%%NOPORTDOCS%%share/xdialog/buildlist.png +%%NOPORTDOCS%%share/xdialog/calendar.png +%%NOPORTDOCS%%share/xdialog/center.png +%%NOPORTDOCS%%share/xdialog/checklist.png +%%NOPORTDOCS%%share/xdialog/common.html +%%NOPORTDOCS%%share/xdialog/dselect.png +%%NOPORTDOCS%%share/xdialog/editbox.png +%%NOPORTDOCS%%share/xdialog/faq.html +%%NOPORTDOCS%%share/xdialog/fixedfont.png +%%NOPORTDOCS%%share/xdialog/fselect.png +%%NOPORTDOCS%%share/xdialog/gauge.png +%%NOPORTDOCS%%share/xdialog/icon.png +%%NOPORTDOCS%%share/xdialog/index.html +%%NOPORTDOCS%%share/xdialog/infobox.png +%%NOPORTDOCS%%share/xdialog/input.png +%%NOPORTDOCS%%share/xdialog/intro.html +%%NOPORTDOCS%%share/xdialog/left.png +%%NOPORTDOCS%%share/xdialog/msgbox.png +%%NOPORTDOCS%%share/xdialog/nofixedfont.png +%%NOPORTDOCS%%share/xdialog/notags.png +%%NOPORTDOCS%%share/xdialog/password.png +%%NOPORTDOCS%%share/xdialog/radiolist.png +%%NOPORTDOCS%%share/xdialog/range.png +%%NOPORTDOCS%%share/xdialog/rcfile.png +%%NOPORTDOCS%%share/xdialog/right.png +%%NOPORTDOCS%%share/xdialog/syntax.html +%%NOPORTDOCS%%share/xdialog/tailbox.png +%%NOPORTDOCS%%share/xdialog/timebox.png +%%NOPORTDOCS%%share/xdialog/title.png +%%NOPORTDOCS%%share/xdialog/transient.html +%%NOPORTDOCS%%share/xdialog/treeview.png +%%NOPORTDOCS%%share/xdialog/withtags.png +%%NOPORTDOCS%%share/xdialog/yesno-wizard.png +%%NOPORTDOCS%%share/xdialog/yesno.png +%%NOPORTDOCS%%@dirrm share/xdialog -- cgit v1.2.3