[SM-Commit] GIT changes to master grimoire by Bor Kraljič (bb25dc46231433979a832f46afe29d078d97fd4b)

Bor Kraljič scm at sourcemage.org
Mon Oct 11 09:13:42 EDT 2010


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 disk/philesight/HISTORY |    1 +
 disk/philesight/INSTALL |   11 +++--------
 net/httping/DETAILS     |    8 +++++---
 net/httping/HISTORY     |    4 ++++
 utils/edelta/DETAILS    |    4 ++--
 utils/edelta/HISTORY    |    3 +++
 6 files changed, 18 insertions(+), 13 deletions(-)

New commits:
commit bb25dc46231433979a832f46afe29d078d97fd4b
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    httping: updated spell to 1.4.4

commit 4df38052993bba848a2efd695407b5534c349476
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    philesight: improved getting version of installed ruby

commit 2654eab59c90f88dc01b78dac1b264ed934e2333
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    edelta: updated spell to 0.10b

diff --git a/disk/philesight/HISTORY b/disk/philesight/HISTORY
index 339d909..5162a3f 100644
--- a/disk/philesight/HISTORY
+++ b/disk/philesight/HISTORY
@@ -2,6 +2,7 @@
 	* DETAILS: updated spell to 20101004
 	* PRE_BUILD: removed, no longer needed
 	* INSTALL: there is no ruby spell anymore
+	  improved getting version of installed ruby
 
 2010-02-25 Remko van der Vossen <wich at sourcemage.org>
 	* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/disk/philesight/INSTALL b/disk/philesight/INSTALL
index 4d8061f..e0b4edf 100755
--- a/disk/philesight/INSTALL
+++ b/disk/philesight/INSTALL
@@ -1,11 +1,6 @@
-if $(spell_ok ruby-1.8); then
-  RUBY_MAIN_VER=1.8
-elif $(spell_ok ruby-1.9);then
-  RUBY_MAIN_VER=1.9
-fi &&
-#RUBY_VER=$(installed_version ruby) &&
-install -dm 755 $INSTALL_ROOT/usr/lib/ruby/site_ruby/${RUBY_MAIN_VER}/ &&
-install -m 644 philesight.rb $INSTALL_ROOT/usr/lib/ruby/site_ruby/${RUBY_MAIN_VER}/philesight.rb &&
+RUBY_VER=$(installed_version $(get_spell_provider $SPELL RUBY)) &&
+install -dm 755 $INSTALL_ROOT/usr/lib/ruby/site_ruby/${RUBY_VER:0:3}/ &&
+install -m 644 philesight.rb $INSTALL_ROOT/usr/lib/ruby/site_ruby/${RUBY_VER:0:3}/philesight.rb &&
 install -dm 755 $INSTALL_ROOT/usr/bin &&
 install -m 755 philesight $INSTALL_ROOT/usr/bin/philesight &&
 install -dm 755 $INSTALL_ROOT/usr/share/www/philesight &&
diff --git a/net/httping/DETAILS b/net/httping/DETAILS
index 1404c76..3ea13eb 100755
--- a/net/httping/DETAILS
+++ b/net/httping/DETAILS
@@ -1,14 +1,16 @@
            SPELL=httping
-         VERSION=1.0.10
+         VERSION=1.4.4
           SOURCE=$SPELL-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.vanheusden.com/httping/$SOURCE
-     SOURCE_HASH=sha512:33572a471275b4478bae9a0214afb914bbfdd70fd700e547fc3824ae3a633d974de4e464e0373496442008357d005d21c9ef55e2d5127079562c362504d1310e
+     SOURCE_HASH=sha512:1b60a19a72e0b5a9b4b2b5267cf5481d56600e286f7b891a133c66b5d3fb782ca5838687b1466970e99d9403dc17e604dc1e47a3e2bc8de12884f1be835d1c49
         WEB_SITE=http://www.vanheusden.com/httping/
       LICENSE[0]=GPL
          ENTERED=20040504
         KEYWORDS="net"
            SHORT="like 'ping' but for http-requests"
 cat << EOF
-Httping is like 'ping' but for http-requests. Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers).
+Httping is like 'ping' but for http-requests. Give it an url, and it'll
+show you how long it takes to connect, send a request and retrieve the reply
+(only the headers).
 EOF
diff --git a/net/httping/HISTORY b/net/httping/HISTORY
index d141154..fceea06 100644
--- a/net/httping/HISTORY
+++ b/net/httping/HISTORY
@@ -1,3 +1,7 @@
+2010-10-11 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: updated spell to 1.4.4
+	  fixed long description wrap
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/utils/edelta/DETAILS b/utils/edelta/DETAILS
index 0385b8c..683a2e6 100755
--- a/utils/edelta/DETAILS
+++ b/utils/edelta/DETAILS
@@ -1,6 +1,6 @@
            SPELL=edelta
-         VERSION=0.9e
-     SOURCE_HASH=sha512:eebf47c2b187fc459d3ae51486be911beff373977d0969f98a92c7a337f7ec34a9ddbb282c15415cfde187ff2760f341b6e5f0a8ed21be2006969f366eca5bfa
+         VERSION=0.10b
+     SOURCE_HASH=sha512:8407fbc91a8653116bd0e81af9cb4fd646b542870085503a7ba0c61bd67e25d8046ce134437b7285b83dcef684138c902cb00f74da15f2e24531b0e549aafae6
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.diku.dk/~jacobg/edelta/$SOURCE
diff --git a/utils/edelta/HISTORY b/utils/edelta/HISTORY
index e0da957..cac2c8b 100644
--- a/utils/edelta/HISTORY
+++ b/utils/edelta/HISTORY
@@ -1,3 +1,6 @@
+2010-10-11 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: updated spell to 0.10b
+
 2006-06-28 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Removed BUILD_API=2, set grimoire-wide
 



More information about the SM-Commit mailing list