diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 04:13:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 04:13:02 +0000 |
commit | 7753d043b92717f76e4e30fd20c3d415f45cabfc (patch) | |
tree | 54b55aee94291383f3ccbfbcc73aa97b3c8923d9 /x11/xdialog | |
parent | e91fed376c96eaa518f6e2b42d8f274a8bac9429 (diff) | |
download | pkgsrc-7753d043b92717f76e4e30fd20c3d415f45cabfc.tar.gz |
xdialog - X11 drop-in replacement for the curses dialog program
Diffstat (limited to 'x11/xdialog')
-rw-r--r-- | x11/xdialog/Makefile | 18 | ||||
-rw-r--r-- | x11/xdialog/files/md5 | 3 | ||||
-rw-r--r-- | x11/xdialog/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xdialog/pkg/DESCR | 6 | ||||
-rw-r--r-- | x11/xdialog/pkg/PLIST | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile new file mode 100644 index 00000000000..6158e473ee8 --- /dev/null +++ b/x11/xdialog/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/10 04:13:02 jlam Exp $ + +DISTNAME= Xdialog-1.4.1 +PKGNAME= xdialog-1.4.1 +CATEGORIES= misc x11 +MASTER_SITES= http://xdialog.free.fr/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://xdialog.free.fr/ + +DEPENDS+= gtk+-1.2.*:../../x11/gtk + +USE_X11BASE= # defined +USE_GMAKE= # defined +GNU_CONFIGURE= # defined + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xdialog/files/md5 b/x11/xdialog/files/md5 new file mode 100644 index 00000000000..8086c099c3a --- /dev/null +++ b/x11/xdialog/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/10 04:13:03 jlam Exp $ + +MD5 (Xdialog-1.4.1.tar.bz2) = 6204d4a0cdca04052b9c253b6d92b090 diff --git a/x11/xdialog/pkg/COMMENT b/x11/xdialog/pkg/COMMENT new file mode 100644 index 00000000000..50c59f12f09 --- /dev/null +++ b/x11/xdialog/pkg/COMMENT @@ -0,0 +1 @@ +X11 drop-in replacement for the curses dialog program diff --git a/x11/xdialog/pkg/DESCR b/x11/xdialog/pkg/DESCR new file mode 100644 index 00000000000..60a4e3f44ed --- /dev/null +++ b/x11/xdialog/pkg/DESCR @@ -0,0 +1,6 @@ +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 (e.g. with the treeview, the file selector, the edit +box, the range box, the help button/box). Because Xdialog uses GTK+, it will +also match your desktop themes. diff --git a/x11/xdialog/pkg/PLIST b/x11/xdialog/pkg/PLIST new file mode 100644 index 00000000000..8d97a524563 --- /dev/null +++ b/x11/xdialog/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/10 04:13:03 jlam Exp $ +bin/Xdialog |