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.
This commit is contained in:
parent
62c9cb2ef0
commit
d2568fcf57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5818
27
x11-clocks/rclock/Makefile
Normal file
27
x11-clocks/rclock/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# Ports collection Makefile for: rclock
|
||||
# Version required: 2.19
|
||||
# Date created: 24th Feburary 1997
|
||||
# Whom: obrien@NUXI.com
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/12/08 02:30:29 obrien Exp $
|
||||
#
|
||||
|
||||
PKGNAME= rclock-2.20
|
||||
DISTNAME= rxvt-2.20
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \
|
||||
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/
|
||||
MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt
|
||||
#MASTER_SITE_SUBDIR= X11/xutils/terms
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
CFLAGS+= '-DMAIL_SPOOL=\"/var/mail/\"'
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= clock
|
||||
MAN1= rclock.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-clocks/rclock/distinfo
Normal file
1
x11-clocks/rclock/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3
|
11
x11-clocks/rclock/files/patch-aa
Normal file
11
x11-clocks/rclock/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Fri Sep 27 10:48:20 1996
|
||||
+++ Makefile.in Mon Feb 24 01:09:28 1997
|
||||
@@ -7,7 +7,7 @@
|
||||
first_rule: all
|
||||
dummy:
|
||||
|
||||
-subdirs = src doc rclock src/graphics
|
||||
+subdirs = rclock # src doc rclock src/graphics
|
||||
|
||||
DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir
|
||||
|
1
x11-clocks/rclock/pkg-comment
Normal file
1
x11-clocks/rclock/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
analog clock for X w/appointment reminder and mail notification
|
7
x11-clocks/rclock/pkg-descr
Normal file
7
x11-clocks/rclock/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
||||
|
2
x11-clocks/rclock/pkg-plist
Normal file
2
x11-clocks/rclock/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/rclock
|
||||
man/man1/rclock.1.gz
|
Loading…
Reference in New Issue
Block a user