# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xpipe # xpipe/files # xpipe/files/patch-Makefile # xpipe/distinfo # xpipe/Makefile # xpipe/pkg-descr # echo c - xpipe mkdir -p xpipe > /dev/null 2>&1 echo c - xpipe/files mkdir -p xpipe/files > /dev/null 2>&1 echo x - xpipe/files/patch-Makefile sed 's/^X//' >xpipe/files/patch-Makefile << 'de8478b6301a86aed472378d2cf9ccf7' X--- Makefile.orig 2020-05-19 16:52:46 UTC X+++ Makefile X@@ -1,7 +1,7 @@ X NAME= xpipe X OBJS= src/xpipe.o X X-CFLAGS= -g -Wall -Werror -Wextra X+CFLAGS+=-Wall -Werror -Wextra X LIBS= -lm X X PREFIX?=/usr/local de8478b6301a86aed472378d2cf9ccf7 echo x - xpipe/distinfo sed 's/^X//' >xpipe/distinfo << 'd47b0cc3e3683da9e53fcabe9995c7db' XTIMESTAMP = 1589718950 XSHA256 (jschauma-xpipe-g20200503-60b0aec_GH0.tar.gz) = 1baea1b7106b5ee66502d166512bfe56d38fa362da7d42f6e8959617ca54c8ec XSIZE (jschauma-xpipe-g20200503-60b0aec_GH0.tar.gz) = 12399 d47b0cc3e3683da9e53fcabe9995c7db echo x - xpipe/Makefile sed 's/^X//' >xpipe/Makefile << 'bcbd22efbdf471c22368ead49299e040' X# Created by: Jose G. Juanino X# $FreeBSD$ X XPORTNAME= xpipe XDISTVERSION= g20200503 XCATEGORIES= sysutils X XMAINTAINER= jjuanino@gmail.com XCOMMENT= Split input and feed it into the given utility X XLICENSE= BSD2CLAUSE X XUSE_GITHUB= yes XGH_ACCOUNT= jschauma XGH_TAGNAME= 60b0aec X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 X XPLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz X X.include bcbd22efbdf471c22368ead49299e040 echo x - xpipe/pkg-descr sed 's/^X//' >xpipe/pkg-descr << '48a03f524743c7563795eff0625c9375' X[excerpt from xpipe web site] XThe xpipe command reads input from stdin and splits it by the given number of Xbytes, lines, or if matching the given pattern. It then invokes the given Xutility repeatedly, feeding it the generated data chunks as input. You can Xthink of it as a Unix love-child of the split(1), tee(1), and xargs(1) Xcommands. X XWWW: https://github.com/jschauma/xpipe 48a03f524743c7563795eff0625c9375 exit