aboutsummaryrefslogtreecommitdiff
path: root/misc/delay
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-03 05:11:05 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-03 05:11:05 +0000
commita7ae3c606801c645c199de8e7f8aec1328e7fe72 (patch)
tree1ea5f328bd57b3df329f26753795dd864dea7fac /misc/delay
parent378cb79b32a771610d20e0b58e7e30c011b6653e (diff)
downloadports-a7ae3c606801c645c199de8e7f8aec1328e7fe72.tar.gz
ports-a7ae3c606801c645c199de8e7f8aec1328e7fe72.zip
Update to 1.3.
PR: 12491 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19960
Diffstat (limited to 'misc/delay')
-rw-r--r--misc/delay/Makefile6
-rw-r--r--misc/delay/distinfo2
-rw-r--r--misc/delay/pkg-descr14
3 files changed, 11 insertions, 11 deletions
diff --git a/misc/delay/Makefile b/misc/delay/Makefile
index e5316cb9beed..8cf8ef6674a2 100644
--- a/misc/delay/Makefile
+++ b/misc/delay/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: misc/delay
-# Version required: delay-1.2a
+# Version required: delay-1.3
# Date created: 03 Mar 1999
# Whom: gmarco@scotty.masternet.it
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/03/05 17:07:28 nectar Exp $
#
-DISTNAME= delay-1.2a
+DISTNAME= delay-1.3
CATEGORIES= misc
MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/
diff --git a/misc/delay/distinfo b/misc/delay/distinfo
index 4bfee7b60faa..b6453a4450ea 100644
--- a/misc/delay/distinfo
+++ b/misc/delay/distinfo
@@ -1 +1 @@
-MD5 (delay-1.2a.tar.gz) = 77295ee1b23910d6fbf0f549713bc51b
+MD5 (delay-1.3.tar.gz) = 401962a1e76e4fc4672c687e71a6e0fa
diff --git a/misc/delay/pkg-descr b/misc/delay/pkg-descr
index d715bc761393..1233ebb54a71 100644
--- a/misc/delay/pkg-descr
+++ b/misc/delay/pkg-descr
@@ -1,24 +1,24 @@
-Delay is a program that counts down the number of seconds specified
+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
+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:
+Version 1.3 adds the possibility to launch a command at the
+end of the delay time.
+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 4 pm -- cdplay
delay until noon tomorrow
delay until midnight 13 september 2000
delay until now + 5 minutes
+delay 15s -- top
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.
- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it)