diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-clocks/oclock | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-clocks/oclock')
-rw-r--r-- | x11-clocks/oclock/Makefile | 20 | ||||
-rw-r--r-- | x11-clocks/oclock/distinfo | 3 | ||||
-rw-r--r-- | x11-clocks/oclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/oclock/pkg-plist | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-clocks/oclock/Makefile b/x11-clocks/oclock/Makefile new file mode 100644 index 000000000000..e2b538981c19 --- /dev/null +++ b/x11-clocks/oclock/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: oclock +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= oclock +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Round clock application for X + +XORG_CAT= app +USE_XORG= x11 xmu xext xt + +MAN1= oclock.1 + +.include <bsd.port.mk> diff --git a/x11-clocks/oclock/distinfo b/x11-clocks/oclock/distinfo new file mode 100644 index 000000000000..5e5130ac4adc --- /dev/null +++ b/x11-clocks/oclock/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/oclock-1.0.1.tar.bz2) = 91f49547f9ed3cd0137c8b7c3183e360 +SHA256 (xorg/app/oclock-1.0.1.tar.bz2) = 49ab7d4f6402fbbe30714012ee38b49da17789f3a29ac41917987ce18c74217c +SIZE (xorg/app/oclock-1.0.1.tar.bz2) = 83216 diff --git a/x11-clocks/oclock/pkg-descr b/x11-clocks/oclock/pkg-descr new file mode 100644 index 000000000000..fe9a1fb4a125 --- /dev/null +++ b/x11-clocks/oclock/pkg-descr @@ -0,0 +1,5 @@ +This package contains oclock, which displays the current time on an analog +display. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11-clocks/oclock/pkg-plist b/x11-clocks/oclock/pkg-plist new file mode 100644 index 000000000000..098c45563a22 --- /dev/null +++ b/x11-clocks/oclock/pkg-plist @@ -0,0 +1,3 @@ +bin/oclock +share/X11/app-defaults/Clock-color +@dirrmtry share/X11/app-defaults |