Import of `qclock', a text based clock.

PR:		7592
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
This commit is contained in:
Joseph Koshy 1998-08-13 07:16:47 +00:00
parent 95f3ee5037
commit a7f4ede358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12496
5 changed files with 28 additions and 0 deletions

23
misc/qclock/Makefile Normal file
View file

@ -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>

1
misc/qclock/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (qclock.tar.gz) = 147b2543c827ee134ab625efcd977515

1
misc/qclock/pkg-comment Normal file
View file

@ -0,0 +1 @@
A text based clock that tells you what time it is.

2
misc/qclock/pkg-descr Normal file
View file

@ -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!

1
misc/qclock/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/qclock