New port xprompt:
Small program to display a dialog box and receive text from the user. Suitable for use in shell scripts, etc. Submitted by: Matthew Hunt <mph@pobox.com> Reviewed & modified by: max (Closing PR #3069.)
This commit is contained in:
parent
76445efa6b
commit
2da17650b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6017
22
x11/xprompt/Makefile
Normal file
22
x11/xprompt/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: xprompt
|
||||
# Version required: ?
|
||||
# Date created: 23 March 1997
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xprompt
|
||||
PKGNAME= xprompt-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/X11/xutils/
|
||||
EXTRACT_SUFX= .tar.z
|
||||
|
||||
MAINTAINER= mph@pobox.com
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
MAN1= xprompt.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xprompt/distinfo
Normal file
1
x11/xprompt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xprompt.tar.z) = 0c4d3458fd97a2952beb077d475d210a
|
1
x11/xprompt/pkg-comment
Normal file
1
x11/xprompt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Displays a dialog box and prompts user for text.
|
2
x11/xprompt/pkg-descr
Normal file
2
x11/xprompt/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Small program to display a dialog box and receive text from
|
||||
the user. Suitable for use in shell scripts, etc.
|
2
x11/xprompt/pkg-plist
Normal file
2
x11/xprompt/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xprompt
|
||||
man/man1/xprompt.1.gz
|
Loading…
Reference in New Issue
Block a user