On 04/25/18 20:46, Brian Callahan wrote:
Hi ports --
Attached is a simple new port, sysutils/rw. rw is a simple dd(1)
replacement utility from Sortix.
---
pkg/DESCR:
Sortix rw is a program that reads blocks from the standard input and
copies them to the standard output until the end of the standard input.
rw(1) is designed to be a replacement for dd(1), providing only the core
blockwise I/O. It has a standard command line interface with dashed
options, useful and efficient defaults, and is simpler because it
doesn't support converting the input (e.g. converting ASCII to/from
EBCDIC).
---
Seems ok here. Upstream seems pretty aggressive about learning how to
write portable code and getting packages in every OS, so why not.
OK?
~Brian
Ping.