The FreeBSD Ports Archive
FreeBSD x11-clocks : xtu4>
Transparent analog clock for X11
This is a transparent analog clock, very similar to TolleUhr
for the amiga range of computers. Actually, it uses some
drawing routines of it and looks almost the same.
http://www.core.de/~coto/projects/xtu/
|
xtu history
v. 1.14
date: 2007/05/19 20:28:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2006/04/23 18:34:10; author: naddy; state: Exp; lines: +2 -3
Update to 1.3, which adds a man page.
v. 1.12
date: 2005/03/14 17:36:06; author: vs; state: Exp; lines: +1 -0
Remove 1-line plists in favour of PLIST_FILES
v. 1.11
date: 2004/02/04 05:09:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.10
date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.9
date: 2003/08/18 09:02:49; author: krion; state: Exp; lines: +17 -5
- Update to version 1.2
PR: 55688
Submitted by: Ports Fury
v. 1.8
date: 2003/02/20 20:14:01; author: knu; state: Exp; lines: +3 -0
Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment.
v. 1.7
date: 2002/11/10 19:21:23; author: fenner; state: Exp; lines: +2 -4
Master site reorganization; fix up URLs. Remove MAINTAINER as he no
longer runs FreeBSD.
Submitted by: Thomas Runge (maintainer)
v. 1.6
date: 2001/02/06 12:25:42; author: olgeni; state: Exp; lines: +3 -3
Change MASTER_SITES and maintainer email address.
PR: 24898
Submitted by: maintainer
v. 1.5
date: 2000/10/20 13:49:53; author: jeh; state: Exp; lines: +2 -2
Commit update and minor fixes suggested by portlint
PR: 22147
Submitted by: Thomas Runge MAINTAINER
v. 1.4
date: 2000/08/03 09:27:09; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.3
date: 2000/04/10 00:33:10; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 1999/08/31 02:58:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp; lines: +0 -0
transparent analog clock for X11
PR: 11188
Submitted by: Thomas Runge
=============================================================================
v. 1.14
date: 2007/05/19 20:28:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2006/04/23 18:34:10; author: naddy; state: Exp; lines: +2 -3
Update to 1.3, which adds a man page.
v. 1.12
date: 2005/03/14 17:36:06; author: vs; state: Exp; lines: +1 -0
Remove 1-line plists in favour of PLIST_FILES
v. 1.11
date: 2004/02/04 05:09:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.10
date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.9
date: 2003/08/18 09:02:49; author: krion; state: Exp; lines: +17 -5
- Update to version 1.2
PR: 55688
Submitted by: Ports Fury
v. 1.8
date: 2003/02/20 20:14:01; author: knu; state: Exp; lines: +3 -0
Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment.
v. 1.7
date: 2002/11/10 19:21:23; author: fenner; state: Exp; lines: +2 -4
Master site reorganization; fix up URLs. Remove MAINTAINER as he no
longer runs FreeBSD.
Submitted by: Thomas Runge (maintainer)
v. 1.6
date: 2001/02/06 12:25:42; author: olgeni; state: Exp; lines: +3 -3
Change MASTER_SITES and maintainer email address.
PR: 24898
Submitted by: maintainer
v. 1.5
date: 2000/10/20 13:49:53; author: jeh; state: Exp; lines: +2 -2
Commit update and minor fixes suggested by portlint
PR: 22147
Submitted by: Thomas Runge MAINTAINER
v. 1.4
date: 2000/08/03 09:27:09; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.3
date: 2000/04/10 00:33:10; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 1999/08/31 02:58:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp; lines: +0 -0
transparent analog clock for X11
PR: 11188
Submitted by: Thomas Runge
=============================================================================
v. 1.14
date: 2007/05/19 20:28:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2006/04/23 18:34:10; author: naddy; state: Exp; lines: +2 -3
Update to 1.3, which adds a man page.
v. 1.12
date: 2005/03/14 17:36:06; author: vs; state: Exp; lines: +1 -0
Remove 1-line plists in favour of PLIST_FILES
v. 1.11
date: 2004/02/04 05:09:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.10
date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.9
date: 2003/08/18 09:02:49; author: krion; state: Exp; lines: +17 -5
- Update to version 1.2
PR: 55688
Submitted by: Ports Fury
v. 1.8
date: 2003/02/20 20:14:01; author: knu; state: Exp; lines: +3 -0
Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment.
v. 1.7
date: 2002/11/10 19:21:23; author: fenner; state: Exp; lines: +2 -4
Master site reorganization; fix up URLs. Remove MAINTAINER as he no
longer runs FreeBSD.
Submitted by: Thomas Runge (maintainer)
v. 1.6
date: 2001/02/06 12:25:42; author: olgeni; state: Exp; lines: +3 -3
Change MASTER_SITES and maintainer email address.
PR: 24898
Submitted by: maintainer
v. 1.5
date: 2000/10/20 13:49:53; author: jeh; state: Exp; lines: +2 -2
Commit update and minor fixes suggested by portlint
PR: 22147
Submitted by: Thomas Runge MAINTAINER
v. 1.4
date: 2000/08/03 09:27:09; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.3
date: 2000/04/10 00:33:10; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 1999/08/31 02:58:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/30 05:31:03; author: taoka; state: Exp; lines: +0 -0
transparent analog clock for X11
PR: 11188
Submitted by: Thomas Runge
=============================================================================
|
| |

|