# 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: # # rw # rw/Makefile # rw/distinfo # rw/pkg-descr # echo c - rw mkdir -p rw > /dev/null 2>&1 echo x - rw/Makefile sed 's/^X//' >rw/Makefile << '8f6959c6172cc8505ebb3740dd35d407' XPORTNAME= rw XPORTVERSION= 0.1 XCATEGORIES= sysutils X XMAINTAINER= jsmith@resonatingmedia.com XCOMMENT= A simple replacement for dd wth standard command line flags. X XLICENSE= ISC X XUSE_GITLAB= yes XGL_ACCOUNT= sortix XGL_PROJECT= sortix XGL_COMMIT= 23438327b5dc4df49c8d82790735788254ae1eda X XPLIST_FILES= bin/rw share/man/man1/rw.1 X Xdo-build: X cd ${WRKSRC}/${PORTNAME} && $(CC) -o ${PORTNAME} ${PORTNAME}.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X ${MKDIR} -p ${STAGEDIR}${PREFIX}/share/man/man1 X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 X X.include 8f6959c6172cc8505ebb3740dd35d407 echo x - rw/distinfo sed 's/^X//' >rw/distinfo << 'a8ec7f165a73e50b7fb66a1fb7c3211c' XTIMESTAMP = 1522545878 XSHA256 (sortix-sortix-23438327b5dc4df49c8d82790735788254ae1eda_GL0.tar.gz) = 2e67bc7f666558d4dcc1ea3110b4c65b65b221309ff5663e982ea4d3392df064 XSIZE (sortix-sortix-23438327b5dc4df49c8d82790735788254ae1eda_GL0.tar.gz) = 1061986 a8ec7f165a73e50b7fb66a1fb7c3211c echo x - rw/pkg-descr sed 's/^X//' >rw/pkg-descr << '9240bfefa89b7b1be507c54456dfcaae' Xrw is a command line program which copies information between files or byte Xstreams. The rw command is designed to be a replacement for dd with Xstandard style command line flags. X XWWW: https://gitlab.com/sortix/sortix/tree/master/rw 9240bfefa89b7b1be507c54456dfcaae exit