Add logstalgia, a website access log visualization tool.

This commit is contained in:
Emanuel Haupt 2011-10-13 14:42:19 +00:00
parent 41f3cfa91d
commit 32e9b51fb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283482
5 changed files with 53 additions and 0 deletions

View file

@ -453,6 +453,7 @@
SUBDIR += logmon
SUBDIR += logrotate
SUBDIR += logserial
SUBDIR += logstalgia
SUBDIR += logtool
SUBDIR += logwatch
SUBDIR += lookat

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: logstalgia
# Date created: 13 Oct 2011
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= logstalgia
PORTVERSION= 1.0.3
CATEGORIES= sysutils www
MASTER_SITES= GOOGLE_CODE CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A website access log visualization tool
LICENSE= GPLv3
LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \
png.6:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg \
pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_SDL= sdl image
MANCOMPRESSED= yes
MAKE_JOBS_SAFE= yes
MAN1= logstalgia.1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (logstalgia-1.0.3.tar.gz) = d3338a9fffb9b60ecb90986c81f27a09a18fa8627b5b884a79c70fee7f6461eb
SIZE (logstalgia-1.0.3.tar.gz) = 841822

View file

@ -0,0 +1,9 @@
Logstalgia is a website traffic visualization that replays or streams 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 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.
WWW: http://code.google.com/p/logstalgia/

View file

@ -0,0 +1,9 @@
bin/logstalgia
%%DATADIR%%/fonts/README
%%DATADIR%%/fonts/FreeMonoBold.ttf
%%DATADIR%%/fonts/FreeSerif.ttf
%%DATADIR%%/ball.tga
%%DATADIR%%/example.log
%%DATADIR%%/glow.tga
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%