summaryrefslogtreecommitdiff
path: root/net/ywho
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-07-11 22:34:46 +0000
committerkim <kim@pkgsrc.org>1999-07-11 22:34:46 +0000
commitcfd2b8d704116a87bf8522db0c3173b34f7d7563 (patch)
tree52c594adf58e4d424c8425af66c943ad835ca03a /net/ywho
parent70ac9c684aa3872c4178205be990fb26ef9d69e5 (diff)
downloadpkgsrc-cfd2b8d704116a87bf8522db0c3173b34f7d7563.tar.gz
An on-demand rwho and friends.
Diffstat (limited to 'net/ywho')
-rw-r--r--net/ywho/Makefile14
-rw-r--r--net/ywho/files/md53
-rw-r--r--net/ywho/pkg/COMMENT1
-rw-r--r--net/ywho/pkg/DESCR4
-rw-r--r--net/ywho/pkg/PLIST7
5 files changed, 29 insertions, 0 deletions
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