Commits
Marius Schamschula authored 25bddb812f3
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup c-amie analog-ce 6.0.15 |
6 + | github.setup c-amie analog-ce 6.0.16 |
7 7 | name analog |
8 8 | revision 0 |
9 9 | categories www |
10 10 | license GPL-2 |
11 11 | maintainers nomaintainer |
12 12 | description A program which analyses logfiles from WWW servers |
13 13 | long_description \ |
14 14 | It is designed to be fast and to produce accurate and attractive \ |
15 15 | statistics: and combined with Report Magic, you can generate even \ |
16 16 | prettier reports. It's free software. |
17 17 | |
18 18 | platforms darwin |
19 19 | |
20 20 | homepage http://www.c-amie.co.uk/software/analog/ |
21 21 | |
22 - | checksums rmd160 f10a0767db55f642f20edd377304e3c2f32d8ae4 \ |
23 - | sha256 91b54720ff6c00b5b35412b4f1d44a8a42f7ba4344daa8fb1022bb0bd70311b5 \ |
24 - | size 1589521 |
22 + | checksums rmd160 bf592e440478fe42847c5c6c2676f1c15e2aaf3b \ |
23 + | sha256 d9f53c6b56be8a9880ab1a6803a7cc01b0fdd02219ae73bd51601b1ded75979f \ |
24 + | size 1590499 |
25 25 | |
26 26 | # Note, it'd be nice to use an already-installed version of jpeg and libpng |
27 27 | # as well, but analog currently doesn't have a HAVE_ define for them, just |
28 28 | # zlib (as well as gd, which should be here too if possible) |
29 29 | depends_lib lib:libz.1:zlib |
30 30 | |
31 31 | patchfiles patch-src_anlghead.h |
32 32 | post-patch { |
33 33 | reinplace "s|@@PREFIX@@|${prefix}|g" "${worksrcpath}/src/anlghead.h" |
34 34 | } |