pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/topless Import topless-1.52 as misc/topless.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab41a2ffc9d3
branches:  trunk
changeset: 567931:ab41a2ffc9d3
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 29 07:32:17 2009 +0000

description:
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:

 misc/topless/DESCR    |   6 ++++++
 misc/topless/Makefile |  23 +++++++++++++++++++++++
 misc/topless/PLIST    |   3 +++
 misc/topless/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 01875d79c94a -r ab41a2ffc9d3 misc/topless/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/topless/DESCR        Sun Nov 29 07:32:17 2009 +0000
@@ -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 -r 01875d79c94a -r ab41a2ffc9d3 misc/topless/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/topless/Makefile     Sun Nov 29 07:32:17 2009 +0000
@@ -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@localhost
+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 -r 01875d79c94a -r ab41a2ffc9d3 misc/topless/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/topless/PLIST        Sun Nov 29 07:32:17 2009 +0000
@@ -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 -r 01875d79c94a -r ab41a2ffc9d3 misc/topless/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/topless/distinfo     Sun Nov 29 07:32:17 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index