diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wuzzah/Makefile | 31 | ||||
-rw-r--r-- | sysutils/wuzzah/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wuzzah/pkg-descr | 8 |
4 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d759255c5701..800275818228 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -571,6 +571,7 @@ SUBDIR += worldtools SUBDIR += wots SUBDIR += wtail + SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xacpim SUBDIR += xapply diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile new file mode 100644 index 000000000000..675ece1bf27f --- /dev/null +++ b/sysutils/wuzzah/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: wuzzah +# Date created: 8 Sep 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= wuzzah +PORTVERSION= 0.53 +CATEGORIES= sysutils +MASTER_SITES= http://critical.ch/distfiles/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= A command line utility for stalking users + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes + +PLIST_FILES= bin/wuzzah +MAN1= wuzzah.1 + +post-patch: + @${REINPLACE_CMD} -e '/^CFLAGS/d' \ + ${WRKSRC}/Makefile.in + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/wuzzah/distinfo b/sysutils/wuzzah/distinfo new file mode 100644 index 000000000000..126fa2e0a110 --- /dev/null +++ b/sysutils/wuzzah/distinfo @@ -0,0 +1,2 @@ +MD5 (wuzzah-0.53.tar.gz) = 47436e575bc637a8af816a0af3fb1e54 +SIZE (wuzzah-0.53.tar.gz) = 88128 diff --git a/sysutils/wuzzah/pkg-descr b/sysutils/wuzzah/pkg-descr new file mode 100644 index 000000000000..d96dc0098adc --- /dev/null +++ b/sysutils/wuzzah/pkg-descr @@ -0,0 +1,8 @@ +Wuzzah is a command-line utility that selectively scans a systems utmpx records +keeping an eye out for your friends logging in and out. Wuzzah is small, fast, +efficient and written in C. + +WWW: http://www.cs.swarthmore.edu/~finney/proj/wuzzah/ + +- ehaupt +ehaupt@critical.ch |