summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorobache <obache>2009-11-29 07:32:17 +0000
committerobache <obache>2009-11-29 07:32:17 +0000
commit30c1b40f4e8dd6e893371fec68ad83bf733fed0b (patch)
tree160648d19441e34fae17e5c63ecca4e27b89859b /misc
parent3ff4a095aed16fb8a763e1069a0469baeee7ccea (diff)
downloadpkgsrc-30c1b40f4e8dd6e893371fec68ad83bf733fed0b.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')
-rw-r--r--misc/topless/DESCR6
-rw-r--r--misc/topless/Makefile23
-rw-r--r--misc/topless/PLIST3
-rw-r--r--misc/topless/distinfo5
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