Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baab57121348896ef1ee9f40a7e05e28a7db4089)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baab57121348896ef1ee9f40a7e05e28a7db4089)
  • Date: Sat, 25 Feb 2017 16:45:56 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/cmatrix/CONFLICTS | 1 +
utils/cmatrix/DEPENDS | 1 +
utils/cmatrix/DETAILS | 12 ++++++------
utils/cmatrix/HISTORY | 7 +++++++
utils/cmatrix/PRE_BUILD | 8 ++++++++
utils/ncmatrix/CONFLICTS | 1 +
utils/ncmatrix/DEPENDS | 2 ++
utils/ncmatrix/DETAILS | 18 ++++++++++++++++++
utils/ncmatrix/HISTORY | 2 ++
utils/ncmatrix/PRE_BUILD | 9 +++++++++
11 files changed, 58 insertions(+), 6 deletions(-)

New commits:
commit baab57121348896ef1ee9f40a7e05e28a7db4089
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cmatrix: updated source urls + cosmetic spell fixes

commit dca0b342ebf0ef6d3ef378c8b71db025ca995959
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ncmatrix: new spell, CMatrix with network traffic monitoring

diff --git a/ChangeLog b/ChangeLog
index 3b03c8a..6d58524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/ncmatrix: new spell, CMatrix with network traffic monitoring
+
2017-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-pim/pim-storage-service-manager: deleted - abandoned upstream

diff --git a/utils/cmatrix/CONFLICTS b/utils/cmatrix/CONFLICTS
new file mode 100755
index 0000000..c6cef57
--- /dev/null
+++ b/utils/cmatrix/CONFLICTS
@@ -0,0 +1 @@
+conflicts ncmatrix
diff --git a/utils/cmatrix/DEPENDS b/utils/cmatrix/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/utils/cmatrix/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/utils/cmatrix/DETAILS b/utils/cmatrix/DETAILS
index d75ad0d..61bdbe1 100755
--- a/utils/cmatrix/DETAILS
+++ b/utils/cmatrix/DETAILS
@@ -1,14 +1,14 @@
SPELL=cmatrix
VERSION=1.2a
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.asty.org/${SPELL}/dist/${SOURCE}

SOURCE_HASH=sha512:a653a840378da87877bda1b48fc4087e7789b548e0f943ae15b81b5dc7a847aed28c69d2ad955bd467f38d6a08b0960349490b61c30260767e7d1560bb542d82
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.astyanax.org/cmatrix/dist/$SOURCE
- WEB_SITE=http://www.astyanax.org/cmatrix/
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.asty.org/cmatrix/
ENTERED=20020113
- UPDATED=20020531
KEYWORDS="utils"
- SHORT="CMatrix is a console (ncurses) version of the systems from
The Matrix"
+ SHORT="console (ncurses) version of the systems from The Matrix"
cat << EOF
CMatrix is a program I wrote one evening because I didn't want to have to run
Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie.
diff --git a/utils/cmatrix/HISTORY b/utils/cmatrix/HISTORY
index dd26768..33b674c 100644
--- a/utils/cmatrix/HISTORY
+++ b/utils/cmatrix/HISTORY
@@ -1,3 +1,10 @@
+2017-02-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated source url, website, short desc; dropped UPDATED;
+ added missing LICENSE; quoting paths
+ * DEPENDS: added, for missing dependencies
+ * PRE_BUILD: added, to fix font paths' recognizing
+ * CONFLICTS: added, conflicts with ncmatrix (same font files)
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/utils/cmatrix/PRE_BUILD b/utils/cmatrix/PRE_BUILD
new file mode 100755
index 0000000..dd8a3bd
--- /dev/null
+++ b/utils/cmatrix/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+mv configure.in configure.ac &&
+
+sed -i "s:/usr/lib/X11/fonts:/usr/share/fonts/X11:g" configure.ac
Makefile.am &&
+
+autoreconf -fi
diff --git a/utils/ncmatrix/CONFLICTS b/utils/ncmatrix/CONFLICTS
new file mode 100755
index 0000000..79ec14f
--- /dev/null
+++ b/utils/ncmatrix/CONFLICTS
@@ -0,0 +1 @@
+conflicts cmatrix
diff --git a/utils/ncmatrix/DEPENDS b/utils/ncmatrix/DEPENDS
new file mode 100755
index 0000000..579023f
--- /dev/null
+++ b/utils/ncmatrix/DEPENDS
@@ -0,0 +1,2 @@
+depends unzip &&
+depends ncurses
diff --git a/utils/ncmatrix/DETAILS b/utils/ncmatrix/DETAILS
new file mode 100755
index 0000000..70e56f0
--- /dev/null
+++ b/utils/ncmatrix/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ncmatrix
+ VERSION=1.0
+ SOURCE=${SPELL}-${VERSION}.zip
+ SOURCE_URL[0]=http://webpages.charter.net/tux/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:fc7c602657c043c416bd358def90441eb74430998b429f35d53d7580a8e869d702841ff4ddab6c86334ce3d24d56160d729a82cd37dd856a449083aa875a6e95
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=GPL
+ WEB_SITE=http://webpages.charter.net/tux/ncmatrix/
+ ENTERED=20170225
+ KEYWORDS="utils"
+ SHORT="CMatrix with network traffic monitoring"
+cat << EOF
+NCMatrix is a modified version of the CMatrix screen saver by Chris
Allegretta
+with the added functionality of network traffic monitoring. As network
activity
+changes, different colored characters will be displayed at random locations
in
+the streams. Depending on the size of the packet, the length of the character
+stream will change as well.
+EOF
diff --git a/utils/ncmatrix/HISTORY b/utils/ncmatrix/HISTORY
new file mode 100644
index 0000000..284f0f6
--- /dev/null
+++ b/utils/ncmatrix/HISTORY
@@ -0,0 +1,2 @@
+2017-02-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, CONFLICTS: created spell, version 1.0
diff --git a/utils/ncmatrix/PRE_BUILD b/utils/ncmatrix/PRE_BUILD
new file mode 100755
index 0000000..3ad06b3
--- /dev/null
+++ b/utils/ncmatrix/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+mv configure.in configure.ac &&
+
+sed -i "s:cmatrix:ncmatrix:g" Makefile.am &&
+sed -i "s:/usr/lib/X11/fonts:/usr/share/fonts/X11:g" configure.ac
Makefile.am &&
+
+autoreconf -fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baab57121348896ef1ee9f40a7e05e28a7db4089), Vlad Glagolev, 02/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page