diff options
Diffstat (limited to 'time/swisswatch')
-rw-r--r-- | time/swisswatch/Makefile | 14 | ||||
-rw-r--r-- | time/swisswatch/files/md5 | 3 | ||||
-rw-r--r-- | time/swisswatch/files/patch-sum | 3 | ||||
-rw-r--r-- | time/swisswatch/patches/patch-aa | 13 | ||||
-rw-r--r-- | time/swisswatch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | time/swisswatch/pkg/DESCR | 9 | ||||
-rw-r--r-- | time/swisswatch/pkg/PLIST | 5 |
7 files changed, 48 insertions, 0 deletions
diff --git a/time/swisswatch/Makefile b/time/swisswatch/Makefile new file mode 100644 index 00000000000..d0c37acaf46 --- /dev/null +++ b/time/swisswatch/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +# FreeBSD Id: Makefile,v 1.3 1996/11/18 11:43:40 asami Exp +# + +DISTNAME= swisswatch-0.06 +CATEGORIES= x11 time +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 "../../mk/bsd.pkg.mk" diff --git a/time/swisswatch/files/md5 b/time/swisswatch/files/md5 new file mode 100644 index 00000000000..f490e675b91 --- /dev/null +++ b/time/swisswatch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +MD5 (swisswatch-0.06.tar.Z) = 003c4829d7fc9d93ff1d1fdf3c148395 diff --git a/time/swisswatch/files/patch-sum b/time/swisswatch/files/patch-sum new file mode 100644 index 00000000000..7107d88f267 --- /dev/null +++ b/time/swisswatch/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +MD5 (patch-aa) = 3dd07019a223cc5c1111b3639f608b4e diff --git a/time/swisswatch/patches/patch-aa b/time/swisswatch/patches/patch-aa new file mode 100644 index 00000000000..4c7edb3d3ad --- /dev/null +++ b/time/swisswatch/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +--- 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) diff --git a/time/swisswatch/pkg/COMMENT b/time/swisswatch/pkg/COMMENT new file mode 100644 index 00000000000..e5f22efbb7d --- /dev/null +++ b/time/swisswatch/pkg/COMMENT @@ -0,0 +1 @@ +Swiss railway clock emulation, and a fancy default appearance diff --git a/time/swisswatch/pkg/DESCR b/time/swisswatch/pkg/DESCR new file mode 100644 index 00000000000..6ba04a0bc9a --- /dev/null +++ b/time/swisswatch/pkg/DESCR @@ -0,0 +1,9 @@ +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'. diff --git a/time/swisswatch/pkg/PLIST b/time/swisswatch/pkg/PLIST new file mode 100644 index 00000000000..c5402dcf5af --- /dev/null +++ b/time/swisswatch/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:20 wiz Exp $ +bin/swisswatch +lib/X11/app-defaults/SwissWatch +lib/X11/app-defaults/SwissWatch-color +man/cat1/swisswatch.0.gz |