1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name logstalgia |
---|
7 | version 1.0.6 |
---|
8 | categories www |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | maintainers nomaintainer |
---|
12 | description a website access log visualisation tool |
---|
13 | long_description \ |
---|
14 | Logstalgia is a visualization tool that replays or streams \ |
---|
15 | web server access logs as a retro arcade game simulation. |
---|
16 | homepage http://code.google.com/p/logstalgia/ |
---|
17 | master_sites https://github.com/acaudwell/Logstalgia/releases/ |
---|
18 | checksums rmd160 f5bce16745c774070c37a2cd54a3c32d7aa2768b \ |
---|
19 | sha256 a81b94742cce64b0b2d1b1683f2f7ac6d06456056f353896153b1b8181855f34 |
---|
20 | |
---|
21 | depends_lib port:freetype \ |
---|
22 | port:glew \ |
---|
23 | port:glm \ |
---|
24 | port:libpng \ |
---|
25 | port:libsdl \ |
---|
26 | port:libsdl_image \ |
---|
27 | port:pcre |
---|
28 | |
---|
29 | master_sites http://github.com/acaudwell/Logstalgia/releases/download/${name}-${version} |
---|
30 | |
---|