diff options
author | obache <obache@pkgsrc.org> | 2009-11-29 07:32:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-29 07:32:17 +0000 |
commit | 885d0c4bb5de6144c9c6e4cfac33c4ce0621fa84 (patch) | |
tree | 160648d19441e34fae17e5c63ecca4e27b89859b /misc/topless | |
parent | 6f03a57d58fab3fa256b42261fc52fcb1c1b6ef4 (diff) | |
download | pkgsrc-885d0c4bb5de6144c9c6e4cfac33c4ce0621fa84.tar.gz |
Import topless-1.52 as misc/topless.
topless reads various command output, displays it on the whole screen (like
less), and periodically updates it like top.
topless can be used with almost every sort of command, but is particularly
useful when used with the command to monitor the system, such as ps, netstat or
fstat.
Diffstat (limited to 'misc/topless')
-rw-r--r-- | misc/topless/DESCR | 6 | ||||
-rw-r--r-- | misc/topless/Makefile | 23 | ||||
-rw-r--r-- | misc/topless/PLIST | 3 | ||||
-rw-r--r-- | misc/topless/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/misc/topless/DESCR b/misc/topless/DESCR new file mode 100644 index 00000000000..fcc8e4c7605 --- /dev/null +++ b/misc/topless/DESCR @@ -0,0 +1,6 @@ +topless reads various command output, displays it on the whole screen (like +less), and periodically updates it like top. + +topless can be used with almost every sort of command, but is particularly +useful when used with the command to monitor the system, such as ps, netstat or +fstat. diff --git a/misc/topless/Makefile b/misc/topless/Makefile new file mode 100644 index 00000000000..adc8096846b --- /dev/null +++ b/misc/topless/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/29 07:32:17 obache Exp $ +# + +DISTNAME= topless-1.52 +CATEGORIES= misc sysutils +MASTER_SITES= http://people.freebsd.org/~daichi/src/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://bloghome.lovepeers.org/daymemo2/files/2005/0613/topless.html +COMMENT= Display command output on the whole screen like ``top'' +LICENSE= 2-clause-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/topless ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/topless.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/topless/PLIST b/misc/topless/PLIST new file mode 100644 index 00000000000..be4a325976a --- /dev/null +++ b/misc/topless/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/29 07:32:17 obache Exp $ +bin/topless +man/man1/topless.1 diff --git a/misc/topless/distinfo b/misc/topless/distinfo new file mode 100644 index 00000000000..810d780a41f --- /dev/null +++ b/misc/topless/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/29 07:32:17 obache Exp $ + +SHA1 (topless-1.52.tar.gz) = e0f838cff4b80254eedb5858e57ded599dc224bc +RMD160 (topless-1.52.tar.gz) = cf4abae31d8d78d51bf307b0974b16b0248dd8da +Size (topless-1.52.tar.gz) = 4673 bytes |