From ee71f6abe0274f49692ee3b3878586a81ee11833 Mon Sep 17 00:00:00 2001 From: kim Date: Sun, 11 Jul 1999 22:34:46 +0000 Subject: An on-demand rwho and friends. --- net/ywho/Makefile | 14 ++++++++++++++ net/ywho/files/md5 | 3 +++ net/ywho/pkg/COMMENT | 1 + net/ywho/pkg/DESCR | 4 ++++ net/ywho/pkg/PLIST | 7 +++++++ 5 files changed, 29 insertions(+) create mode 100644 net/ywho/Makefile create mode 100644 net/ywho/files/md5 create mode 100644 net/ywho/pkg/COMMENT create mode 100644 net/ywho/pkg/DESCR create mode 100644 net/ywho/pkg/PLIST diff --git a/net/ywho/Makefile b/net/ywho/Makefile new file mode 100644 index 00000000000..9c2b03d1b6d --- /dev/null +++ b/net/ywho/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $ +# + +DISTNAME= ywho-1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +NO_CONFIGURE= yes +ALL_TARGET= all DEST=${PREFIX} +INSTALL_TARGET= install install.man DEST=${PREFIX} + +.include "../../mk/bsd.pkg.mk" diff --git a/net/ywho/files/md5 b/net/ywho/files/md5 new file mode 100644 index 00000000000..74122d3a139 --- /dev/null +++ b/net/ywho/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $ + +MD5 (ywho-1.1.tar.gz) = 702bce6ce98319447a2d0fee72868e97 diff --git a/net/ywho/pkg/COMMENT b/net/ywho/pkg/COMMENT new file mode 100644 index 00000000000..274256f97e1 --- /dev/null +++ b/net/ywho/pkg/COMMENT @@ -0,0 +1 @@ +who, users, uptime on clients in a sun-RPC network diff --git a/net/ywho/pkg/DESCR b/net/ywho/pkg/DESCR new file mode 100644 index 00000000000..35455059a28 --- /dev/null +++ b/net/ywho/pkg/DESCR @@ -0,0 +1,4 @@ +ywho is another version of rwho, but it is faster than rwho +and requires no /usr/spool/rwho/rwhod.*. Note that rwho +wastes system resources, but ywho doesn't. It utilizes SUN +RPC and XDR protocol. diff --git a/net/ywho/pkg/PLIST b/net/ywho/pkg/PLIST new file mode 100644 index 00000000000..2987cb57b79 --- /dev/null +++ b/net/ywho/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $ +bin/yuptime +bin/yusers +bin/ywho +man/man1/yuptime.1 +man/man1/yusers.1 +man/man1/ywho.1 -- cgit v1.2.3