mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
A clock with bezier curve for hands. Almost impossible to tell the time
from it. ;) PR: 3589 Submitted by: Brian Handy <handy@lambic.space.lockheed.com>
This commit is contained in:
parent
24ef9c9096
commit
f4ce78e7aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6519
5 changed files with 37 additions and 0 deletions
17
x11-clocks/bclock/Makefile
Normal file
17
x11-clocks/bclock/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# New ports collection makefile for: dclock
|
||||||
|
# Version required: 1.0
|
||||||
|
# Date created: 13 May 1997
|
||||||
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= bclock-1.0
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= http://dutian.twi.tudelft.nl/~vgeel/bclock/
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.ORG
|
||||||
|
|
||||||
|
USE_IMAKE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
x11-clocks/bclock/distinfo
Normal file
1
x11-clocks/bclock/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (bclock-1.0.tar.gz) = 9acf16ce409e1d80602da7b0ba9f65d6
|
1
x11-clocks/bclock/pkg-comment
Normal file
1
x11-clocks/bclock/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A round, analog X11 clock with bezier curve hands.
|
15
x11-clocks/bclock/pkg-descr
Normal file
15
x11-clocks/bclock/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
This is a mutated version of Oclock, using a bezier curve to
|
||||||
|
draw the hands. It has a pretty funny appearance and it's
|
||||||
|
actually fairly tough to use it to tell the time.
|
||||||
|
|
||||||
|
The bezier curve is drawn using 4 control points:
|
||||||
|
1) the end of the (not visible) hours hand (closest to the center)
|
||||||
|
2) the center of the clock itself
|
||||||
|
3) the end of the seconds hand (closest to the border)
|
||||||
|
4) the end of the minutes hand (slightly closer to the center)
|
||||||
|
|
||||||
|
Visit the home page:
|
||||||
|
http://dutian.twi.tudelft.nl/~vgeel/bclock
|
||||||
|
|
||||||
|
--
|
||||||
|
Brian Handy --> handy@physics.montana.edu
|
3
x11-clocks/bclock/pkg-plist
Normal file
3
x11-clocks/bclock/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/bclock
|
||||||
|
man/man1/bclock.1.gz
|
||||||
|
lib/X11/app-defaults/Clock-color
|
Loading…
Add table
Reference in a new issue