Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7404a44d91e16292dd65217f048c8947b4fbd3c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7404a44d91e16292dd65217f048c8947b4fbd3c5)
  • Date: Thu, 25 Mar 2010 18:14:41 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

utils/moreutils/BUILD | 2 +-
utils/moreutils/DEPENDS | 4 +++-
utils/moreutils/DETAILS | 4 ++--
utils/moreutils/HISTORY | 6 ++++++
utils/moreutils/INSTALL | 7 +++++++
5 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 7404a44d91e16292dd65217f048c8947b4fbd3c5
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

moreutils: update to 0.39
if someone solves the manpage generation, the BUILD and INSTALL changes
can be reverted

diff --git a/utils/moreutils/BUILD b/utils/moreutils/BUILD
index 8f58e6d..c83f7e3 100755
--- a/utils/moreutils/BUILD
+++ b/utils/moreutils/BUILD
@@ -1 +1 @@
-make
+make isutf8 ifdata ifne pee sponge mispipe lckdo parallel
diff --git a/utils/moreutils/DEPENDS b/utils/moreutils/DEPENDS
index 58b9f8e..e50d1b2 100755
--- a/utils/moreutils/DEPENDS
+++ b/utils/moreutils/DEPENDS
@@ -1 +1,3 @@
-depends docbook2x
+depends docbook2x &&
+depends time-duration &&
+depends timedate
diff --git a/utils/moreutils/DETAILS b/utils/moreutils/DETAILS
index 66adadf..61dd879 100755
--- a/utils/moreutils/DETAILS
+++ b/utils/moreutils/DETAILS
@@ -1,6 +1,6 @@
SPELL=moreutils
- VERSION=0.18
-
SOURCE_HASH=sha512:be161e69890b802dbf0abbc3f961457701d377e05acd5f998705071a1fb3df202fc2d63839640e9113d133c2842567aedb03022ada03768b45d34a7604496e50
+ VERSION=0.39
+
SOURCE_HASH=sha512:1861802c362eca6df98a962ba0a4bfabd7464316b73543b7f36e212346bae585f2038a60cc5c6644327df9700933a5d7bdae81e2208f7ee21c8d71cfd3ab05c0
SOURCE=${SPELL}_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/m/moreutils/$SOURCE
diff --git a/utils/moreutils/HISTORY b/utils/moreutils/HISTORY
index 52b8e58..be98a1b 100644
--- a/utils/moreutils/HISTORY
+++ b/utils/moreutils/HISTORY
@@ -1,3 +1,9 @@
+2010-03-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added two perl modules
+ * DETAILS: updated spell to 0.39
+ * INSTALL: added, since the makefile is not suitable
+ * BUILD: skip building the man pages, could not make it work
+
2006-10-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18, added mispipe to description

diff --git a/utils/moreutils/INSTALL b/utils/moreutils/INSTALL
new file mode 100755
index 0000000..393a483
--- /dev/null
+++ b/utils/moreutils/INSTALL
@@ -0,0 +1,7 @@
+for i in isutf8 ifdata ifne pee sponge mispipe lckdo parallel; do
+ install -s "$i" "$INSTALL_ROOT/usr/bin"
+done &&
+
+for i in vidir vipe ts combine zrun; do
+ install "$i" "$INSTALL_ROOT/usr/bin"
+done



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7404a44d91e16292dd65217f048c8947b4fbd3c5), Jaka Kranjc, 03/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page