diff options
author | agc <agc@pkgsrc.org> | 1997-10-09 11:37:03 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-09 11:37:03 +0000 |
commit | 23d39ca1632344c5d7deb9632538e26c51e03a81 (patch) | |
tree | f15284c94efc2a98db6ffdc419322e5f7c02e3bc /x11/rclock | |
parent | b4d904085832d2c09fde4193da5ee521e6e68095 (diff) | |
download | pkgsrc-23d39ca1632344c5d7deb9632538e26c51e03a81.tar.gz |
Initial import of FreeBSD's x11 ports category into NetBSD packages
system.
Diffstat (limited to 'x11/rclock')
-rw-r--r-- | x11/rclock/Makefile | 27 | ||||
-rw-r--r-- | x11/rclock/files/md5 | 1 | ||||
-rw-r--r-- | x11/rclock/patches/patch-aa | 11 | ||||
-rw-r--r-- | x11/rclock/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/rclock/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/rclock/pkg/PLIST | 2 |
6 files changed, 49 insertions, 0 deletions
diff --git a/x11/rclock/Makefile b/x11/rclock/Makefile new file mode 100644 index 00000000000..b9d886715f7 --- /dev/null +++ b/x11/rclock/Makefile @@ -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 +# +# FreeBSD Id: Makefile,v 1.1.1.1 1997/03/03 16:27:10 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> diff --git a/x11/rclock/files/md5 b/x11/rclock/files/md5 new file mode 100644 index 00000000000..5b1c00e929a --- /dev/null +++ b/x11/rclock/files/md5 @@ -0,0 +1 @@ +MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3 diff --git a/x11/rclock/patches/patch-aa b/x11/rclock/patches/patch-aa new file mode 100644 index 00000000000..861a5c1eb6a --- /dev/null +++ b/x11/rclock/patches/patch-aa @@ -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 + diff --git a/x11/rclock/pkg/COMMENT b/x11/rclock/pkg/COMMENT new file mode 100644 index 00000000000..bf5a3a3b596 --- /dev/null +++ b/x11/rclock/pkg/COMMENT @@ -0,0 +1 @@ +analog clock for X w/appointment reminder and mail notification diff --git a/x11/rclock/pkg/DESCR b/x11/rclock/pkg/DESCR new file mode 100644 index 00000000000..a9480179e51 --- /dev/null +++ b/x11/rclock/pkg/DESCR @@ -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. + diff --git a/x11/rclock/pkg/PLIST b/x11/rclock/pkg/PLIST new file mode 100644 index 00000000000..d63593c2deb --- /dev/null +++ b/x11/rclock/pkg/PLIST @@ -0,0 +1,2 @@ +bin/rclock +man/man1/rclock.1.gz |