Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4ab126e1bb3f8265a111bbd9d4b1e2f8221eedd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4ab126e1bb3f8265a111bbd9d4b1e2f8221eedd4)
  • Date: Sun, 11 Jan 2015 01:19:23 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 +++++
chat-irc/ii/BUILD | 1 +
chat-irc/ii/DETAILS | 19 +++++++++++++++++++
chat-irc/ii/HISTORY | 2 ++
chat-irc/ii/INSTALL | 1 +
utils/lsw/BUILD | 1 +
utils/lsw/DETAILS | 15 +++++++++++++++
utils/lsw/HISTORY | 2 ++
utils/lsw/INSTALL | 1 +
utils/lsx/BUILD | 1 +
utils/lsx/DETAILS | 14 ++++++++++++++
utils/lsx/HISTORY | 2 ++
utils/lsx/INSTALL | 1 +
wm-addons/tabbed/DETAILS | 4 ++--
wm-addons/tabbed/HISTORY | 3 +++
15 files changed, 70 insertions(+), 2 deletions(-)

New commits:
commit 4ab126e1bb3f8265a111bbd9d4b1e2f8221eedd4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lsx: new spell, List executables

commit d5cd63f606001b2f6ef8b484de257cc0d3c6df82
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lsw: new spell, List windows titles

commit 3f9e0f8b0c9a15194f239fe3521d50035838a681
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ii: new spell, Minimalist filesystem-based IRC client

commit 5530afe77e18014ea915280e6b0fa42fdad33431
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tabbed 0.6

