From 9c02e7d51f4f7104e280d9196529f27ec0f89770 Mon Sep 17 00:00:00 2001 From: is Date: Fri, 8 Nov 2002 21:08:02 +0000 Subject: Xerox Lisp Machine clock clone for X11. --- time/lmclock/DESCR | 6 ++++++ time/lmclock/Makefile | 18 ++++++++++++++++++ time/lmclock/PLIST | 2 ++ time/lmclock/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 time/lmclock/DESCR create mode 100644 time/lmclock/Makefile create mode 100644 time/lmclock/PLIST create mode 100644 time/lmclock/distinfo (limited to 'time') diff --git a/time/lmclock/DESCR b/time/lmclock/DESCR new file mode 100644 index 00000000000..5e1fe3e3a9e --- /dev/null +++ b/time/lmclock/DESCR @@ -0,0 +1,6 @@ +This is a clock program inspired by one I saw on a Lisp machine several +years ago. I really liked it and didn't know of anything for X like it, +so I wrote this really quickly one day and posted it to alt.sources. + +This program may be redistributed freely. If you make any improvements, +please feel free to send them to me at smar@reptiles.org. diff --git a/time/lmclock/Makefile b/time/lmclock/Makefile new file mode 100644 index 00000000000..1674498f185 --- /dev/null +++ b/time/lmclock/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2002/11/08 21:08:02 is Exp $ +# + +DISTNAME= lmclock-1.0 +CATEGORIES= time,x11 +MASTER_SITES= http://pantransit.reptiles.org/prog/ + +MAINTAINER= is@netbsd.org +HOMEPAGE= http://pantransit.reptiles.org/prog/ +COMMENT= hard-coded Xerox Lisp machine clock clone + +post-extract: + ${TOUCH} ${WRKSRC}/lmclock.man + +USE_IMAKE= YES +NO_INSTALL_MANPAGES= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/time/lmclock/PLIST b/time/lmclock/PLIST new file mode 100644 index 00000000000..aebe926bdc3 --- /dev/null +++ b/time/lmclock/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2002/11/08 21:08:02 is Exp $ +bin/lmclock diff --git a/time/lmclock/distinfo b/time/lmclock/distinfo new file mode 100644 index 00000000000..eace196a94e --- /dev/null +++ b/time/lmclock/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/11/08 21:08:02 is Exp $ + +SHA1 (lmclock-1.0.tar.gz) = 7b4f5765fefde6f027ec46a3a88809e8e516cf49 +Size (lmclock-1.0.tar.gz) = 2358 bytes -- cgit v1.2.3