initial import of Xdialog 2.2.0
Xdialog is designed to be a drop in replacement for the "dialog" program. It converts any terminal based program into a program with an X-windows interface. from Jasper Lievisse Adriaanse looks good bernd@
This commit is contained in:
parent
a32b5fd833
commit
75024aca95
29
x11/Xdialog/Makefile
Normal file
29
x11/Xdialog/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/23 12:58:39 steven Exp $
|
||||
|
||||
COMMENT= "X11 counterpart of curses-based misc/dialog"
|
||||
|
||||
DISTNAME= Xdialog-2.2.0
|
||||
CATEGORIES= x11 misc
|
||||
|
||||
HOMEPAGE= http://xdialog.dyns.net/
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://thgodef.nerim.net/xdialog/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= X11 Xext Xi c m gdk glib gmodule
|
||||
BUILD_DEPENDS= ::devel/pkgconfig
|
||||
LIB_DEPENDS= gtk.2::x11/gtk+
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
4
x11/Xdialog/distinfo
Normal file
4
x11/Xdialog/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Xdialog-2.2.0.tar.bz2) = 70ab645e4dd9e437e81011c623f34521
|
||||
RMD160 (Xdialog-2.2.0.tar.bz2) = 44a8c7151c45f9877070890efc720cc5289f0489
|
||||
SHA1 (Xdialog-2.2.0.tar.bz2) = 12c90a63048c1e14cc171b973b5a22387f62c47c
|
||||
SIZE (Xdialog-2.2.0.tar.bz2) = 460059
|
12
x11/Xdialog/patches/patch-Makefile_in
Normal file
12
x11/Xdialog/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/04/23 12:58:39 steven Exp $
|
||||
--- Makefile.in.orig Sat Apr 22 20:40:30 2006
|
||||
+++ Makefile.in Sat Apr 22 20:40:55 2006
|
||||
@@ -182,7 +182,7 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
SUBDIRS = m4 lib src po doc
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||
+docdir = $(datadir)/examples/$(PACKAGE)
|
||||
CONFIG_CLEAN_FILES = ltmain.sh ltconfig
|
||||
doc_DATA = $(srcdir)/samples/*
|
||||
ACLOCAL_AMFLAGS = -I m4
|
11
x11/Xdialog/patches/patch-doc-Makefile_in
Normal file
11
x11/Xdialog/patches/patch-doc-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/Makefile.in.orig Fri Feb 17 16:39:44 2006
|
||||
+++ doc/Makefile.in Sat Apr 22 20:38:02 2006
|
||||
@@ -160,7 +160,7 @@ sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||
+docdir = $(datadir)/doc/$(PACKAGE)
|
||||
CLEANFILES = index.html compatibility.html changelog.html license.html Xdialog.1
|
||||
doc_DATA = index.html compatibility.html changelog.html license.html $(srcdir)/*.html $(srcdir)/*.png
|
||||
man_MANS = Xdialog.1
|
31
x11/Xdialog/patches/patch-doc-Xdialog_man
Normal file
31
x11/Xdialog/patches/patch-doc-Xdialog_man
Normal file
@ -0,0 +1,31 @@
|
||||
$NetBSD: patch-ac,v 1.1 2003/05/13 23:33:02 salo Exp $
|
||||
|
||||
--- doc/Xdialog.man.orig Thu Jan 26 21:18:50 2006
|
||||
+++ doc/Xdialog.man Sat Apr 22 20:40:23 2006
|
||||
@@ -268,11 +268,11 @@ Note that when chaining dialogs, the cha
|
||||
.br
|
||||
\fI%%datadir%%/locale/*/LC_MESSAGES/Xdialog.mo\fP
|
||||
.br
|
||||
-\fI%%mandir%%/man1/Xdialog.1*\fP
|
||||
+\fI%%mandir%%/man1/Xdialog.1\fP
|
||||
.br
|
||||
-\fI%%datadir%%/doc/Xdialog\-%%version%%/*\fP
|
||||
+\fI%%datadir%%/doc/Xdialog/*\fP
|
||||
.br
|
||||
-\fI%%datadir%%/doc/Xdialog\-%%version%%/samples/*\fP
|
||||
+\fI%%datadir%%/examples/Xdialog/*\fP
|
||||
.SH "ENVIRONMENT VARIABLES"
|
||||
.LP
|
||||
\fIXDIALOG_HIGH_DIALOG_COMPAT\fR
|
||||
@@ -306,9 +306,9 @@ See the notes about \fBXDIALOG_HIGH_DIAL
|
||||
Setting this variable to 1 will prevent the Gdk, GLib and Gtk library from emitting messages via g_log().
|
||||
.SH "EXAMPLES"
|
||||
.LP
|
||||
-Sample scripts are available in the \fI%%datadir%%/doc/Xdialog\-%%version%%/samples/\fR directory.
|
||||
+Sample scripts are available in the \fI%%datadir%%/examples/Xdialog/\fR directory.
|
||||
.br
|
||||
-Full HTML doc with screen shots, examples and FAQ is available in the \fI%%datadir%%/doc/Xdialog\-%%version%%/\fR directory.
|
||||
+Full HTML doc with screen shots, examples and FAQ is available in the \fI%%datadir%%/doc/Xdialog/\fR directory.
|
||||
.SH "AUTHORS"
|
||||
.LP
|
||||
Thierry Godefroy <xdialog@free.fr> (from v1.1.0 onwards)
|
6
x11/Xdialog/pkg/DESCR
Normal file
6
x11/Xdialog/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Xdialog is designed to be a drop in replacement for the "dialog"
|
||||
program. 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.
|
110
x11/Xdialog/pkg/PLIST
Normal file
110
x11/Xdialog/pkg/PLIST
Normal file
@ -0,0 +1,110 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/23 12:58:39 steven Exp $
|
||||
bin/Xdialog
|
||||
@man man/man1/Xdialog.1
|
||||
share/doc/Xdialog/
|
||||
share/doc/Xdialog/2ranges.png
|
||||
share/doc/Xdialog/authors.html
|
||||
share/doc/Xdialog/box.html
|
||||
share/doc/Xdialog/buildlist.png
|
||||
share/doc/Xdialog/calendar.png
|
||||
share/doc/Xdialog/center.png
|
||||
share/doc/Xdialog/changelog.html
|
||||
share/doc/Xdialog/check.png
|
||||
share/doc/Xdialog/checklist.png
|
||||
share/doc/Xdialog/colorsel.png
|
||||
share/doc/Xdialog/combobox.png
|
||||
share/doc/Xdialog/common.html
|
||||
share/doc/Xdialog/compatibility.html
|
||||
share/doc/Xdialog/dselect.png
|
||||
share/doc/Xdialog/editbox.png
|
||||
share/doc/Xdialog/faq.html
|
||||
share/doc/Xdialog/fill.png
|
||||
share/doc/Xdialog/fixedfont.png
|
||||
share/doc/Xdialog/fontsel.png
|
||||
share/doc/Xdialog/fselect.png
|
||||
share/doc/Xdialog/gauge.png
|
||||
share/doc/Xdialog/gtk.html
|
||||
share/doc/Xdialog/icon.png
|
||||
share/doc/Xdialog/index.html
|
||||
share/doc/Xdialog/infobox.png
|
||||
share/doc/Xdialog/input.png
|
||||
share/doc/Xdialog/intro.html
|
||||
share/doc/Xdialog/labelcenter.png
|
||||
share/doc/Xdialog/labelleft.png
|
||||
share/doc/Xdialog/labelright.png
|
||||
share/doc/Xdialog/left.png
|
||||
share/doc/Xdialog/license.html
|
||||
share/doc/Xdialog/logbox.png
|
||||
share/doc/Xdialog/msgbox.png
|
||||
share/doc/Xdialog/nofixedfont.png
|
||||
share/doc/Xdialog/notags.png
|
||||
share/doc/Xdialog/password.png
|
||||
share/doc/Xdialog/radiolist.png
|
||||
share/doc/Xdialog/range.png
|
||||
share/doc/Xdialog/rcfile.png
|
||||
share/doc/Xdialog/right.png
|
||||
share/doc/Xdialog/special.html
|
||||
share/doc/Xdialog/spinbox.png
|
||||
share/doc/Xdialog/syntax.html
|
||||
share/doc/Xdialog/tailbox.png
|
||||
share/doc/Xdialog/timebox.png
|
||||
share/doc/Xdialog/title.png
|
||||
share/doc/Xdialog/transient.html
|
||||
share/doc/Xdialog/treeview.png
|
||||
share/doc/Xdialog/withtags.png
|
||||
share/doc/Xdialog/yesno-wizard.png
|
||||
share/doc/Xdialog/yesno.png
|
||||
share/examples/Xdialog/
|
||||
share/examples/Xdialog/Xdialog.wrapper.c
|
||||
share/examples/Xdialog/Xmessage
|
||||
share/examples/Xdialog/Xmore
|
||||
share/examples/Xdialog/allrpms
|
||||
share/examples/Xdialog/bluebox.rc
|
||||
share/examples/Xdialog/buildlist
|
||||
share/examples/Xdialog/calendar
|
||||
share/examples/Xdialog/chain
|
||||
share/examples/Xdialog/checklist
|
||||
share/examples/Xdialog/dselect
|
||||
share/examples/Xdialog/editbox
|
||||
share/examples/Xdialog/fixed-font.rc
|
||||
share/examples/Xdialog/format1440
|
||||
share/examples/Xdialog/fselect
|
||||
share/examples/Xdialog/gauge
|
||||
share/examples/Xdialog/infobox
|
||||
share/examples/Xdialog/infobox2
|
||||
share/examples/Xdialog/inputbox
|
||||
share/examples/Xdialog/install-wrapper
|
||||
share/examples/Xdialog/kernel
|
||||
share/examples/Xdialog/logbox
|
||||
share/examples/Xdialog/logbox2
|
||||
share/examples/Xdialog/login
|
||||
share/examples/Xdialog/menubox
|
||||
share/examples/Xdialog/msgbox
|
||||
share/examples/Xdialog/no-entry.xpm
|
||||
share/examples/Xdialog/radiolist
|
||||
share/examples/Xdialog/rangebox
|
||||
share/examples/Xdialog/set-time
|
||||
share/examples/Xdialog/tailbox
|
||||
share/examples/Xdialog/textbox
|
||||
share/examples/Xdialog/timebox
|
||||
share/examples/Xdialog/treeview
|
||||
share/examples/Xdialog/warning.xpm
|
||||
share/examples/Xdialog/xlock-wrapper
|
||||
share/examples/Xdialog/yesno
|
||||
share/locale/ca/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/de/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/es/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/fr/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/hu/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/id/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/it/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/nl/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/no_NO/
|
||||
share/locale/no_NO/LC_MESSAGES/
|
||||
share/locale/no_NO/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/pl/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/ru/LC_MESSAGES/Xdialog.mo
|
||||
share/locale/sv_SE/
|
||||
share/locale/sv_SE/LC_MESSAGES/
|
||||
share/locale/sv_SE/LC_MESSAGES/Xdialog.mo
|
Loading…
Reference in New Issue
Block a user