Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a726628e7a27e2487c49e1d0be0ad2ba6b21793)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a726628e7a27e2487c49e1d0be0ad2ba6b21793)
  • Date: Thu, 31 May 2018 15:37:00 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
disk/rw/BUILD | 1 +
disk/rw/DETAILS | 21 +++++++++++++++++++++
disk/rw/HISTORY | 2 ++
disk/rw/INSTALL | 1 +
5 files changed, 28 insertions(+)

New commits:
commit 4a726628e7a27e2487c49e1d0be0ad2ba6b21793
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rw: new spell, Sortix dd replacement

diff --git a/ChangeLog b/ChangeLog
index 47e3ad3..7849fe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-05-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/rw: new spell, Sortix dd replacement
+
2018-05-29 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add Thomas Fischer <fischer AT unix-ag.uni-kl.de>
* kde5-apps/kbibtex: added, bibtex editor
diff --git a/disk/rw/BUILD b/disk/rw/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/rw/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/rw/DETAILS b/disk/rw/DETAILS
new file mode 100755
index 0000000..17585c6
--- /dev/null
+++ b/disk/rw/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=rw
+ SPELLX=${SPELL}-portable
+ VERSION=1.0
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://sortix.org/${SPELL}/release/${SOURCE}
+
SOURCE_HASH=sha512:b4358a8caad594dbfe7795008017c2ebaca498c9f843336cdb1d7e122e1c9be78b5c01a4ecf8c37f4238cb0ddbdacb1ba5e4281797113fa34b122e4ab3894a97
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://sortix.org/rw/
+ ENTERED=20180531
+ LICENSE[0]=ISC
+ KEYWORDS=""
+ SHORT="Sortix dd replacement"
+cat << EOF
+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 is designed to be a replacement for dd, 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).
+EOF
diff --git a/disk/rw/HISTORY b/disk/rw/HISTORY
new file mode 100644
index 0000000..96d8ff4
--- /dev/null
+++ b/disk/rw/HISTORY
@@ -0,0 +1,2 @@
+2018-05-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 1.0
diff --git a/disk/rw/INSTALL b/disk/rw/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/disk/rw/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a726628e7a27e2487c49e1d0be0ad2ba6b21793), Vlad Glagolev, 05/31/2018

Archive powered by MHonArc 2.6.24.

Top of Page