summaryrefslogtreecommitdiff
path: root/time/xchrono/Makefile
diff options
context:
space:
mode:
authoragc <agc>2002-05-14 18:47:52 +0000
committeragc <agc>2002-05-14 18:47:52 +0000
commit4a804f496585f60fca9f02b4c350843cbfbcf5b4 (patch)
tree2a7388408486b4a9a8ef7c1b6d09d9a117d07f28 /time/xchrono/Makefile
parent6ec2c8d10cc4c6a1c57cc405c234be0fda7e80db (diff)
downloadpkgsrc-4a804f496585f60fca9f02b4c350843cbfbcf5b4.tar.gz
Initial import of xchrono, a multi-timezoned X11 clock, into the NetBSD
packages collection. Xchrono is a multi-timezone, multi-face clock program for X Windows. Several cities have been compiled into xchrono, and can be invoked with command-line arguments, xchrono -help gives: Usage: xchrono [-analog] [-bw <pixels>] [-digital] [-fg <color>] [-bg <color>] [-hd <color>] [-hl <color>] [-bd <color>] [-fn <font_name>] [-help] [-padding <pixels>] [-rv] [-update <seconds>] [-display displayname] [-geometry geom] [-width clockWidth] [-height clockHeight] [-local localName] [-boston] [-newyork] [-chicago] [-denver] [-la] [-hawaii] [-tokyo] [-sydney] [-london] [-paris] [-frankfurt] [-rio] OK, OK, Hawaii isn't a city, but you get the point. The timezones used are taken from tztab in the SYSV case, and from /usr/lib/zoneinfo otherwise, and as such may or may not be correct (the TZ variable definitions or the city->timezone mappings). The -local <localName> option causes a clock labeled with <localName> using the value of TZ at startup as it's timezone. In addition, a GMT clock always appears. [Requested by groo, who has enough trouble with one timezone, so why he wants more is beyond me.]
Diffstat (limited to 'time/xchrono/Makefile')
-rw-r--r--time/xchrono/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/time/xchrono/Makefile b/time/xchrono/Makefile
new file mode 100644
index 00000000000..08099037007
--- /dev/null
+++ b/time/xchrono/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/14 18:47:52 agc Exp $
+#
+
+DISTNAME= xchrono
+PKGNAME= xchrono-19900813
+CATEGORIES= time x11
+MASTER_SITES= http://www.mit.edu/afs/athena/contrib/softbone/source/src/xchrono/
+EXTRACT_SUFX= .shar
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://infoshako.sk.tsukuba.ac.jp/jdoc/X-utilities/xchrono
+COMMENT= multi-timezone X11-based clock
+
+USE_IMAKE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchrono
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchrono/
+
+.include "../../mk/bsd.pkg.mk"