A railway style clock for X.

Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
This commit is contained in:
Jordan K. Hubbard 1996-06-20 18:54:08 +00:00
parent c493aad46d
commit 200a01a02b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3264
6 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: swisswatch
# Version required: 0.0.6
# Date created: 16 December 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $Id$
DISTNAME= swisswatch-0.06
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/X/R5contrib/
EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@yy.cs.keio.ac.jp
USE_IMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (swisswatch-0.06.tar.Z) = 003c4829d7fc9d93ff1d1fdf3c148395

View File

@ -0,0 +1,11 @@
--- Imakefile.org Sat Dec 16 19:10:12 1995
+++ Imakefile Sat Dec 16 18:59:27 1995
@@ -1,7 +1,7 @@
#ifdef ContribRules
ContribRules
#endif
-DEFINES = ExtensionDefines
+DEFINES = ExtensionDefines -DSHAPE
SRCS = swisswatch.c SwissWatch.c Hand.c Mark.c HandOrMark.c TableConvert.c
OBJS = swisswatch.o SwissWatch.o Hand.o Mark.o HandOrMark.o TableConvert.o
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)

View File

@ -0,0 +1 @@
swisswatch - a Swiss railway clock emulation, and a fancy default appearance.

View File

@ -0,0 +1,12 @@
Swisswatch is a fancy Swiss railway clock emulator.
This program support color display, you must add belong lines to ~/.Xdefaults.
#if COLOR
swisswatch*customization: -color
#endif
and exec `xrdb $HOME/.Xdefaults'.
- Yoshiro MIHIRA
(sanpei@yy.cs.keio.ac.jp)

View File

@ -0,0 +1,6 @@
@mode 755
bin/swisswatch
@mode 644
lib/X11/app-defaults/SwissWatch
lib/X11/app-defaults/SwissWatch-color
man/man1/swisswatch.1.gz