[SM-Commit] GIT changes to master grimoire by Andraž Levstik (53364c20d4e66edb5f29e85da6a2f21d1da2481f)

Andraž Levstik scm at sourcemage.org
Fri Apr 3 15:06:29 EDT 2009


GIT changes to master grimoire by Andraž Levstik <ruskie at codemages.net>:

 ChangeLog                 |    3 +++
 python-pypi/halrv/DEPENDS |    3 +++
 python-pypi/halrv/DETAILS |   26 ++++++++++++++++++++++++++
 python-pypi/halrv/HISTORY |    3 +++
 x11/xvkbd/BUILD           |    3 ++-
 x11/xvkbd/DEPENDS         |    3 ++-
 x11/xvkbd/DETAILS         |    4 ++--
 x11/xvkbd/HISTORY         |    5 +++++
 8 files changed, 46 insertions(+), 4 deletions(-)

New commits:
commit 53364c20d4e66edb5f29e85da6a2f21d1da2481f
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    xvkbd: update to 3.0

commit ec8e798301a0eb843f83de42315b77cc7d885a49
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    halrv: new spell, a cmd line mount/umount that uses hal

diff --git a/ChangeLog b/ChangeLog
index b651357..ed6e3f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-03 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* python-pypi/halrv: new spell, a hal mount/umount utility for cmd line use
+
 2009-04-02 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* graphics/plotutils: new spell, plotting libraries and utils
 
diff --git a/python-pypi/halrv/DEPENDS b/python-pypi/halrv/DEPENDS
new file mode 100755
index 0000000..6ff68ac
--- /dev/null
+++ b/python-pypi/halrv/DEPENDS
@@ -0,0 +1,3 @@
+depends hal &&
+depends python &&
+depends git
diff --git a/python-pypi/halrv/DETAILS b/python-pypi/halrv/DETAILS
new file mode 100755
index 0000000..5d5a9d6
--- /dev/null
+++ b/python-pypi/halrv/DETAILS
@@ -0,0 +1,26 @@
+           SPELL=halrv
+         VERSION=scm
+          SOURCE="${SPELL}-scm.tar.bz2"
+   SOURCE_URL[0]=git://github.com/rg3/$SPELL.git:$SPELL-scm
+   SOURCE_IGNORE=volatile
+  FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+        WEB_SITE="http://github.com/rg3/halrv/tree/master"
+      LICENSE[0]="Public Domain"
+         ENTERED=20090328
+           SHORT="Command line removable volumes manager using HAL"
+cat << EOF
+halrv is a simple command line tool to manage removable volumes using HAL. It
+aims to be the command line equivalent of many GUI programs that display a
+list of removable drives in your computer, allow you to mount them by clicking
+on their icon and, later, unmount and eject them (also called "safe removal").
+
+With halrv, you can list removable volumes, mount a specific device, and
+eject a specific device. It does not depend on any GUI libraries.
+
+If present, the first argument to the program must be a known operation
+name. Typing the full name is not needed, however, as long as the argument
+provides a unique operation prefix. For example, the "mount" operation is the
+only one startin with "m", so typing that single character is enough.Please
+enter a description of the spell here
+EOF
diff --git a/python-pypi/halrv/HISTORY b/python-pypi/halrv/HISTORY
new file mode 100644
index 0000000..4956f8e
--- /dev/null
+++ b/python-pypi/halrv/HISTORY
@@ -0,0 +1,3 @@
+2009-03-28 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DEPENDS, DETAILS: spell created
+
diff --git a/x11/xvkbd/BUILD b/x11/xvkbd/BUILD
index c2d70fa..1ad2cca 100755
--- a/x11/xvkbd/BUILD
+++ b/x11/xvkbd/BUILD
@@ -1 +1,2 @@
-mxmkmf
+mxmkmf &&
+make
diff --git a/x11/xvkbd/DEPENDS b/x11/xvkbd/DEPENDS
index b35f9d7..9b67d55 100755
--- a/x11/xvkbd/DEPENDS
+++ b/x11/xvkbd/DEPENDS
@@ -1,2 +1,3 @@
 depends lesstif &&
-depends xaw3d
+depends xaw3d &&
+depends libxtst
diff --git a/x11/xvkbd/DETAILS b/x11/xvkbd/DETAILS
index e6fb1c8..13442b6 100755
--- a/x11/xvkbd/DETAILS
+++ b/x11/xvkbd/DETAILS
@@ -1,11 +1,11 @@
            SPELL=xvkbd
-         VERSION=2.8
+         VERSION=3.0
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://homepage3.nifty.com/tsato/xvkbd/$SOURCE
         WEB_SITE=http://homepage3.nifty.com/tsato/xvkbd/
          ENTERED=20071204
-     SOURCE_HASH=sha512:3bfd4e77fcd04941e40978240429c3965b56af8ea8fe3f20d48ea2ab04fe54575e4f2a4db6192b49235c21dca0c61426ae97197a738655f4d7013d54086a8d52
+     SOURCE_HASH=sha512:e6e3e318c0e553e38c1e124d565d33dc94434f61b6ad1350a0ac688ec2f4757153877ca69771f952d2636443e799fcd2bedb531ab2dceff9b9fd1d92d0772ae2
       LICENSE[0]=GPL
            SHORT="xvkbd is a virtual (graphical) keyboard program for X Window System"
 cat << EOF
diff --git a/x11/xvkbd/HISTORY b/x11/xvkbd/HISTORY
index 37e15cf..18de331 100644
--- a/x11/xvkbd/HISTORY
+++ b/x11/xvkbd/HISTORY
@@ -1,2 +1,7 @@
+2009-03-28 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: updated spell to 3.0
+	* BUILD: make here first not in INSTALL
+	* DEPENDS: missing libxtst
+
 2007-12-04 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr at gmail.com>
 	* BUILD, DEPENDS, DETAILS, INSTALL, HISTORY: created this spell.



More information about the SM-Commit mailing list