diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-08-13 07:16:47 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-08-13 07:16:47 +0000 |
commit | 9969c2531458af56c930c88d335c900b8be025f5 (patch) | |
tree | 47024baff6925294acf54d77a18bb17e0fe750f2 /misc | |
parent | 42bc421144e8eb121a31e4b319a2062400b54a1c (diff) | |
download | FreeBSD-ports-9969c2531458af56c930c88d335c900b8be025f5.zip FreeBSD-ports-9969c2531458af56c930c88d335c900b8be025f5.tar.gz |
Import of `qclock', a text based clock.
PR: 7592
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qclock/Makefile | 23 | ||||
-rw-r--r-- | misc/qclock/distinfo | 1 | ||||
-rw-r--r-- | misc/qclock/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qclock/pkg-descr | 2 | ||||
-rw-r--r-- | misc/qclock/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/misc/qclock/Makefile b/misc/qclock/Makefile new file mode 100644 index 0000000..e7d91ca --- /dev/null +++ b/misc/qclock/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: qclock +# Version required: 1.0 +# Date created: 12 August 1998 +# Whom: brett@peloton.physics.montana.edu +# +# $Id$ +# + +DISTNAME= qclock +PKGNAME= qclock-1.0 +CATEGORIES= misc +MASTER_SITES= http://snowball.cypcopic.com.au/qclock/ + +MAINTAINER= brett@peloton.physics.montana.edu + +NO_WRKSUBDIR= yes + +ALL_TARGET= qclock + +do-install: + ${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock + +.include <bsd.port.mk> diff --git a/misc/qclock/distinfo b/misc/qclock/distinfo new file mode 100644 index 0000000..0d524b0 --- /dev/null +++ b/misc/qclock/distinfo @@ -0,0 +1 @@ +MD5 (qclock.tar.gz) = 147b2543c827ee134ab625efcd977515 diff --git a/misc/qclock/pkg-comment b/misc/qclock/pkg-comment new file mode 100644 index 0000000..8d0975c --- /dev/null +++ b/misc/qclock/pkg-comment @@ -0,0 +1 @@ +A text based clock that tells you what time it is. diff --git a/misc/qclock/pkg-descr b/misc/qclock/pkg-descr new file mode 100644 index 0000000..125f213 --- /dev/null +++ b/misc/qclock/pkg-descr @@ -0,0 +1,2 @@ +A text based clock that tells you what time it is the way a friend would. +Much better than plain old date! diff --git a/misc/qclock/pkg-plist b/misc/qclock/pkg-plist new file mode 100644 index 0000000..73527d9 --- /dev/null +++ b/misc/qclock/pkg-plist @@ -0,0 +1 @@ +bin/qclock |