diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/yawho/Makefile | 17 | ||||
-rw-r--r-- | sysutils/yawho/distinfo | 1 | ||||
-rw-r--r-- | sysutils/yawho/files/patch-aa | 11 | ||||
-rw-r--r-- | sysutils/yawho/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/yawho/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/yawho/pkg-plist | 1 |
7 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b1e5624497fe..522c6c5538a5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += yawho SUBDIR += LPRng SUBDIR += afio 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 |