sclock is a simple digital clock.

It displays the time in a small led display resembling your old
Casio(tm) wristwatch.

ok steven@
This commit is contained in:
pyr 2007-05-24 12:44:53 +00:00
parent 82cd8d1e0b
commit fd633351ae
4 changed files with 34 additions and 0 deletions

23
x11/sclock/Makefile Normal file
View File

@ -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 <pyr@spootnik.org>
# 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 <bsd.port.mk>

5
x11/sclock/distinfo Normal file
View File

@ -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

3
x11/sclock/pkg/DESCR Normal file
View File

@ -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.

3
x11/sclock/pkg/PLIST Normal file
View File

@ -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