diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-21 04:18:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-21 04:18:04 +0000 |
commit | f4ce78e7aa952c722249200568c6e554b517b0ce (patch) | |
tree | 3299e6c63777770cd2c0dd085fc96afe99085fa4 | |
parent | 24ef9c9096da4e0c8daf4f71faa32c4f7f74d78a (diff) | |
download | ports-f4ce78e7aa952c722249200568c6e554b517b0ce.tar.gz ports-f4ce78e7aa952c722249200568c6e554b517b0ce.zip |
Notes
-rw-r--r-- | x11-clocks/bclock/Makefile | 17 | ||||
-rw-r--r-- | x11-clocks/bclock/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/bclock/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/bclock/pkg-descr | 15 | ||||
-rw-r--r-- | x11-clocks/bclock/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile new file mode 100644 index 000000000000..bfaa9e7765d6 --- /dev/null +++ b/x11-clocks/bclock/Makefile @@ -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> diff --git a/x11-clocks/bclock/distinfo b/x11-clocks/bclock/distinfo new file mode 100644 index 000000000000..a91153ef5350 --- /dev/null +++ b/x11-clocks/bclock/distinfo @@ -0,0 +1 @@ +MD5 (bclock-1.0.tar.gz) = 9acf16ce409e1d80602da7b0ba9f65d6 diff --git a/x11-clocks/bclock/pkg-comment b/x11-clocks/bclock/pkg-comment new file mode 100644 index 000000000000..3ca646510a03 --- /dev/null +++ b/x11-clocks/bclock/pkg-comment @@ -0,0 +1 @@ +A round, analog X11 clock with bezier curve hands. diff --git a/x11-clocks/bclock/pkg-descr b/x11-clocks/bclock/pkg-descr new file mode 100644 index 000000000000..7eb18f560f2c --- /dev/null +++ b/x11-clocks/bclock/pkg-descr @@ -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 diff --git a/x11-clocks/bclock/pkg-plist b/x11-clocks/bclock/pkg-plist new file mode 100644 index 000000000000..111f4dc65609 --- /dev/null +++ b/x11-clocks/bclock/pkg-plist @@ -0,0 +1,3 @@ +bin/bclock +man/man1/bclock.1.gz +lib/X11/app-defaults/Clock-color |