diff options
author | is <is@pkgsrc.org> | 2002-11-08 21:08:02 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2002-11-08 21:08:02 +0000 |
commit | ec73b7cb4cd909a25bc0bec8dd4d409bc8560734 (patch) | |
tree | 770bf04b9dad15e5d21d0bb7a6809ba83d5b0b14 /time/lmclock | |
parent | 65a7534f0b12b4aa2f372918052c8a2c7ca80511 (diff) | |
download | pkgsrc-ec73b7cb4cd909a25bc0bec8dd4d409bc8560734.tar.gz |
Xerox Lisp Machine clock clone for X11.
Diffstat (limited to 'time/lmclock')
-rw-r--r-- | time/lmclock/DESCR | 6 | ||||
-rw-r--r-- | time/lmclock/Makefile | 18 | ||||
-rw-r--r-- | time/lmclock/PLIST | 2 | ||||
-rw-r--r-- | time/lmclock/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
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 |