Version: 1.1.2, Package name: logstalgia-1.1.2 |
Maintained by: Gonzalo L. R. |
Master sites: |
Description 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. |
Filesize: 2276.065 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-14 02:21:26 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Logstalgia to 1.1.2. OK rpointel@ |
2018-02-22 01:12:20 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for Logstalgia to 1.1.1 OK benoit@ |
2017-12-18 04:35:50 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Needs a compiler that understands -std=gnu++0x |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-05-26 23:07:48 by Marc Espie | Files touched by this commit (9) |
Log message: WANT_CXX |
2016-09-12 16:20:36 by Christian Weisgerber | Files touched by this commit (7) |
Log message: replace libiconv module |
2016-03-15 09:03:57 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for Logstalgia to 1.0.7: Added window frame toggle (F11). Fixed crash when taking a screenshot with an odd resolution. Handle exception when user defined regular expression is invalid. Fixed --hide-url-prefix not working (jettero). +Switch to SDL2 OK kirby@ |
2016-03-10 06:35:23 by Kirill Bychkov | Files touched by this commit (1) |
Log message: update HOMEPAGE. OK gonzalo@ (maintainer) |
2015-05-28 04:17:32 by Pascal Stumpf | Files touched by this commit (265) |
Log message: gcc4 bumps, reminded by aja@ |
2014-10-22 09:13:45 by Gonzalo L. Rodriguez | Files touched by this commit (1) |
Log message: Now the right diff :/ |
2014-10-22 09:02:26 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for logstalgia to 1.0.6 also, unify my email looks good to me jasper@ |