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:
@@ -246,6 +246,7 @@
|
||||
SUBDIR += pfstat
|
||||
SUBDIR += pftop
|
||||
SUBDIR += pib
|
||||
SUBDIR += pipemeter
|
||||
SUBDIR += pkg_cutleaves
|
||||
SUBDIR += pkg_install
|
||||
SUBDIR += pkg_remove
|
||||
|
||||
31
sysutils/pipemeter/Makefile
Normal file
31
sysutils/pipemeter/Makefile
Normal 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>
|
||||
1
sysutils/pipemeter/distinfo
Normal file
1
sysutils/pipemeter/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (pipemeter-0.8.3.tar.gz) = 3ecfb96bffbb3025124b72759026da2f
|
||||
10
sysutils/pipemeter/pkg-descr
Normal file
10
sysutils/pipemeter/pkg-descr
Normal 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
|
||||
5
sysutils/pipemeter/pkg-plist
Normal file
5
sysutils/pipemeter/pkg-plist
Normal file
@@ -0,0 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
bin/pipemeter
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changelog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
Reference in New Issue
Block a user