# 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= 1.0 XDISTNAME= rw-portable-${PORTVERSION} XCATEGORIES= sysutils XMASTER_SITES= https://sortix.org/rw/release/ X XMAINTAINER= jsmith@resonatingmedia.com XCOMMENT= A simple replacement for dd wth standard command line flags. X XLICENSE= ISC X XPLIST_FILES= bin/rw man/man1/rw.1.gz X Xdo-build: X cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${PORTNAME}.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X ${MKDIR} -p ${STAGEDIR}${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 X X.include 8f6959c6172cc8505ebb3740dd35d407 echo x - rw/distinfo sed 's/^X//' >rw/distinfo << 'a8ec7f165a73e50b7fb66a1fb7c3211c' XTIMESTAMP = 1523993918 XSHA256 (rw-portable-1.0.tar.gz) = 50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d XSIZE (rw-portable-1.0.tar.gz) = 12993 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://sortix.org/rw/ 9240bfefa89b7b1be507c54456dfcaae exit