Import sysutils/pv from David <dunnoseriously at gmail dot com>
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.
This commit is contained in:
parent
dbfec59591
commit
def4100ca4
22
sysutils/pv/Makefile
Normal file
22
sysutils/pv/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $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>
|
5
sysutils/pv/distinfo
Normal file
5
sysutils/pv/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pv-1.1.4.tar.gz) = jQ7aIYJkCRnar2GGzYFqEw==
|
||||
RMD160 (pv-1.1.4.tar.gz) = rART5Z+fHYHMQLVbiHCHGqIvnxA=
|
||||
SHA1 (pv-1.1.4.tar.gz) = LYTiErVDUJtnU1GAnR4CV+Z5xfo=
|
||||
SHA256 (pv-1.1.4.tar.gz) = /UOuo86QF0mcwCxbMjfgIHFAsX1u+t3AX6jMOTxkqQQ=
|
||||
SIZE (pv-1.1.4.tar.gz) = 92146
|
11
sysutils/pv/patches/patch-autoconf_make_unreal_mk
Normal file
11
sysutils/pv/patches/patch-autoconf_make_unreal_mk
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-autoconf_make_unreal_mk,v 1.1.1.1 2009/04/03 18:03:04 giovanni Exp $
|
||||
--- autoconf/make/unreal.mk.orig Fri Apr 3 19:14:16 2009
|
||||
+++ autoconf/make/unreal.mk Fri Apr 3 19:14:27 2009
|
||||
@@ -155,7 +155,6 @@ install: all doc
|
||||
"$(DESTDIR)/$(bindir)/$(package)"
|
||||
$(INSTALL) -m 644 doc/quickref.1 \
|
||||
"$(DESTDIR)/$(mandir)/man1/$(package).1"
|
||||
- -$(DO_GZIP) "$(DESTDIR)/$(mandir)/man1/$(package).1"
|
||||
if test -n "$(CATALOGS)"; then \
|
||||
catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
6
sysutils/pv/pkg/DESCR
Normal file
6
sysutils/pv/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
3
sysutils/pv/pkg/PLIST
Normal file
3
sysutils/pv/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/03 18:03:04 giovanni Exp $
|
||||
@bin bin/pv
|
||||
@man man/man1/pv.1
|
Loading…
Reference in New Issue
Block a user