initial import of abclock 1.0d

ABClock is an analog clock designed to be accurate and legible at
small resolutions.

submitted by Scott Vokes <vokes.s at gmail.com>

input from and ok naddy@
This commit is contained in:
steven 2006-07-28 15:51:23 +00:00
parent e8329de2c0
commit 59a60fe7aa
5 changed files with 54 additions and 0 deletions

32
x11/abclock/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/28 15:51:23 steven Exp $
COMMENT= "analogue bitmap clock"
DISTNAME= abclock-1.0d
CATEGORIES= x11
HOMEPAGE= http://www.let.rug.nl/~kleiweg/abclock/
MAINTAINER= Scott Vokes <vokes.s@gmail.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= X11 c
NO_REGRESS= Yes
MAKE_FLAGS= CC="${CC}" OPT="${CFLAGS}" \
XINCLUDEDIR="-I${X11BASE}/include" \
XLIBDIR="-L${X11BASE}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin
.include <bsd.port.mk>

4
x11/abclock/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (abclock-1.0d.tar.gz) = a0175114294c63e13a061535823db1bf
RMD160 (abclock-1.0d.tar.gz) = a49681af06d0554436545f2ad0d2401f8763505a
SHA1 (abclock-1.0d.tar.gz) = 28dac4a0fc93b6cd37db88104c9bc377840e7d32
SIZE (abclock-1.0d.tar.gz) = 18252

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-abclock_c,v 1.1.1.1 2006/07/28 15:51:23 steven Exp $
--- abclock.c.orig Mon Mar 13 08:51:41 2006
+++ abclock.c Fri Jul 28 00:16:40 2006
@@ -30,7 +30,7 @@
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
-#include <values.h>
+/*#include <values.h>*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>

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

@ -0,0 +1,3 @@
ABClock is an analog clock designed to be accurate and legible at
small resolutions. Note that its time representation differs markedly
from a traditional clockface.

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

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/28 15:51:23 steven Exp $
bin/abc_img
bin/abclock