mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Add logstalgia, a website access log visualization tool.
This commit is contained in:
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
|
@ -453,6 +453,7 @@
|
||||||
SUBDIR += logmon
|
SUBDIR += logmon
|
||||||
SUBDIR += logrotate
|
SUBDIR += logrotate
|
||||||
SUBDIR += logserial
|
SUBDIR += logserial
|
||||||
|
SUBDIR += logstalgia
|
||||||
SUBDIR += logtool
|
SUBDIR += logtool
|
||||||
SUBDIR += logwatch
|
SUBDIR += logwatch
|
||||||
SUBDIR += lookat
|
SUBDIR += lookat
|
||||||
|
|
32
sysutils/logstalgia/Makefile
Normal file
32
sysutils/logstalgia/Makefile
Normal 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>
|
2
sysutils/logstalgia/distinfo
Normal file
2
sysutils/logstalgia/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (logstalgia-1.0.3.tar.gz) = d3338a9fffb9b60ecb90986c81f27a09a18fa8627b5b884a79c70fee7f6461eb
|
||||||
|
SIZE (logstalgia-1.0.3.tar.gz) = 841822
|
9
sysutils/logstalgia/pkg-descr
Normal file
9
sysutils/logstalgia/pkg-descr
Normal 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/
|
9
sysutils/logstalgia/pkg-plist
Normal file
9
sysutils/logstalgia/pkg-plist
Normal 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%%
|
Loading…
Add table
Reference in a new issue