pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/rw
Module Name: pkgsrc
Committed By: kamil
Date: Sun Apr 29 14:22:35 UTC 2018
Added Files:
pkgsrc/sysutils/rw: DESCR Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/rw/DESCR pkgsrc/sysutils/rw/Makefile \
pkgsrc/sysutils/rw/PLIST pkgsrc/sysutils/rw/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/rw/DESCR
diff -u /dev/null pkgsrc/sysutils/rw/DESCR:1.1
--- /dev/null Sun Apr 29 14:22:35 2018
+++ pkgsrc/sysutils/rw/DESCR Sun Apr 29 14:22:35 2018
@@ -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).
Index: pkgsrc/sysutils/rw/Makefile
diff -u /dev/null pkgsrc/sysutils/rw/Makefile:1.1
--- /dev/null Sun Apr 29 14:22:35 2018
+++ pkgsrc/sysutils/rw/Makefile Sun Apr 29 14:22:35 2018
@@ -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"
Index: pkgsrc/sysutils/rw/PLIST
diff -u /dev/null pkgsrc/sysutils/rw/PLIST:1.1
--- /dev/null Sun Apr 29 14:22:35 2018
+++ pkgsrc/sysutils/rw/PLIST Sun Apr 29 14:22:35 2018
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/29 14:22:35 kamil Exp $
+bin/rw
+man/man1/rw.1
Index: pkgsrc/sysutils/rw/distinfo
diff -u /dev/null pkgsrc/sysutils/rw/distinfo:1.1
--- /dev/null Sun Apr 29 14:22:35 2018
+++ pkgsrc/sysutils/rw/distinfo Sun Apr 29 14:22:35 2018
@@ -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