Intial import

This commit is contained in:
don 1998-01-24 21:57:02 +00:00
parent 4cf9677881
commit d6fa16f846
5 changed files with 25 additions and 0 deletions

19
x11/xprompt/Makefile Normal file
View File

@ -0,0 +1,19 @@
# OpenBSD makefile for: xprompt
# Version required: 1.4
# Date created: 11 January 1998
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 21:57:02 don Exp $
#
DISTNAME= xprompt-1.4
CATEGORIES= x11
MASTER_SITES= ftp://ftp.nsg.bc.ca/pub/nsg/src/xprompt/
MAINTAINER= don@OpenBSD.ORG
USE_IMAKE= yes
MAN1= xprompt.1
.include <bsd.port.mk>

1
x11/xprompt/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xprompt-1.4.tar.gz) = 454cfd6e7e9dc429afb2efc376b0f7a0

1
x11/xprompt/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Displays a dialog box and prompts user for text.

2
x11/xprompt/pkg/DESCR Normal file
View 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
View File

@ -0,0 +1,2 @@
bin/xprompt
man/cat1/xprompt.0