diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:54:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:54:08 +0000 |
commit | 200a01a02b35c2370a757440f2f2a088fe1e89c1 (patch) | |
tree | 8308441c0838cb4d408695285050cfdae7c15f6b /x11-clocks | |
parent | c493aad46d0487974b57d5d932901893a5fe1a73 (diff) | |
download | ports-200a01a02b35c2370a757440f2f2a088fe1e89c1.tar.gz ports-200a01a02b35c2370a757440f2f2a088fe1e89c1.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/swisswatch/Makefile | 16 | ||||
-rw-r--r-- | x11-clocks/swisswatch/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/swisswatch/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-clocks/swisswatch/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/swisswatch/pkg-descr | 12 | ||||
-rw-r--r-- | x11-clocks/swisswatch/pkg-plist | 6 |
6 files changed, 47 insertions, 0 deletions
diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile new file mode 100644 index 000000000000..5392d667b26b --- /dev/null +++ b/x11-clocks/swisswatch/Makefile @@ -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> diff --git a/x11-clocks/swisswatch/distinfo b/x11-clocks/swisswatch/distinfo new file mode 100644 index 000000000000..58ae911db5a5 --- /dev/null +++ b/x11-clocks/swisswatch/distinfo @@ -0,0 +1 @@ +MD5 (swisswatch-0.06.tar.Z) = 003c4829d7fc9d93ff1d1fdf3c148395 diff --git a/x11-clocks/swisswatch/files/patch-aa b/x11-clocks/swisswatch/files/patch-aa new file mode 100644 index 000000000000..add8b9947a2c --- /dev/null +++ b/x11-clocks/swisswatch/files/patch-aa @@ -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) diff --git a/x11-clocks/swisswatch/pkg-comment b/x11-clocks/swisswatch/pkg-comment new file mode 100644 index 000000000000..b6dea540bbf1 --- /dev/null +++ b/x11-clocks/swisswatch/pkg-comment @@ -0,0 +1 @@ +swisswatch - a Swiss railway clock emulation, and a fancy default appearance. diff --git a/x11-clocks/swisswatch/pkg-descr b/x11-clocks/swisswatch/pkg-descr new file mode 100644 index 000000000000..9cab4ac8528e --- /dev/null +++ b/x11-clocks/swisswatch/pkg-descr @@ -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) diff --git a/x11-clocks/swisswatch/pkg-plist b/x11-clocks/swisswatch/pkg-plist new file mode 100644 index 000000000000..14732461cb1f --- /dev/null +++ b/x11-clocks/swisswatch/pkg-plist @@ -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 |