diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-13 07:16:47 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-13 07:16:47 +0000 |
commit | a7f4ede3587b0ba91db504ecc2bb75be7ce8c5b4 (patch) | |
tree | 66ec3a82cb4ced3cb27628b4746a7798c41edfb1 /misc | |
parent | LN is defined in bsd.port.mk. Change "ln -s" to "ln -sf" to make this (diff) |
Import of `qclock', a text based clock.
PR: 7592
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=12496
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 000000000000..e7d91cafbf98 --- /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 000000000000..0d524b052a30 --- /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 000000000000..8d0975cb4f7d --- /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 000000000000..125f2135c7ff --- /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 000000000000..73527d9bfc12 --- /dev/null +++ b/misc/qclock/pkg-plist @@ -0,0 +1 @@ +bin/qclock |