def4100ca4
with tweaks by me. Pipe Viewer (pv) is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is and estimate of how long it will be until completion.
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/03 18:03:04 giovanni Exp $
|
|
|
|
COMMENT = monitor the progress of data through a pipeline
|
|
|
|
DISTNAME = pv-1.1.4
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.ivarch.com/programs/pv.shtml
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES = http://pipeviewer.googlecode.com/files/
|
|
|
|
WANTLIB = c
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|