From 84160d26cd772662ea9dd5b5d9410af8dee39513 Mon Sep 17 00:00:00 2001 From: kamil Date: Sun, 29 Apr 2018 14:22:35 +0000 Subject: sysutils/rw: import rw-1.0 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 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). --- sysutils/rw/DESCR | 6 ++++++ sysutils/rw/Makefile | 15 +++++++++++++++ sysutils/rw/PLIST | 3 +++ sysutils/rw/distinfo | 6 ++++++ 4 files changed, 30 insertions(+) create mode 100644 sysutils/rw/DESCR create mode 100644 sysutils/rw/Makefile create mode 100644 sysutils/rw/PLIST create mode 100644 sysutils/rw/distinfo diff --git a/sysutils/rw/DESCR b/sysutils/rw/DESCR new file mode 100644 index 00000000000..13c3cef7778 --- /dev/null +++ b/sysutils/rw/DESCR @@ -0,0 +1,6 @@ +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 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). diff --git a/sysutils/rw/Makefile b/sysutils/rw/Makefile new file mode 100644 index 00000000000..b6d55ff826c --- /dev/null +++ b/sysutils/rw/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2018/04/29 14:22:35 kamil Exp $ + +DISTNAME= rw-portable-1.0 +PKGNAME= ${DISTNAME:S/-portable//} +CATEGORIES= sysutils +MASTER_SITES= https://sortix.org/rw/release/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://sortix.org/rw/ +COMMENT= Sortix dd(1) replacement +LICENSE= isc + +INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/rw/PLIST b/sysutils/rw/PLIST new file mode 100644 index 00000000000..501e30cea03 --- /dev/null +++ b/sysutils/rw/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2018/04/29 14:22:35 kamil Exp $ +bin/rw +man/man1/rw.1 diff --git a/sysutils/rw/distinfo b/sysutils/rw/distinfo new file mode 100644 index 00000000000..15a7156cfd4 --- /dev/null +++ b/sysutils/rw/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/04/29 14:22:35 kamil Exp $ + +SHA1 (rw-portable-1.0.tar.gz) = 2971af0e3dc1dc8d98922dcb7dc806077f305783 +RMD160 (rw-portable-1.0.tar.gz) = 271db6bea10b0ef28ec3d0d4b99167709c8f31a5 +SHA512 (rw-portable-1.0.tar.gz) = b4358a8caad594dbfe7795008017c2ebaca498c9f843336cdb1d7e122e1c9be78b5c01a4ecf8c37f4238cb0ddbdacb1ba5e4281797113fa34b122e4ab3894a97 +Size (rw-portable-1.0.tar.gz) = 12993 bytes -- cgit v1.2.3