From fd633351ae28c44d92e7b73b49824960ad97bcb7 Mon Sep 17 00:00:00 2001 From: pyr Date: Thu, 24 May 2007 12:44:53 +0000 Subject: [PATCH] sclock is a simple digital clock. It displays the time in a small led display resembling your old Casio(tm) wristwatch. ok steven@ --- x11/sclock/Makefile | 23 +++++++++++++++++++++++ x11/sclock/distinfo | 5 +++++ x11/sclock/pkg/DESCR | 3 +++ x11/sclock/pkg/PLIST | 3 +++ 4 files changed, 34 insertions(+) create mode 100644 x11/sclock/Makefile create mode 100644 x11/sclock/distinfo create mode 100644 x11/sclock/pkg/DESCR create mode 100644 x11/sclock/pkg/PLIST diff --git a/x11/sclock/Makefile b/x11/sclock/Makefile new file mode 100644 index 00000000000..c0c315c085d --- /dev/null +++ b/x11/sclock/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/05/24 12:44:53 pyr Exp $ + +COMMENT= "simple digital clock" + +DISTNAME= sclock-0.6 +CATEGORIES= x11 + +HOMEPAGE= http://spootnik.org/sclock/ + +MAINTAINER= Pierre-Yves Ritschard + +# BSD +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${HOMEPAGE} + +NO_REGRESS= Yes +WANTLIB= c X11 + +.include diff --git a/x11/sclock/distinfo b/x11/sclock/distinfo new file mode 100644 index 00000000000..5c21ae86ed9 --- /dev/null +++ b/x11/sclock/distinfo @@ -0,0 +1,5 @@ +MD5 (sclock-0.6.tar.gz) = mUj/GaR3+T7BR/fLwxqtJw== +RMD160 (sclock-0.6.tar.gz) = UFO5s7IWMHXCEH+84CdMqGy7VZk= +SHA1 (sclock-0.6.tar.gz) = uzjrgI58wc897+ilTIueObCB5KE= +SHA256 (sclock-0.6.tar.gz) = QKniWUuv7mxtrNqsuIeA9EtYz3GFKw476Z6t6YwSoLk= +SIZE (sclock-0.6.tar.gz) = 5486 diff --git a/x11/sclock/pkg/DESCR b/x11/sclock/pkg/DESCR new file mode 100644 index 00000000000..ea64da93253 --- /dev/null +++ b/x11/sclock/pkg/DESCR @@ -0,0 +1,3 @@ +sclock is a simple digital clock. +It displays the time in a small led display resembling your old +Casio(tm) wristwatch. diff --git a/x11/sclock/pkg/PLIST b/x11/sclock/pkg/PLIST new file mode 100644 index 00000000000..05276cc4401 --- /dev/null +++ b/x11/sclock/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/24 12:44:53 pyr Exp $ +bin/sclock +@man man/cat1/sclock.0