pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tzosdclock Import tzosdclock from pkgsrc-wip. Pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f9fd91d5f97
branches:  trunk
changeset: 501748:3f9fd91d5f97
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 28 02:46:19 2005 +0000

description:
Import tzosdclock from pkgsrc-wip.  Packaged by Greg Schenzel.

This is an OSD desktop clock with support for multiple timezones
through the same mechanism as tzwatch (~/.tzlist).  It can be run with
or without the config file in single or multiple timezone modes.  See
`tzosdclock -h`.

diffstat:

 x11/tzosdclock/DESCR            |   4 ++++
 x11/tzosdclock/Makefile         |  18 ++++++++++++++++++
 x11/tzosdclock/PLIST            |   3 +++
 x11/tzosdclock/distinfo         |   6 ++++++
 x11/tzosdclock/patches/patch-aa |  13 +++++++++++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r a30889f5b6dc -r 3f9fd91d5f97 x11/tzosdclock/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tzosdclock/DESCR      Fri Oct 28 02:46:19 2005 +0000
@@ -0,0 +1,4 @@
+This is an OSD desktop clock with support for multiple timezones
+through the same mechanism as tzwatch (~/.tzlist).  It can be run with
+or without the config file in single or multiple timezone modes.  See
+`tzosdclock -h`.
diff -r a30889f5b6dc -r 3f9fd91d5f97 x11/tzosdclock/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tzosdclock/Makefile   Fri Oct 28 02:46:19 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/28 02:46:19 minskim Exp $
+#
+
+DISTNAME=              tzosdclock_1.0.2
+PKGNAME=               tzosdclock-1.0.2
+CATEGORIES=            x11
+MASTER_SITES=          http://www.unixdev.net/downloads/tzosdclock/1.0.2/
+
+MAINTAINER=            inittab%unixdev.net@localhost
+HOMEPAGE=              http://www.unixdev.net/projects/tzosdclock
+COMMENT=               OnScreen Display Clock for Multiple Timezones
+
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+GNU_CONFIGURE=         yes
+
+.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/xosd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a30889f5b6dc -r 3f9fd91d5f97 x11/tzosdclock/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tzosdclock/PLIST      Fri Oct 28 02:46:19 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/28 02:46:19 minskim Exp $
+bin/tzosdclock
+man/man1/tzosdclock.1
diff -r a30889f5b6dc -r 3f9fd91d5f97 x11/tzosdclock/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tzosdclock/distinfo   Fri Oct 28 02:46:19 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/28 02:46:19 minskim Exp $
+
+SHA1 (tzosdclock_1.0.2.tar.gz) = 9df6a54ad5a230a51c7680940b7699bd83d6897e
+RMD160 (tzosdclock_1.0.2.tar.gz) = 19327151cf6606b8bc8747d64189fafe0f630d32
+Size (tzosdclock_1.0.2.tar.gz) = 181015 bytes
+SHA1 (patch-aa) = 427685ce8bc6c70ab26f12b1f77c617711fa5934
diff -r a30889f5b6dc -r 3f9fd91d5f97 x11/tzosdclock/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tzosdclock/patches/patch-aa   Fri Oct 28 02:46:19 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 02:46:19 minskim Exp $
+
+--- Makefile.in.orig   2005-09-24 01:47:19.000000000 -0700
++++ Makefile.in
+@@ -15,7 +15,7 @@ HOSTVER = @HOSTREL@
+ all: $(PROG)
+ 
+ $(PROG): tzosdclock.c
+-      $(CC) $(OPTS) $(CFLAGS) $(LIBS) tzosdclock.c -o $(PROG)
++      $(CC) $(OPTS) $(CFLAGS) $(LDFLAGS) $(LIBS) tzosdclock.c -o $(PROG)
+ 
+ clean:
+       -/bin/rm -rf $(PROG)



Home | Main Index | Thread Index | Old Index