diff options
author | rodent <rodent> | 2013-05-27 10:48:59 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-05-27 10:48:59 +0000 |
commit | fcfd9ce6db00069c6e23c1a19d54213d821942e3 (patch) | |
tree | d55b909d8f06dc858cc37338492fa15b00cb01a6 /time | |
parent | 95003ee2191cbf60a90bf3936d63b86da63385ca (diff) | |
download | pkgsrc-fcfd9ce6db00069c6e23c1a19d54213d821942e3.tar.gz |
Import oclock-1.0.3 as time/oclock.
oclock is a simple analog clock using the SHAPE extension to make a round
(possibly transparent) window.
Diffstat (limited to 'time')
-rw-r--r-- | time/oclock/DESCR | 2 | ||||
-rw-r--r-- | time/oclock/Makefile | 23 | ||||
-rw-r--r-- | time/oclock/PLIST | 4 | ||||
-rw-r--r-- | time/oclock/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/time/oclock/DESCR b/time/oclock/DESCR new file mode 100644 index 00000000000..4c5b33bbc34 --- /dev/null +++ b/time/oclock/DESCR @@ -0,0 +1,2 @@ +oclock is a simple analog clock using the SHAPE extension to make a round +(possibly transparent) window. diff --git a/time/oclock/Makefile b/time/oclock/Makefile new file mode 100644 index 00000000000..8e0f790f8a2 --- /dev/null +++ b/time/oclock/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2013/05/27 10:48:59 rodent Exp $ +# + +DISTNAME= oclock-1.0.3 +CATEGORIES= time x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Simple analog clock to make a round window +LICENSE= x11 + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/oclock/PLIST b/time/oclock/PLIST new file mode 100644 index 00000000000..46d364d9f94 --- /dev/null +++ b/time/oclock/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/27 10:48:59 rodent Exp $ +bin/oclock +lib/X11/app-defaults/Clock-color +man/man1/oclock.1 diff --git a/time/oclock/distinfo b/time/oclock/distinfo new file mode 100644 index 00000000000..e87350b994d --- /dev/null +++ b/time/oclock/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/27 10:48:59 rodent Exp $ + +SHA1 (oclock-1.0.3.tar.bz2) = 1aa05864019a55610aca5471c5206858dde9a34a +RMD160 (oclock-1.0.3.tar.bz2) = 5ea50b4b0b56bd66fb74bd29130981b64e5b9095 +Size (oclock-1.0.3.tar.bz2) = 122758 bytes |