Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (24185d3394b4911f36e016464f8e628cc5dfb2a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (24185d3394b4911f36e016464f8e628cc5dfb2a0)
  • Date: Fri, 18 Dec 2009 12:09:17 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 1 +
libs/libviper/DETAILS | 4 ++--
libs/libviper/HISTORY | 3 +++
libs/libvterm/BUILD | 1 +
libs/libvterm/DEPENDS | 2 ++
libs/libvterm/DETAILS | 16 ++++++++++++++++
libs/libvterm/HISTORY | 3 +++
libs/libvterm/PRE_BUILD | 5 +++++
windowmanagers/vwm/DEPENDS | 1 +
windowmanagers/vwm/DETAILS | 4 ++--
windowmanagers/vwm/HISTORY | 4 ++++
windowmanagers/vwm/PRE_BUILD | 2 +-
12 files changed, 41 insertions(+), 5 deletions(-)

New commits:
commit 24185d3394b4911f36e016464f8e628cc5dfb2a0
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libvterm: new spell, terminal emulator library

commit 8686616d62669842f3dfc8a5d5829d50220187ce
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

vwm: version 2.1.3

commit 93b412b38c5404f9c09e9abb651a99cdb52714c4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libviper: version 1.4.6

diff --git a/ChangeLog b/ChangeLog
index ce2cb98..752fafb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/sawfish-pager: new spell, sawfish's native pager
+ * libs/libvterm: new spell, terminal emulator library

2009-12-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* science/qtoctave: new spell, a GUI for octave
diff --git a/libs/libviper/DETAILS b/libs/libviper/DETAILS
index 5f708f4..9e356bd 100755
--- a/libs/libviper/DETAILS
+++ b/libs/libviper/DETAILS
@@ -1,9 +1,9 @@
SPELL=libviper
- VERSION=1.4.5
+ VERSION=1.4.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d686135bca4ada4c1987701781c57cebae10137e5fed28d09b55ae63ebc9087d4a0c170cc54a678619a922cc911dc4060b80a317cc347ad42d04c7b13abbbe7e
+
SOURCE_HASH=sha512:ae1c98f9a54196f2a3290e8fa96b93295010514b8cd494304b22066e4b33a61c5e12da7cf2eff34d9b9435cc65eeba6bb9acd086ab642ca7ee838538c84241ac
WEB_SITE=http://www.sourceforge.net/projects/libviper/
ENTERED=20080117
LICENSE[0]=GPL
diff --git a/libs/libviper/HISTORY b/libs/libviper/HISTORY
index bf1ccc0..793f559 100644
--- a/libs/libviper/HISTORY
+++ b/libs/libviper/HISTORY
@@ -1,3 +1,6 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS" version 1.4.6
+
2009-11-07 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.4.5

diff --git a/libs/libvterm/BUILD b/libs/libvterm/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libvterm/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libvterm/DEPENDS b/libs/libvterm/DEPENDS
new file mode 100755
index 0000000..5948fd2
--- /dev/null
+++ b/libs/libvterm/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses &&
+depends glib2
diff --git a/libs/libvterm/DETAILS b/libs/libvterm/DETAILS
new file mode 100755
index 0000000..8bfdd8c
--- /dev/null
+++ b/libs/libvterm/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libvterm
+ VERSION=0.99.7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1b82ac0c9e6c48374addf2b30981ecc4685a81bd12321c16a8cd651b6ff51f650a912253778b35240e501fced18777789080aa42f3190c514ae944aae2fff7ef
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://libvterm.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20091218
+ SHORT="terminal emulator library"
+cat << EOF
+Based on ROTE, libvterm is a terminal emulator library which attempts to
mimic
+both VT100 and rxvt capabilities.
+Although the natural display apparatus is curses, the API is simple enough
to grow
+and adopt other mechanisms.
+EOF
diff --git a/libs/libvterm/HISTORY b/libs/libvterm/HISTORY
new file mode 100644
index 0000000..323428f
--- /dev/null
+++ b/libs/libvterm/HISTORY
@@ -0,0 +1,3 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/libs/libvterm/PRE_BUILD b/libs/libvterm/PRE_BUILD
new file mode 100755
index 0000000..4aca31d
--- /dev/null
+++ b/libs/libvterm/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's#/usr/local#/usr#g' Makefile &&
+sedit "s#/usr#${INSTALL_ROOT}/usr#" Makefile &&
+sedit "s#^CFLAGS.*#CFLAGS = $CFLAGS#" Makefile
diff --git a/windowmanagers/vwm/DEPENDS b/windowmanagers/vwm/DEPENDS
index e58637d..655fce6 100755
--- a/windowmanagers/vwm/DEPENDS
+++ b/windowmanagers/vwm/DEPENDS
@@ -3,6 +3,7 @@ depends libpseudo &&
depends libviper &&
depends ncurses &&
depends gpm &&
+depends libvterm &&
if [[ "$VIPER_SYSMON" = 'y' ]]; then
depends libgtop2
fi
diff --git a/windowmanagers/vwm/DETAILS b/windowmanagers/vwm/DETAILS
index 79b09a4..bd85b5c 100755
--- a/windowmanagers/vwm/DETAILS
+++ b/windowmanagers/vwm/DETAILS
@@ -1,9 +1,9 @@
SPELL=vwm
- VERSION=2.0.2
+ VERSION=2.1.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:414b483323990236384788578acd580a758319a5847a4f1974bd92f1241799f8d0b690ac7a1104ac0d0962717d1ea62031a7f62cbdb7ff8abd9b1bb26cbc3bb4
+
SOURCE_HASH=sha512:9454bbd9dc0494dddd2b2455fbf82c86d3f5d9f7ea812d65fceee79ca386bfb717eec0cf03b452f3f05f5915cf666a2201fad26cd977d9195864157a74dfd18d
WEB_SITE=http://vwm.sourceforge.net/
ENTERED=20080117
LICENSE[0]=GPL
diff --git a/windowmanagers/vwm/HISTORY b/windowmanagers/vwm/HISTORY
index b01faff..803fecd 100644
--- a/windowmanagers/vwm/HISTORY
+++ b/windowmanagers/vwm/HISTORY
@@ -1,3 +1,7 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 2.1.3
+ * PRE_BUILD: changed vwmterm2 to vmwterm3
+
2009-07-23 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 2.0.2

diff --git a/windowmanagers/vwm/PRE_BUILD b/windowmanagers/vwm/PRE_BUILD
index 214eebb..325d53e 100755
--- a/windowmanagers/vwm/PRE_BUILD
+++ b/windowmanagers/vwm/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
sedit 's#/usr/local#/usr#g' Makefile &&
-sedit 's#/usr/local#/usr#g' modules/vwmterm2/Makefile &&
+sedit 's#/usr/local#/usr#g' modules/vwmterm3/Makefile &&
sedit 's#/usr/local#/usr#g' modules/sysmon/Makefile &&
sedit 's/-ggdb//g' Makefile &&
sedit 's/-D_DEBUG//g' Makefile



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (24185d3394b4911f36e016464f8e628cc5dfb2a0), Arjan Bouter, 12/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page