summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2022-09-18 22:38:44 +0000
committerjschauma <jschauma@pkgsrc.org>2022-09-18 22:38:44 +0000
commite3caee7b6aae63cff6154bbc717cdbd54092fba5 (patch)
tree9c7385312c69bc1a3205d8797761e6164a01b284 /sysutils/Makefile
parent8b9920fc7282d7d3a0842b194fe82858f451c7b5 (diff)
downloadpkgsrc-e3caee7b6aae63cff6154bbc717cdbd54092fba5.tar.gz
add xpipe(1)
The xpipe command reads input from stdin and splits it by the given number of bytes, lines, or if matching the given pattern. It then invokes the given utility repeatedly, feeding it the generated data chunks as input. You can think of it as a Unix love-child of the split(1), tee(1), and xargs(1) commands. https://github.com/jschauma/xpipe
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 2c9ac7e4440..471020d0aa3 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1015 2022/09/17 16:03:12 pin Exp $
+# $NetBSD: Makefile,v 1.1016 2022/09/18 22:38:44 jschauma Exp $
#
COMMENT= System utilities
@@ -907,6 +907,7 @@ SUBDIR+= xmbmon
SUBDIR+= xmeter
SUBDIR+= xnc
SUBDIR+= xosview
+SUBDIR+= xpipe
SUBDIR+= xplr
SUBDIR+= xps
SUBDIR+= xuvmstat