Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (aa80671f004dc2aaa90163383919488e0f4d04b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (aa80671f004dc2aaa90163383919488e0f4d04b5)
  • Date: Wed, 12 Jul 2006 15:56:29 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 1 +
utils/moreutils/BUILD | 1 +
utils/moreutils/DEPENDS | 1 +
utils/moreutils/DETAILS | 27 +++++++++++++++++++++++++++
utils/moreutils/HISTORY | 3 +++
utils/moreutils/PRE_BUILD | 4 ++++
6 files changed, 37 insertions(+)

New commits:
commit aa80671f004dc2aaa90163383919488e0f4d04b5
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

moreutils: new spell, additional unix utilities

diff --git a/ChangeLog b/ChangeLog
index a5752b7..fcc7986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-07-12 Ladislav Hagara <hgr AT vabo.cz>
* doc/docbook2x: new spell, converts DocBook documents to man pages
and
Texinfo documents
+ * utils/moreutils: new spell, additional unix utilities

2006-07-11 Pol Vinogradov <vin.public AT gmail.com>
* cluster/ocfs2-tools: new spell, tools for OCFS2 cluster filesystem
diff --git a/utils/moreutils/BUILD b/utils/moreutils/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/moreutils/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/moreutils/DEPENDS b/utils/moreutils/DEPENDS
new file mode 100755
index 0000000..58b9f8e
--- /dev/null
+++ b/utils/moreutils/DEPENDS
@@ -0,0 +1 @@
+depends docbook2x
diff --git a/utils/moreutils/DETAILS b/utils/moreutils/DETAILS
new file mode 100755
index 0000000..9e80b61
--- /dev/null
+++ b/utils/moreutils/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=moreutils
+ VERSION=0.12
+
SOURCE_HASH=sha512:792af044c34c8f4b2bbb9b78428e5ddf6be87655ebb0a61bc88bc5b1c90c2fa7bf7a274a27b9273379600a2d9f14aff50753f32ae532d1957d8ad391766f64f1
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/m/moreutils/$SOURCE
+ WEB_SITE=http://www.kitenet.net/~joey/code/moreutils.html
+ ENTERED=20060712
+ LICENSE[0]=GPL
+ KEYWORDS="utils"
+ SHORT="additional unix utilities"
+cat << EOF
+moreutils is a growing collection of the unix tools that nobody thought to
write
+thirty years ago.
+
+So far, it includes the following utilities:
+
+ - isutf8: check if a file or standard input is utf-8
+ - sponge: soak up standard input and write to a file
+ - ts: timestamp standard input
+ - vidir: edit a directory in your text editor
+ - vipe: insert a text editor into a pipe
+ - combine: combine the lines in two files using boolean operations
+ - ifdata: get network interface info without parsing ifconfig output
+ - pee: tee standard input to pipes
+ - zrun: automatically uncompress arguments to command
+EOF
diff --git a/utils/moreutils/HISTORY b/utils/moreutils/HISTORY
new file mode 100644
index 0000000..98086f6
--- /dev/null
+++ b/utils/moreutils/HISTORY
@@ -0,0 +1,3 @@
+2006-07-12 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 0.12
+
diff --git a/utils/moreutils/PRE_BUILD b/utils/moreutils/PRE_BUILD
new file mode 100755
index 0000000..ae61371
--- /dev/null
+++ b/utils/moreutils/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit 's:docbook2x-man:docbook2man:' Makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (aa80671f004dc2aaa90163383919488e0f4d04b5), Ladislav Hagara, 07/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page