summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2018-04-29 14:22:35 +0000
committerkamil <kamil@pkgsrc.org>2018-04-29 14:22:35 +0000
commit84160d26cd772662ea9dd5b5d9410af8dee39513 (patch)
treef53f0ff62e7dadc2302d8f611ffb78d4be0d53fe /sysutils
parent8f693f9db7880375413b9d1f4b364fb78fecda43 (diff)
downloadpkgsrc-84160d26cd772662ea9dd5b5d9410af8dee39513.tar.gz
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).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rw/DESCR6
-rw-r--r--sysutils/rw/Makefile15
-rw-r--r--sysutils/rw/PLIST3
-rw-r--r--sysutils/rw/distinfo6
4 files changed, 30 insertions, 0 deletions
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