mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
A drop in replacement for the "dialog" or "cdialog" programs.
PR: ports/24145 Submitted by: Ying-Chieh Liao
This commit is contained in:
parent
f29bf497e5
commit
e5020479d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36961
@ -85,6 +85,7 @@
|
||||
SUBDIR += xcolors
|
||||
SUBDIR += xcolorsel
|
||||
SUBDIR += xcut
|
||||
SUBDIR += xdialog
|
||||
SUBDIR += xdtm
|
||||
SUBDIR += xfedor
|
||||
SUBDIR += xfishtank
|
||||
|
33
x11/xdialog/Makefile
Normal file
33
x11/xdialog/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: xdialog
|
||||
# Date created: Jan 8, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
x11/xdialog/distinfo
Normal file
1
x11/xdialog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Xdialog-1.5.0.tar.bz2) = 36bf6296e127f6acaea78f9e3924a3ca
|
1
x11/xdialog/pkg-comment
Normal file
1
x11/xdialog/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A drop in replacement for the "dialog" or "cdialog" programs
|
9
x11/xdialog/pkg-descr
Normal file
9
x11/xdialog/pkg-descr
Normal file
@ -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
|
39
x11/xdialog/pkg-plist
Normal file
39
x11/xdialog/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user