Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d75336868410cf148348bfc30fc7c015688a6d51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d75336868410cf148348bfc30fc7c015688a6d51)
  • Date: Fri, 6 Aug 2010 16:54:33 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 ++
devel/logstalgia/DEPENDS | 6 +++++
devel/logstalgia/DETAILS | 28
+++++++++++++++++++++++++++
devel/logstalgia/HISTORY | 3 ++
devel/logstalgia/logstalgia-1.0.0.tar.gz.sig |binary
5 files changed, 40 insertions(+)

New commits:
commit d75336868410cf148348bfc30fc7c015688a6d51
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

logstalgia: Software Apache log visualization tool

diff --git a/ChangeLog b/ChangeLog
index 0af76d2..e99ed47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-08-06 Eric Sandall <sandalle AT sourcemage.org>
+ * devel/logstalgia: Added a Software Apache log visualization tool
+
2010-08-05 David Kowis <dkowis AT shlrm.org>
* libs/libcgroup: new spell, control group abstraction library

diff --git a/devel/logstalgia/DEPENDS b/devel/logstalgia/DEPENDS
new file mode 100755
index 0000000..f834826
--- /dev/null
+++ b/devel/logstalgia/DEPENDS
@@ -0,0 +1,6 @@
+depends OPENGL &&
+depends freefont-ttf &&
+depends freetype2 &&
+depends sdl &&
+depends sdl_image &&
+depends ftgl
diff --git a/devel/logstalgia/DETAILS b/devel/logstalgia/DETAILS
new file mode 100755
index 0000000..82d7e23
--- /dev/null
+++ b/devel/logstalgia/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=logstalgia
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:50c0282ec2200bcdb4a70ad7a4e504584b9eef8292ecf457038ba27f4985dbd0ce8cb72f26b8ba10c48bc951f5004cab88eab3fea70d104eb0c95144db1f4b39
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SPELL-$VERSION.tar.gz
+ WEB_SITE=http://code.google.com/p/logstalgia/
+ LICENSE[0]=GPLv3
+ ENTERED=20100806
+ KEYWORDS="Apache log visualization"
+ SHORT="Software Apache log visualization tool"
+cat << EOF
+Logstalgia is a website traffic visualization that replays or streams Apache
+web-server access logs as a pong-like battle between the web server and an
+never ending torrent of requests.
+
+Requests appear as colored balls (the same color as the host) which travel
+across the screen to arrive at the requested location. Successful requests
are
+hit by the paddle while unsuccessful ones (eg 404 - File Not Found) are
missed
+and pass through.
+
+The paths of requests are summarized within the available space by
identifying
+common path prefixes. Related paths are grouped together under headings. For
+instance, by default paths ending in png, gif or jpg are grouped under the
+heading Images. Paths that don't match any of the specified groups are lumped
+together under a Miscellaneous section.
+EOF
diff --git a/devel/logstalgia/HISTORY b/devel/logstalgia/HISTORY
new file mode 100644
index 0000000..7f4b2d8
--- /dev/null
+++ b/devel/logstalgia/HISTORY
@@ -0,0 +1,3 @@
+2010-08-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: Created
+
diff --git a/devel/logstalgia/logstalgia-1.0.0.tar.gz.sig
b/devel/logstalgia/logstalgia-1.0.0.tar.gz.sig
new file mode 100644
index 0000000..9bcff31
Binary files /dev/null and b/devel/logstalgia/logstalgia-1.0.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d75336868410cf148348bfc30fc7c015688a6d51), Eric Sandall, 08/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page