Add pipemeter 0.8.3, measure speed of data going through a pipe.

Features:
- Shows speed of data moving from input to output
- Shows percentage complete if regular file specified
- Allows tuning of block size and display interval
- Support for dd style block size specification

Author:	Clint Byrum <cbyrum@spamaps.org>
WWW:	http://spamaps.org/pipemeter.php

PR:		59916
Submitted by:	Len Sassaman
This commit is contained in:
Sergei Kolobov
2003-12-17 17:15:22 +00:00
parent cc0a90e2ad
commit 1de20ae544
5 changed files with 48 additions and 0 deletions

View File

@@ -246,6 +246,7 @@
SUBDIR += pfstat
SUBDIR += pftop
SUBDIR += pib
SUBDIR += pipemeter
SUBDIR += pkg_cutleaves
SUBDIR += pkg_install
SUBDIR += pkg_remove

View File

@@ -0,0 +1,31 @@
# New ports collection makefile for: pipemeter
# Date created: 2003-12-02
# Whom: Len Sassaman
#
# $FreeBSD$
#
PORTNAME= pipemeter
PORTVERSION= 0.8.3
CATEGORIES= sysutils
MASTER_SITES= http://ports.abditum.com/pipemeter/ \
http://spamaps.org/files/pipemeter/
MAINTAINER= rabbi@abditum.com
COMMENT= Measure speed of data going through a pipe
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= pipemeter.1
DOCS= Changelog README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@@ -0,0 +1 @@
MD5 (pipemeter-0.8.3.tar.gz) = 3ecfb96bffbb3025124b72759026da2f

View File

@@ -0,0 +1,10 @@
pipemeter - measure speed of data going through a pipe/redirection
Features:
- Shows speed of data moving from input to output
- Shows percentage complete if regular file specified
- Allows tuning of block size and display interval
- Support for dd style block size specification
Author: Clint Byrum <cbyrum@spamaps.org>
WWW: http://spamaps.org/pipemeter.php

View File

@@ -0,0 +1,5 @@
@comment $FreeBSD$
bin/pipemeter
%%PORTDOCS%%%%DOCSDIR%%/Changelog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%