diff options
Diffstat (limited to 'time/rclock')
-rw-r--r-- | time/rclock/Makefile | 19 | ||||
-rw-r--r-- | time/rclock/files/md5 | 3 | ||||
-rw-r--r-- | time/rclock/files/patch-sum | 4 | ||||
-rw-r--r-- | time/rclock/patches/patch-aa | 13 | ||||
-rw-r--r-- | time/rclock/patches/patch-ab | 12 | ||||
-rw-r--r-- | time/rclock/pkg/COMMENT | 1 | ||||
-rw-r--r-- | time/rclock/pkg/DESCR | 6 | ||||
-rw-r--r-- | time/rclock/pkg/PLIST | 3 |
8 files changed, 61 insertions, 0 deletions
diff --git a/time/rclock/Makefile b/time/rclock/Makefile new file mode 100644 index 00000000000..087c399a178 --- /dev/null +++ b/time/rclock/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +# FreeBSD Id: Makefile,v 1.1.1.1 1997/03/03 16:27:10 obrien Exp +# + +DISTNAME= rxvt-2.6.0 +PKGNAME= rclock-2.6.0 +CATEGORIES= x11 time +MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/file/managers/mc/rxvt/} \ + ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org + +USE_X11BASE= yes +GNU_CONFIGURE= yes +ALL_TARGET= clock + +.include "../../mk/bsd.pkg.mk" diff --git a/time/rclock/files/md5 b/time/rclock/files/md5 new file mode 100644 index 00000000000..a958cfeef82 --- /dev/null +++ b/time/rclock/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158 diff --git a/time/rclock/files/patch-sum b/time/rclock/files/patch-sum new file mode 100644 index 00000000000..fbf3df3e6c3 --- /dev/null +++ b/time/rclock/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +MD5 (patch-aa) = 35fc3ea7b5e51c80aec44a4c1b440d1c +MD5 (patch-ab) = da8edc58f4aa1b48dbce230434f9a757 diff --git a/time/rclock/patches/patch-aa b/time/rclock/patches/patch-aa new file mode 100644 index 00000000000..a0402710038 --- /dev/null +++ b/time/rclock/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +--- Makefile.in.orig Mon Mar 29 07:31:37 1999 ++++ Makefile.in Tue Dec 7 22:53:50 1999 +@@ -9,7 +9,7 @@ + first_rule: all + dummy: + +-subdirs = src doc rclock src/graphics ++subdirs = rclock # src doc rclock src/graphics + + DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog + diff --git a/time/rclock/patches/patch-ab b/time/rclock/patches/patch-ab new file mode 100644 index 00000000000..af2f9b88de5 --- /dev/null +++ b/time/rclock/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +--- rclock/feature.h.orig Mon Jun 14 03:32:41 1999 ++++ rclock/feature.h Mon Jun 14 03:33:08 1999 +@@ -53,7 +53,7 @@ + #define MAIL + /* #define MAIL_BELL */ + /* #define MAIL_SPAWN "xmh\ -font\ 7x14\&" */ +-/* #define MAIL_SPOOL "/var/spool/mail/" */ ++#define MAIL_SPOOL "/var/mail/" + + /*----------------------------------------------------------------------* + * #define CLOCKUPDATE 30 diff --git a/time/rclock/pkg/COMMENT b/time/rclock/pkg/COMMENT new file mode 100644 index 00000000000..69a36fe7299 --- /dev/null +++ b/time/rclock/pkg/COMMENT @@ -0,0 +1 @@ +Analog clock for X w/appointment reminder and mail notification diff --git a/time/rclock/pkg/DESCR b/time/rclock/pkg/DESCR new file mode 100644 index 00000000000..49a0b009f93 --- /dev/null +++ b/time/rclock/pkg/DESCR @@ -0,0 +1,6 @@ +Rclock is an analog clock for X intended as an xclock(1) replacement that +conserves memory and has extra features: rclock enters reverse video if +there is mail waiting; an appointment reminder is also builtin. + +The ~/.rclock file lists the messages to display and/or the programs +to run at specified times and dates. diff --git a/time/rclock/pkg/PLIST b/time/rclock/pkg/PLIST new file mode 100644 index 00000000000..fb23131a09b --- /dev/null +++ b/time/rclock/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +bin/rclock +man/man1/rclock.1.gz |