pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rw sysutils/rw: import rw-1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0465fd987604
branches:  trunk
changeset: 306935:0465fd987604
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Apr 29 14:22:35 2018 +0000
description:
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:

 sysutils/rw/DESCR    |   6 ++++++
 sysutils/rw/Makefile |  15 +++++++++++++++
 sysutils/rw/PLIST    |   3 +++
 sysutils/rw/distinfo |   6 ++++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 5f29bb89ab2b -r 0465fd987604 sysutils/rw/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rw/DESCR Sun Apr 29 14:22:35 2018 +0000
@@ -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 -r 5f29bb89ab2b -r 0465fd987604 sysutils/rw/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rw/Makefile      Sun Apr 29 14:22:35 2018 +0000
@@ -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@localhost
+HOMEPAGE=      https://sortix.org/rw/
+COMMENT=       Sortix dd(1) replacement
+LICENSE=       isc
+
+INSTALL_MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5f29bb89ab2b -r 0465fd987604 sysutils/rw/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rw/PLIST Sun Apr 29 14:22:35 2018 +0000
@@ -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 -r 5f29bb89ab2b -r 0465fd987604 sysutils/rw/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rw/distinfo      Sun Apr 29 14:22:35 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index