add delay port
This commit is contained in:
parent
d0b9ec1030
commit
1468081753
15
misc/delay/Makefile
Normal file
15
misc/delay/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/19 02:57:33 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.1.1.1 1999/03/05 17:07:28 nectar Exp $
|
||||
|
||||
DISTNAME= delay-1.2a
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
SEPARATE_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= delay.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/delay/files/md5
Normal file
3
misc/delay/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (delay-1.2a.tar.gz) = 77295ee1b23910d6fbf0f549713bc51b
|
||||
RMD160 (delay-1.2a.tar.gz) = d36414c3476ea5cf71c093ae4a55bbac14509e75
|
||||
SHA1 (delay-1.2a.tar.gz) = cc7a176fb4341e8cd4ea4e492d94e179b0a3c45d
|
1
misc/delay/pkg/COMMENT
Normal file
1
misc/delay/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a delay program with feedback to the user
|
23
misc/delay/pkg/DESCR
Normal file
23
misc/delay/pkg/DESCR
Normal file
@ -0,0 +1,23 @@
|
||||
Delay is a program that counts down the number of seconds specified
|
||||
on its command line.
|
||||
In this way, it's sort of like the standard sleep(1) command, except
|
||||
for the fact that it provides feedback of the time remaining.
|
||||
|
||||
With version 1.2 you can also 'delay' until a given time specification.
|
||||
Here some usage example:
|
||||
|
||||
delay 1d 2:03:04.5
|
||||
delay 1d 2h 3m 4.5s
|
||||
delay 93785.5
|
||||
delay until 4 pm
|
||||
delay until noon tomorrow
|
||||
delay until midnight 13 september 2000
|
||||
delay until now + 5 minutes
|
||||
|
||||
It allows for short, long, and customized messages for the display of
|
||||
the time remaining.
|
||||
|
||||
- author: Tom Rothamel <tom@onegeek.org>
|
||||
- distfile: delay-1.2.tar.gz (63 kb)
|
||||
- example of output : delay -v until 4 pm tomorrow
|
||||
Time Remaining: 1 days, 07:51:39.
|
2
misc/delay/pkg/PLIST
Normal file
2
misc/delay/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/delay
|
||||
man/man1/delay.1
|
Loading…
x
Reference in New Issue
Block a user