summaryrefslogtreecommitdiff
path: root/sysutils/yawho
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2000-12-16 20:33:11 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2000-12-16 20:33:11 +0000
commit6bc0d80aaea18a149b56390de9315433b4b0d92b (patch)
treef52410e3b3d603c78755868edf98c5fd07b54276 /sysutils/yawho
parentUpdate to 1.2.5 japanese patch level 2. (diff)
Initial import of yawho, a w-like program which adds the display
of connection type and login shell PID.
Notes
Notes: svn path=/head/; revision=36033
Diffstat (limited to 'sysutils/yawho')
-rw-r--r--sysutils/yawho/Makefile17
-rw-r--r--sysutils/yawho/distinfo1
-rw-r--r--sysutils/yawho/files/patch-aa11
-rw-r--r--sysutils/yawho/pkg-comment1
-rw-r--r--sysutils/yawho/pkg-descr8
-rw-r--r--sysutils/yawho/pkg-plist1
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile
new file mode 100644
index 000000000000..6758c9873fb7
--- /dev/null
+++ b/sysutils/yawho/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: yawho
+# Date created: 16 December 2000
+# Whom: Daniel Harris <dannyboy@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yawho
+PORTVERSION= 1.2
+CATEGORIES= sysutils
+MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
+
+MAINTAINER= dannyboy@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/yawho/distinfo b/sysutils/yawho/distinfo
new file mode 100644
index 000000000000..befc000a6170
--- /dev/null
+++ b/sysutils/yawho/distinfo
@@ -0,0 +1 @@
+MD5 (yawho-1.2.tar.gz) = 3c261360f8f67aa52037164965a57cd9
diff --git a/sysutils/yawho/files/patch-aa b/sysutils/yawho/files/patch-aa
new file mode 100644
index 000000000000..088b59121a7b
--- /dev/null
+++ b/sysutils/yawho/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in Fri May 19 14:15:10 2000
++++ Makefile.in.new Sat Dec 16 15:01:07 2000
+@@ -64,7 +64,7 @@
+ @rm -f yawho
+ $(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS)
+ install:
+- $(INSTALL) -o root -m 0755 yawho $(bindir)/yawho
++ $(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho
+ clean:
+ rm -f ./*.o
+ rm -f yawho
diff --git a/sysutils/yawho/pkg-comment b/sysutils/yawho/pkg-comment
new file mode 100644
index 000000000000..3fbaee2c5de5
--- /dev/null
+++ b/sysutils/yawho/pkg-comment
@@ -0,0 +1 @@
+Simple 'w'-like program; displays connection type and login shell PID
diff --git a/sysutils/yawho/pkg-descr b/sysutils/yawho/pkg-descr
new file mode 100644
index 000000000000..f2b8b7f0c5b5
--- /dev/null
+++ b/sysutils/yawho/pkg-descr
@@ -0,0 +1,8 @@
+Yawho is a fast and simple program similar to 'w'.
+For each logged in user yawho displays the connection type,
+tty, login shell PID, 'from' host, and the user's current command.
+
+WWW: http://wizard.ae.krakow.pl/~mike/
+
+- Daniel Harris
+dannyboy@freebsd.org
diff --git a/sysutils/yawho/pkg-plist b/sysutils/yawho/pkg-plist
new file mode 100644
index 000000000000..c13b1e220916
--- /dev/null
+++ b/sysutils/yawho/pkg-plist
@@ -0,0 +1 @@
+bin/yawho