diff --git a/ChangeLog b/ChangeLog
index c49d8f1..7b8fbcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * chat-irc/ii: new spell, Minimalist filesystem-based IRC client
+ * utils/lsw: new spell, List windows titles
+ * utils/lsx: new spell, List executables
+
2015-01-10 Pol Vinogradov <vin.public AT gmail.com>
* libs/liblinebreak: spell deprecated [in favour of libunibreak]
* libs/libunibreak: new spell, a liblinebreak replacement
diff --git a/chat-irc/ii/BUILD b/chat-irc/ii/BUILD
new file mode 100755
index 0000000..46cc62b
--- /dev/null
+++ b/chat-irc/ii/BUILD
@@ -0,0 +1 @@
+make -C "$SOURCE_DIRECTORY" CFLAGS="$CFLAGS -DVERSION=\\\"$VERSION\\\""
diff --git a/chat-irc/ii/DETAILS b/chat-irc/ii/DETAILS
new file mode 100755
index 0000000..44a9b16
--- /dev/null
+++ b/chat-irc/ii/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ii
+ VERSION=1.7
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://dl.suckless.org/tools/${SOURCE}
+
SOURCE_HASH=sha512:1fa744bc9b4291b5c6c56e023d982aad59001137db6c7682284a2d63e649a32d558adbb85ae3407e312ae5436852b4278c2c522d4ef03f47cf54ea3a1f13ca90
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://tools.suckless.org/ii/";
+ LICENSE[0]=MIT
+ ENTERED=20120325
+ SHORT="Minimalist filesystem-based IRC client"
+cat << EOF
+Ii creates an irc directory tree with server, channel and nick name
directories.
+In every directory a FIFO in file and a normal out file is created.
+
+The in file is used to communicate with the servers and the out files contain
+the server messages. For every channel and every nick name there are related
+in and out files created. This allows IRC communication from command line
+and adheres to the Unix philosophy.
+EOF
diff --git a/chat-irc/ii/HISTORY b/chat-irc/ii/HISTORY
new file mode 100644
index 0000000..76d8d84
--- /dev/null
+++ b/chat-irc/ii/HISTORY
@@ -0,0 +1,2 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created
diff --git a/chat-irc/ii/INSTALL b/chat-irc/ii/INSTALL
new file mode 100755
index 0000000..7a7d501
--- /dev/null
+++ b/chat-irc/ii/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="$INSTALL_ROOT" PREFIX=/usr install
diff --git a/utils/lsw/BUILD b/utils/lsw/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/lsw/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/lsw/DETAILS b/utils/lsw/DETAILS
new file mode 100755
index 0000000..a045d69
--- /dev/null
+++ b/utils/lsw/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=lsw
+ VERSION=0.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://dl.suckless.org/tools/${SOURCE}
+
SOURCE_HASH=sha512:54f5aeb6d17fe23a2e65fbbf4a7622c194e776261a6f0c04ece54fbf212588ec749d5bf5939a6084997f36468339f5373169234c671211a2b7712c408cf883d8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://tools.suckless.org/lsw";
+ LICENSE[0]="MIT"
+ ENTERED=20150111
+ KEYWORDS=""
+ SHORT="List windows titles"
+cat << EOF
+Lists the titles of all running X windows to stdout, similar to ls(1). Might
+be useful for script integration.
+EOF
diff --git a/utils/lsw/HISTORY b/utils/lsw/HISTORY
new file mode 100644
index 0000000..4525f88
--- /dev/null
+++ b/utils/lsw/HISTORY
@@ -0,0 +1,2 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/utils/lsw/INSTALL b/utils/lsw/INSTALL
new file mode 100755
index 0000000..7a7d501
--- /dev/null
+++ b/utils/lsw/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="$INSTALL_ROOT" PREFIX=/usr install
diff --git a/utils/lsx/BUILD b/utils/lsx/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/lsx/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/lsx/DETAILS b/utils/lsx/DETAILS
new file mode 100755
index 0000000..bee27f2
--- /dev/null
+++ b/utils/lsx/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lsx
+ VERSION=0.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://dl.suckless.org/tools/$SOURCE
+
SOURCE_HASH=sha512:19f3fa4ecc22817332716d58d287ab7ea4b07bbed1d909b00931b272f1613d8aeb315435495d51a5f918f53e3f0ce68e964813cdbfefce0176924f3c75aa623a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://tools.suckless.org/lsx";
+ LICENSE[0]="MIT"
+ ENTERED=20150111
+ KEYWORDS=""
+ SHORT="List executables"
+cat << EOF
+List executables in a directory tree. It just does this, nothing else.
+EOF
diff --git a/utils/lsx/HISTORY b/utils/lsx/HISTORY
new file mode 100644
index 0000000..4525f88
--- /dev/null
+++ b/utils/lsx/HISTORY
@@ -0,0 +1,2 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/utils/lsx/INSTALL b/utils/lsx/INSTALL
new file mode 100755
index 0000000..7a7d501
--- /dev/null
+++ b/utils/lsx/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="$INSTALL_ROOT" PREFIX=/usr install
diff --git a/wm-addons/tabbed/DETAILS b/wm-addons/tabbed/DETAILS
index 6514750..bfe6c6a 100755
--- a/wm-addons/tabbed/DETAILS
+++ b/wm-addons/tabbed/DETAILS
@@ -1,8 +1,8 @@
SPELL=tabbed
- VERSION=0.4.1
+ VERSION=0.6
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://dl.suckless.org/tools/${SOURCE}
-
SOURCE_HASH=sha512:d93cb0dd6aaa6d3a85b621f05fe2681be680354d6e7212b6541b1648e825d14503d64fce8086012faec54b8cc00913f164c56269623dc1752bc612a375b150cb
+
SOURCE_HASH=sha512:bcad873251be6b5de21311531e8d24330003b42790cb94d559a0d1be45408b3e0722c14e7c7f2cefd0717fd2a2d7a100fa08fc4e10e7bb669935909602286553
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://tools.suckless.org/tabbed";
LICENSE[0]="MIT/X"
diff --git a/wm-addons/tabbed/HISTORY b/wm-addons/tabbed/HISTORY
index 74b4592..3bd5413 100644
--- a/wm-addons/tabbed/HISTORY
+++ b/wm-addons/tabbed/HISTORY
@@ -1,3 +1,6 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.6
+
2013-02-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.4.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4ab126e1bb3f8265a111bbd9d4b1e2f8221eedd4), Ismael Luceno, 01/11/2015

Archive powered by MHonArc 2.6.24.

Top of Page