diff options
author | jschauma <jschauma> | 2003-03-12 03:56:30 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-12 03:56:30 +0000 |
commit | 1fdc0f7e0e3aa8b0f81a0c0f50a7869cae07ec8f (patch) | |
tree | 7cab9ebc0601a24e33cf98dc5e4507cec36eb200 /time | |
parent | 4593210d9731c5d455a81e575f45b23514924809 (diff) | |
download | pkgsrc-1fdc0f7e0e3aa8b0f81a0c0f50a7869cae07ec8f.tar.gz |
Add a man-page for wmtime. man-page provided to me by Adriaan Peeters
<apeeters at lashout dot net>.
Diffstat (limited to 'time')
-rw-r--r-- | time/wmtime/Makefile | 6 | ||||
-rw-r--r-- | time/wmtime/PLIST | 3 | ||||
-rw-r--r-- | time/wmtime/distinfo | 3 | ||||
-rw-r--r-- | time/wmtime/patches/patch-ab | 89 |
4 files changed, 95 insertions, 6 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile index e77d5804632..3e1dad5137c 100644 --- a/time/wmtime/Makefile +++ b/time/wmtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/21 13:08:54 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/12 03:56:30 jschauma Exp $ # DISTNAME= wmtime-1.0b2 @@ -12,12 +12,10 @@ COMMENT= Time/Date applet for WindowMaker USE_BUILDLINK2= YES USE_IMAKE= YES -NO_INSTALL_MANPAGES= YES -WRKSRC= ${WRKDIR}/wmtime.app/wmtime +WRKSRC= ${WRKDIR}/wmtime.app/wmtime post-extract: ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile - ${TOUCH} ${WRKSRC}/wmtime.man .include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/wmtime/PLIST b/time/wmtime/PLIST index 1b6093e627e..ce6b87a1fc6 100644 --- a/time/wmtime/PLIST +++ b/time/wmtime/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:22 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/12 03:56:30 jschauma Exp $ bin/wmtime +${IMAKE_MAN_DIR}/wmtime.${IMAKE_MANNEWSUFFIX} diff --git a/time/wmtime/distinfo b/time/wmtime/distinfo index f2ba575258d..0a3cd2c2e97 100644 --- a/time/wmtime/distinfo +++ b/time/wmtime/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 14:47:17 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/03/12 03:56:30 jschauma Exp $ SHA1 (wmtime-1.0b2.tar.gz) = 2a66762d548b9f91415603e8d6a37cfacb9340ad Size (wmtime-1.0b2.tar.gz) = 20680 bytes SHA1 (patch-aa) = 7aa81077ac43d803dfdf788bd5c4e10824a12368 +SHA1 (patch-ab) = a211f20e35de039fc36ea84888203e8d50629330 diff --git a/time/wmtime/patches/patch-ab b/time/wmtime/patches/patch-ab new file mode 100644 index 00000000000..4cdfd378910 --- /dev/null +++ b/time/wmtime/patches/patch-ab @@ -0,0 +1,89 @@ +$NetBSD: patch-ab,v 1.1 2003/03/12 03:56:31 jschauma Exp $ + +--- /dev/null Tue Mar 11 22:46:14 2003 ++++ wmtime.man Tue Mar 11 22:46:07 2003 +@@ -0,0 +1,83 @@ ++.TH WMTIME 1 ++.SH NAME ++wmtime \- WindowMaker dockapp that displays the time and date ++.SH SYNOPSIS ++WMTime displays the time and date and gives you some nice additional ++features too. It is intended for docking in WindowMaker. ++.PP ++.B wmtime ++[ ++.B -digital ++] ++[ ++.B -display ++.I displayname ++] ++[ ++.B -h ++] ++[ ++.B -v ++] ++.SH DESCRIPTION ++WMTime displays the time and date and gives you some nice additional ++features too. It is intended for docking in WindowMaker. ++ ++WMTime currently provides: ++ ++ * Time and date; ++ * Realtime morphing UI (analog <> digital mode); ++ * Autoscaling and anti aliased hands; ++ * Locale, can display DAY and DATE in various languages; ++ * Can launch 3 user definable commands through ~/.wmtimerc; ++ * Can be run multiple times; ++ * Commandline options for help (-h), version (-v), digital ++ clock mode (-digital) and and display (-d) ++ ++WMTime can lauch 3 user definable commands for left, middle and ++right mouse button clicks, which you can define in ~/.wmtimerc, ++ ++left: mycommand-1 & ++ ++middle: mycommand-2 & ++ ++right: mycommand-3 & ++ ++If wmtime detects a ~/.wmtimerc file, it will launch your defined ++command(s) when you click in the clock display area. ++ ++WMtime can realtime 'morph' it's UI from analog <> digital, ++simply left click in either the DAY or DATE gadget ;-) ++ ++Be sure to drag WMTime on it's outer edges, WMTime is a bit picky ++due to the large gfx pixmap it keeps ;-) ++ ++.SH OPTIONS ++ ++There are a few command line options. ++.TP ++.B \-digital ++Displays a digital clock instead of the default analog clock. ++.TP ++.B \-display ++.I displayname ++Show the dockapp on display I<displayname>, e.g. :0.0. ++.TP ++.B \-h ++Show the help screen. ++.TP ++.B \-v ++Print the version number. ++ ++.SH FILES ++\fI~/.wmtimerc\fR configfile ++.SH AUTHOR ++This manual page was written by Adriaan Peeters <apeeters@lashout.net> for the ++.B Debian ++system (but may be used by others). It is based on the documentation provided ++by the original program. ++ ++Permission is granted to copy, distribute and/or modify this document under ++the terms of the GNU Free Documentation License, Version 1.1 or any later ++version published by the Free Software Foundation; with no Invariant Sections, ++no Front-Cover Texts and no Back-Cover Texts. +\ No newline at end of file |